Fix accidentally hardcode label in searching upstream nodes
This commit is contained in:
parent
7c8f65d020
commit
b586bdc02f
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ class MongoGraphStorage(BaseGraphStorage):
|
|||
"$unionWith": {
|
||||
"coll": "chunk_entity_relation",
|
||||
"pipeline": [
|
||||
{"$match": {"_id": "LightRAG"}},
|
||||
{"$match": {"_id": label}},
|
||||
{
|
||||
"$graphLookup": {
|
||||
"from": "chunk_entity_relation_edges",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue