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

langchain[major]: Use InMemoryVectorStore by default in VectorstoreIndexCreator #19575

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

cbornet
Copy link
Collaborator

@cbornet cbornet commented Mar 26, 2024

This is a small breaking change but I think it should be done as:

  • No external dependency needs to be installed anymore for the default to work
  • It is vendor-neutral

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 26, 2024
Copy link

vercel bot commented Mar 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Mar 26, 2024 1:54pm

@dosubot dosubot bot added Ɑ: vector store Related to vector store module 🤖:improvement Medium size change to existing code to handle new use-cases labels Mar 26, 2024
@eyurtsev eyurtsev self-requested a review March 26, 2024 13:58
@eyurtsev eyurtsev changed the title langchain: Use InMemoryVectorStore by default in VectorstoreIndexCreator langchain[major]: Use InMemoryVectorStore by default in VectorstoreIndexCreator Mar 26, 2024
@eyurtsev eyurtsev self-assigned this Mar 26, 2024
@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Mar 26, 2024
@eyurtsev
Copy link
Collaborator

@baskaryan I am in favor of this. This will allow us to move some of these abstractions to langchain-core longer term (once we get rid of numpy depdency for the memory vectorstore).

Can i get a second 👍 for the breaking change?

@eyurtsev
Copy link
Collaborator

Got 👍 from @hinthornw

@eyurtsev eyurtsev merged commit 9993651 into langchain-ai:master Mar 26, 2024
41 checks passed
@cbornet cbornet deleted the vs-index-wrapper-in-mem branch March 26, 2024 14:05
gkorland pushed a commit to FalkorDB/langchain that referenced this pull request Mar 30, 2024
…dexCreator (langchain-ai#19575)

This is a small breaking change but I think it should be done as:
* No external dependency needs to be installed anymore for the default
to work
* It is vendor-neutral
hinthornw pushed a commit that referenced this pull request Apr 26, 2024
…dexCreator (#19575)

This is a small breaking change but I think it should be done as:
* No external dependency needs to be installed anymore for the default
to work
* It is vendor-neutral
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:improvement Medium size change to existing code to handle new use-cases lgtm PR looks good. Use to confirm that a PR is ready for merging. size:XS This PR changes 0-9 lines, ignoring generated files. Ɑ: vector store Related to vector store module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants