Skip to content

Commit 2be6e74

Browse files
committed
fix chatbot
1 parent b452114 commit 2be6e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/chatbot/src/chatbot/langgraph_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from langgraph.graph.message import add_messages
1818
from langgraph.prebuilt import create_react_agent
1919
from chromadb.config import DEFAULT_TENANT, DEFAULT_DATABASE, Settings
20-
20+
from .retrieverutils import get_retriever_tool
2121

2222
from .extensions import postgresdb
2323
from .config import Config

0 commit comments

Comments
 (0)