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

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
- import FAISS
349
  class MyVectorStore:
350
  def __init__(self, index: faiss.Index):
351
  self.index = index
 
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