Spaces:
Running
Running
Update agent.py
Browse files
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
|