Skip to content

Commit

Permalink
add folder for faiss
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyash2106 committed Jun 6, 2024
1 parent 86cb7c4 commit a0a31c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/agrag/modules/vector_db/vector_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import faiss
import torch

from agrag.modules.vector_db.faiss import construct_faiss_index
from agrag.modules.vector_db.faiss.faiss import construct_faiss_index
from agrag.modules.vector_db.utils import pad_embeddings, remove_duplicates

logger = logging.getLogger("rag-logger")
Expand Down

0 comments on commit a0a31c4

Please sign in to comment.