wt002 commited on
Commit
ef833aa
·
verified ·
1 Parent(s): 6ba5d6c

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
-
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