Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ class RepoSearch:
|
|
23 |
# assert os.path.exists(db_path), f"Database not found: {db_path}"
|
24 |
# self.vector_db = FAISS.load_local(db_path, embeddings,
|
25 |
# allow_dangerous_deserialization=True)
|
|
|
26 |
|
27 |
def search(self, query, k=10):
|
28 |
'''
|
|
|
23 |
# assert os.path.exists(db_path), f"Database not found: {db_path}"
|
24 |
# self.vector_db = FAISS.load_local(db_path, embeddings,
|
25 |
# allow_dangerous_deserialization=True)
|
26 |
+
pass
|
27 |
|
28 |
def search(self, query, k=10):
|
29 |
'''
|