Skip to content

Commit

Permalink
Update faiss.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Oct 6, 2023
1 parent 316c276 commit 17edaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/vectorstore/faiss.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from application.vectorstore.base import BaseVectorStore
from langchain import FAISS
from langchain.vectorstores import FAISS
from application.core.settings import settings

class FaissStore(BaseVectorStore):
Expand Down

1 comment on commit 17edaa0

@mini3130
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.