-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
According to your introduction, main.py reads data from "./Loong/data/loong_process.jsonl" (which is not disclosed in the project).
It seems that you use the 'Router' in the structured data generating process.
And then the data is used as the context(or search results) to help the LLM answer your question in the subsequent process.
But in common scenarios, we always have one or more knowledge Bases in our system, and we can not give several titles of doc as a parameter of the method 'do_route' because we can't get all relevant docs together actually.
So in my opinion, how Struct-Rag can be used as a plugin in the enterprise-level RAG System is a problem. So do you have any good suggestions?
Metadata
Metadata
Assignees
Labels
No labels