mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
rename RAGConfigRegistry to ConfigBasedFactory
This commit is contained in:
parent
f46cc95bc2
commit
8e8075317e
6 changed files with 17 additions and 17 deletions
|
|
@ -68,8 +68,8 @@ class RAGExample:
|
|||
|
||||
async def rag_add_docs(self):
|
||||
"""This example show how to add docs.
|
||||
before add docs llm anwser I don't know
|
||||
after add docs llm give the correct answer, will print something like:
|
||||
Before add docs llm anwser I don't know.
|
||||
After add docs llm give the correct answer, will print something like:
|
||||
|
||||
[Before add docs]
|
||||
Retrieve Result:
|
||||
|
|
@ -98,8 +98,8 @@ class RAGExample:
|
|||
|
||||
async def rag_add_objs(self, print_title=True):
|
||||
"""This example show how to add objs.
|
||||
before add docs engine retrieve nothing.
|
||||
after add objs engine give the correct answer, will print something like:
|
||||
Before add docs engine retrieve nothing.
|
||||
After add objs engine give the correct answer, will print something like:
|
||||
|
||||
[Before add objs]
|
||||
Retrieve Result:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue