Expand description
Common types for the vector search module.
These types are used across all vector backends and embedding providers, and are always available regardless of feature flags.
Structsยง
- Build
Error - An error that occurred during vector index building.
- Embedded
Document - A document with its computed embedding vector.
- Vector
Config - Vector search configuration.
- Vector
Document - A document prepared for vector embedding.
- Vector
Index Stats - Statistics from a vector index build operation.
- Vector
Search Params - Parameters for a vector search request.
- Vector
Search Result - A single vector search result.
- Vector
Search Results - Collection of vector search results.