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

Qdrant Client: Expose instance for creating client #9706

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

eyurtsev
Copy link
Collaborator

@eyurtsev eyurtsev commented Aug 24, 2023

Expose classmethods to convenient initialize the vectostore.

The purpose of this PR is to make it easy for users to initialize an empty vectorstore that's properly pre-configured without having to index documents into it via from_documents.

This will make it easier for users to rely on the following indexing code: #9614
to help manage data in the qdrant vectorstore.

@vercel
Copy link

vercel bot commented Aug 24, 2023

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 Aug 24, 2023 3:24pm

@dosubot dosubot bot added Ɑ: vector store Related to vector store module 🤖:improvement Medium size change to existing code to handle new use-cases labels Aug 24, 2023
@eyurtsev
Copy link
Collaborator Author

cc @kacperlukawski / @avsolatorio let me know if you have any concerns

@kacperlukawski
Copy link
Contributor

LGTM

@eyurtsev eyurtsev merged commit 5edf819 into master Aug 28, 2023
@eyurtsev eyurtsev deleted the eugene/qdrant_expose branch August 28, 2023 13:31
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 Ɑ: vector store Related to vector store module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants