Spaces:
Sleeping
Sleeping
Upload tools.py
Browse files- src/tools.py +1 -1
src/tools.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from typing import Literal
|
| 2 |
from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
| 3 |
from langchain_chroma import Chroma
|
| 4 |
-
from langchain_community.tools
|
| 5 |
from langchain.tools import tool
|
| 6 |
|
| 7 |
# Persistent storage setup
|
|
|
|
| 1 |
from typing import Literal
|
| 2 |
from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
| 3 |
from langchain_chroma import Chroma
|
| 4 |
+
from langchain_community.tools import DuckDuckGoSearchResults
|
| 5 |
from langchain.tools import tool
|
| 6 |
|
| 7 |
# Persistent storage setup
|