wt002 commited on
Commit
d7bc0b0
·
verified ·
1 Parent(s): 88baef1

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -345,7 +345,7 @@ for name in enabled_tool_names:
345
  # -----------------------------
346
  # Create FAISS Vector Store
347
  # -----------------------------
348
- from langchain_community.vectorstores import FAISS
349
  class MyVectorStore:
350
  def __init__(self, index: faiss.Index):
351
  self.index = index
 
345
  # -----------------------------
346
  # Create FAISS Vector Store
347
  # -----------------------------
348
+ import faiss
349
  class MyVectorStore:
350
  def __init__(self, index: faiss.Index):
351
  self.index = index