Phoenix21 commited on
Commit
da1118e
·
verified ·
1 Parent(s): a32089c

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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