Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -8,7 +8,7 @@ from langchain.embeddings import HuggingFaceEmbeddings
|
|
8 |
from langchain.vectorstores import FAISS
|
9 |
from langchain.chains import RetrievalQA
|
10 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, ManagedAgent, LiteLLMModel
|
11 |
-
import litellm
|
12 |
|
13 |
# Import the chain builders from our separate files
|
14 |
from classification_chain import get_classification_chain
|
|
|
8 |
from langchain.vectorstores import FAISS
|
9 |
from langchain.chains import RetrievalQA
|
10 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, ManagedAgent, LiteLLMModel
|
11 |
+
# import litellm
|
12 |
|
13 |
# Import the chain builders from our separate files
|
14 |
from classification_chain import get_classification_chain
|