Knowledge Base Block
The Knowledge Base block provides RAG-as-a-service. Create a KB, add content, and query it from any application or agent framework.When to use it
Use the Knowledge Base block when:- You already have an agent framework and only need retrieval
- Multiple applications need to query the same knowledge source
- You want an API-first RAG layer independent of Studio agents
Query flow
- Create a KB and choose embedding, LLM, vector store, and retrieval strategy.
- Add content through upload, text, URL, or live source.
- Train the KB.
- Query the retrieve endpoint from your app or attach the KB to a Studio agent.