-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Hi, I’m encountering an issue with the WrenAI Community version regarding knowledge base behavior.
When I generate a knowledge base, I set its scope/validity to global. The creation step completes successfully and the setting appears to be applied correctly.
However, when I later ask questions inside a specific thread, the assistant does not seem to use the related knowledge base entries. It behaves as if the global scope is not being honored, and the answers do not reference or reflect the information stored in the knowledge base.
Steps to reproduce:
Create a knowledge base entry.
Set its scope/validity to global.
Open or use a specific thread.
Ask a question that should be answered using that knowledge base content.
Observe that the response does not use the stored knowledge.
Expected behavior:
Queries in any thread should use the globally scoped knowledge base entries.
Actual behavior:
Thread queries appear to ignore the global knowledge base content.
Is this expected behavior, or could it be a configuration or indexing issue? Any guidance would be helpful.
Thanks.