Docs
Skip to content

VectorsDB

VectorsDB_

Store vector embeddings and run similarity search with Appwrite VectorsDB to power semantic search, recommendations, and other AI features.

2 min read

Raw

Appwrite VectorsDB lets you store vector embeddings and run similarity search over them. A collection is created with a fixed dimension, every document holds an embeddings vector of that length plus optional metadata, and an HNSW index keeps similarity search fast as your data grows.

You organize data into databases, collections, and documents, the same way you do across Appwrite Databases. What sets VectorsDB apart is the fixed schema built for vectors and the ability to generate text embeddings and search by similarity.

Key concepts

Guides

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.