Remove lancedb_dir redundant assignments (#1163)

Co-authored-by: wanhua.gu <wanhua.gu@wiz.ai>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
longyunfeigu 2024-09-19 23:25:10 +08:00 committed by GitHub
parent ac234f47bd
commit 95409ff4bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,7 +267,7 @@ async def local_search_streaming(
_entities = read_indexer_entities(nodes, entities, community_level)
lancedb_dir = lancedb_dir = Path(config.storage.base_dir) / "lancedb"
lancedb_dir = Path(config.storage.base_dir) / "lancedb"
vector_store_args.update({"db_uri": str(lancedb_dir)})
description_embedding_store = _get_embedding_description_store(