forked from modelscope/agentscope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes made: To reorganize the work flow, we made the following chan…
…ges - (1) llama_index_rag.py: added functions load_doc, load_docs, docs_to_nodes, persist_to_dir, (2) rag_agents.py: relocate internal function _prepare_args_from_config to llama_index_rag.py, as a method of class LlmaIndexRAG(RAGBase)
- Loading branch information
艾渔
committed
Apr 25, 2024
1 parent
3007809
commit d7ae87c
Showing
2 changed files
with
143 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters