Spaces:
Sleeping
Sleeping
Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -8,6 +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 subprocess # Import subprocess to run shell commands
|
12 |
|
13 |
# Import the chain builders from our separate files
|
|
|
8 |
from langchain.vectorstores import FAISS
|
9 |
from langchain.chains import RetrievalQA
|
10 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, ManagedAgent, LiteLLMModel
|
11 |
+
from langchain.llms.base import LLM
|
12 |
import subprocess # Import subprocess to run shell commands
|
13 |
|
14 |
# Import the chain builders from our separate files
|