mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
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:
parent
ac234f47bd
commit
95409ff4bf
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user