MCPcopy
hub / github.com/langroid/langroid / LanceDBConfig

Class LanceDBConfig

langroid/vector_store/lancedb.py:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class LanceDBConfig(VectorStoreConfig):
48 cloud: bool = False
49 collection_name: str | None = "temp"
50 storage_path: str = ".lancedb/data"
51 embedding: EmbeddingModelsConfig = OpenAIEmbeddingsConfig()
52 distance: str = "cosine"
53
54
55class LanceDB(VectorStore):

Callers 15

vecdbFunction · 0.90
vecdbFunction · 0.90
test_lance_metadataFunction · 0.90
vecdbFunction · 0.90
vecdbFunction · 0.90
vecdbFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls 1

Tested by 10

vecdbFunction · 0.72
vecdbFunction · 0.72
test_lance_metadataFunction · 0.72
vecdbFunction · 0.72
vecdbFunction · 0.72
vecdbFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…