Skip to content

Commit

Permalink
Merge pull request #468 from arc53/bug/faiss-import
Browse files Browse the repository at this point in the history
Fix faiss import bug
  • Loading branch information
pabik authored Oct 6, 2023
2 parents 316c276 + 17edaa0 commit 014861a
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

2 comments on commit 014861a

@vercel
Copy link

@vercel vercel bot commented on 014861a Oct 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nextra-docsgpt – ./docs

nextra-docsgpt-git-main-arc53.vercel.app
nextra-docsgpt.vercel.app
nextra-docsgpt-arc53.vercel.app
docs.docsgpt.co.uk

@vercel
Copy link

@vercel vercel bot commented on 014861a Oct 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-git-main-arc53.vercel.app
docs-gpt-brown.vercel.app
docs-gpt-arc53.vercel.app

Please sign in to comment.