bstraehle commited on
Commit
f8211ee
1 Parent(s): a60a3c0

Update rag_langgraph.py

Browse files
Files changed (1) hide show
  1. rag_langgraph.py +2 -0
rag_langgraph.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from typing import Annotated, List, Tuple, Union
2
 
3
  from langchain_community.tools.tavily_search import TavilySearchResults
 
1
+ from datetime import date
2
+
3
  from typing import Annotated, List, Tuple, Union
4
 
5
  from langchain_community.tools.tavily_search import TavilySearchResults