Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -31,12 +31,6 @@ from langchain_community.vectorstores import FAISS
|
|
31 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|
32 |
|
33 |
|
34 |
-
from tools import (
|
35 |
-
multiply, add, subtract, divide, modulus,
|
36 |
-
wiki_search, web_search, arvix_search
|
37 |
-
)
|
38 |
-
|
39 |
-
|
40 |
|
41 |
load_dotenv()
|
42 |
|
|
|
31 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|
32 |
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
load_dotenv()
|
36 |
|