Aniun commited on
Commit
c3e28ed
·
verified ·
1 Parent(s): 8396e56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  '''