create_knowledge_store
Create a knowledge store to store documents for RAG, enabling AI agents to search and answer questions. Set dryRun=false to create.
Instructions
Creates a new Cognigy.AI knowledge store for RAG content. Knowledge stores contain sources (documents) that AI Agents can search to answer questions. MUTATING: Set dryRun=false to create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the knowledge store | |
| dryRun | No | If true (default), validates without creating. Set to false to actually create. | |
| language | No | Primary language for the knowledge store (e.g., 'en', 'de') | |
| chunkSize | No | Size of text chunks in characters | |
| projectId | Yes | The project ID to create the knowledge store in | |
| description | No | Description of the knowledge store's purpose | |
| chunkOverlap | No | Overlap between chunks in characters | |
| embeddingModel | No | The embedding model to use for vectorization |