Replies: 1 comment 6 replies
-
|
In Ragflow v0.19.0, agents (assistants) are associated with knowledge bases by specifying the knowledge base IDs ( A knowledge base is uniquely identified by its ID ( "retrieval:0": {
"obj": {
"component_name": "Retrieval",
"params": {
"kb_ids": ["your_kb_id_here"]
}
}
}API keys are not the only way to associate with a knowledge base—they are an orthogonal security feature for API access, not for logical binding of agents and knowledge bases. The association is always via To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If the Ragflow v0.19.0 version is deployed locally, how does the intelligent assistant associated with the knowledge base uniquely identify the knowledge base, and does the apikey be the only API associated with a knowledge base?
Beta Was this translation helpful? Give feedback.
All reactions