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