Create a Database
Databases are the heart of our Retrieval-Augmented Generation (RAG) system.
Document Databases store and serve the source materials that knowledge workflows rely on: files, email contents, and structured documents. In this stack, documents are linked to conversations (data rooms) and Insights via short-lived references, enabling retrieval, processing, and indexing while preserving provenance and access controls.
Each database can have:
Folders: Can be used for organization by project, topic, or knowledge domain. Fine-granular access can be provided to specific users.
Documents: Main entities of different types like PDFs, Word/Office docs, emails, spreadsheets, structured JSON/XML, images that will be indexed, chunked and vectorized for RAG.
Documents can be uploaded manually, by API or imported through the provided web crawler.
Create a new Knowledgebase / Database
falseazure-ada-002Possible values: 1200200[]falsetruefalsefalsefalseSuccessful Response
Validation Error
The response contains a body property that contains the _id of the created Knowledgebase. This id will can be used for altering the DB, creating folders and uploading documents.
Next Step
Now that you have created a Knowledgebase, you can Create Folders and Upload Documents to DBs.
Supported File-Types
Every standard file-type is already being supported by our indexing and vectorization pipelines. Still, we are constantly adding more compatibility.

Last updated
Was this helpful?