Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
asoderlind committed Oct 15, 2023
1 parent 09aa56b commit 0ca9613
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
Expand Up @@ -10,7 +10,7 @@ def __init__(self, path, embeddings_key, docs_init=None):
embeddings = self._get_embeddings(settings.EMBEDDINGS_NAME, embeddings_key)
if docs_init:
self.docsearch = FAISS.from_documents(
docs_init, embeddings
docs_init, embeddings
)
else:
self.docsearch = FAISS.load_local(
Expand Down

0 comments on commit 0ca9613

Please sign in to comment.