Knowledge
Attach Knowledge Base collections in Action Agent Studio so the agent can search and read documents during chat.
Knowledge
The Knowledge card in Action Agent Studio sits above the model and prompt. Attach one or more Knowledge Base collections. Chat then gets two background tools:
search_knowledge: find snippets in the selected collectionsread_document: read a slice of extracted text by document id
Search is scoped to the organization and the collections you attached.
Knowledge files are organization uploads (ArtifactType.uploaded). They are not generated agent artifacts.
Collections
- Open workspace Knowledge Base and create a collection.
- Upload documents (txt, Markdown, CSV, JSON, PDF, Word, Excel, PowerPoint, OpenDocument, RTF).
- In Studio, attach those collections on the Knowledge card.
- Save. The tools are available on the next message (
configVersion).
A background job extracts searchable text. Search uses PostgreSQL full-text search, not embeddings or RAG.
Catalog Generate Text, Generate JSON, and Generate File nodes can select the same collections. That is an ActionFlow feature. See Knowledge Base.