Thread

SS
Sactio Swastioyono3:14 AMOpen in Slack
hello there, I wanted to ask question related with knowledge base
• I have ingested the knowledge through the connector.
• the docs already indexed.
• The agent plug only the knowledge base because I assume docs already indexed
but when I inquiry the agent about the recent incident (which should be exist in knowledge base), it cant find anything (?)
However, if I plug the connector, the agent was able to fetch through the connector.
am I understand the concept of knowledge base correctly or I am missing something here that makes the agent unable to see the indexed docs?

3 replies
J(
joey (archestra team)7:46 AMOpen in Slack
hello! 👋
which version are you running? v1.3.61 and v1.4.0-beta.10 (both released yesterday) made some improvements to how agents see/are made aware of available knowledge sources.
Can you try upgrading and let me know if you are still hitting this issue? 🙂
SS
Sactio Swastioyono11:54 PMOpen in Slack
we are on 1.3.59 now
alright, we will try to test the latest release
👍1
SS
Sactio Swastioyono1:17 AMOpen in Slack
seems like it is intended that connector must be exist together with knowledge bases from the codebase (?) so the agent can retrieve the knowledge
I understand the reason from design perspective that since connector can pull data from same source but different target (e.g github repo)
but i wonder why after ingestion why cant we just query from knowledge bases straight away since it is already indexed