Skip to content

Creating collections

The vector database stores documents as embeddings for semantic search, powering AI agent knowledge bases and retrieval-augmented generation (RAG).

A collection is a container for related documents. Each collection uses a specific embedding model to convert text into vectors for similarity search. You might create separate collections for different topics, projects, or data sources.

In the dashboard sidebar, click Vector Database to view your existing collections and create new ones.

Click Create Collection and provide the following details:

  • Name — lowercase alphanumeric with hyphens or underscores, 3—50 characters
  • Description — a brief description of the collection’s purpose
  • Embedding model — the model used to generate vector embeddings

Choose an embedding model based on your content and language requirements.

ModelDimensionsBest for
Amazon Titan Embed Text v11536General English text
Amazon Titan Embed Text v21024Improved general text
Cohere Embed English v31024English-only, high accuracy
Cohere Embed Multilingual v31024Multi-language support

To delete a collection, open it from the Vector Database page and click Delete Collection. This removes all documents, embeddings, and metadata permanently. This action cannot be undone.