DuckDBDocumentStore
DuckDB-backed document store with vector search.
Usage
DuckDBDocumentStore(
connection_string,
index_type="hnsw",
)Parameters
connection_string: str-
Database connection string.
index_type: str = "hnsw"-
Type of vector index to use.