Skip to content

Commit

Permalink
fix: fixing removed entity
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo-chevallard committed Dec 30, 2024
1 parent 5b8efcb commit 3a567d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/quivr_core/rag/quivr_rag_langgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
TypedDict,
)
from uuid import UUID, uuid4

import openai
from langchain.retrievers import ContextualCompressionRetriever
from langchain_cohere import CohereRerank
Expand Down Expand Up @@ -1009,8 +1008,6 @@ def _extract_node_name(self, event: dict) -> str:
if node.name == name:
if node.description:
return node.description
elif node.label:
return node.label
else:
return node.name
return ""
Expand Down

0 comments on commit 3a567d8

Please sign in to comment.