You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A knowledge module contains a vector database and its retrieval system. The module should be developed in the purpose of integrating it with the AI agent.
Decide on Flowise workflow for RAG (document store + retriever + LLM).
Implement a Flowise vector db query that returns RAG context
A knowledge module contains a vector database and its retrieval system. The module should be developed in the purpose of integrating it with the AI agent.