Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility method from_embedding_vecotrs in FAISS wrapper #1627

Closed

Conversation

abhinav-upadhyay
Copy link
Contributor

This allows the users to pass pre-created embeddings explicitly to be indexed by the vector store. If the users wish to create the embeddings for their documents and reuse them, this can save extra API calls to the embeddings API endpoints

Fixes #1597

This allows the users to pass pre-created embeddings explicitly to be
indexed by the vector store. If the users wish to create the embeddings
for their documents and reuse them, this can save extra API calls to the
embeddings API endpoints

Fixes langchain-ai#1597
@tomarharsh
Copy link

Being fixed by #1912 I believe

@dev2049
Copy link
Contributor

dev2049 commented May 18, 2023

fixed in #1912

@dev2049 dev2049 closed this May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for creating index by passing embeddings explicitly
3 participants