Skip to content

I don't understand how the "Router" works #7

@tianhaolin1991

Description

@tianhaolin1991

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions