View Source Vettore.Collection (Vettore v0.3.0)
Collection module for managing vector embeddings.
This module provides functions for creating, managing, and querying vector collections.
Link to this section Summary
Link to this section Types
@type embedding_input() :: Vettore.Embedding.t() | map()
@type hybrid_generator() :: :funnel | :quantized | :search | :hnsw | {:funnel | :quantized | :search | :hnsw, keyword()}