Vector search, built in
Curiosity includes a vector database. Embeddings are generated, stored, and queried in the same system as your graph: no separate infrastructure to build or maintain.
Curiosity includes a vector database. Embeddings are generated, stored, and queried in the same system as your graph: no separate infrastructure to build or maintain.

Mark a field as vector-indexed and Curiosity handles the rest: embedding, indexing, and retrieval all run inside the same platform.
Embed
Text fields are encoded into vectors automatically at ingestion, using your choice of embedding model.
Store
Vectors live in an in-memory index inside Curiosity. No external vector database needed.
Query
Search by meaning, find similar items, or ground LLM responses — all through the same API you already use.