Single Store Params

ParameterTypeDefaultDescription
collectionstr-The name of the collection to use.
schemaOptional[str]"ai"The database schema to use.
db_urlOptional[str]NoneThe database connection URL.
db_engineOptional[Engine]NoneSQLAlchemy engine instance.
embedderEmbedderOpenAIEmbedder()The embedder to use for creating vector embeddings.
distanceDistanceDistance.cosineThe distance metric to use for similarity search.