8000 feat: Qdrant vectorstore support by Anush008 · Pull Request #863 · arc53/DocsGPT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: Qdrant vectorstore support #863

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

Merged
merged 2 commits into from
Mar 4, 2024
Merged

feat: Qdrant vectorstore support #863

merged 2 commits into from
Mar 4, 2024

Conversation

Anush008
Copy link
Contributor
@Anush008 Anush008 commented Feb 29, 2024

Description

This PR intends to add support for Qdrant - https://qdrant.tech/ to be used as a vectorstore in DocsGPT.

You can try this out by setting the QDRANT_LOCATION value to ":memory:" to use an in-memory instance for prototyping.

For using Qdrant server, run

docker run -p 6333:6333 qdrant/qdrant

and set QDRANT_LOCATION to "http://host:6333"

Copy link
vercel bot commented Feb 29, 2024

@Anush008 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor
@dartpain dartpain left a comment

Choose a reason for hiding this comment

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

Good PR, thank you!

Copy link
vercel bot commented Mar 4, 2024

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

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2024 0:37am

Copy link
codecov bot commented Mar 4, 2024

Codecov Report

Attention: Patch coverage is 82.92683% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 19.85%. Comparing base (c8d8a8d) to head (00dfb07).
Report is 24 commits behind head on main.

Files Patch % Lines
application/vectorstore/qdrant.py 62.50% 6 Missing ⚠️
application/vectorstore/vector_creator.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #863      +/-   ##
==========================================
+ Coverage   19.26%   19.85%   +0.59%     
==========================================
  Files          66       67       +1     
  Lines        3037     3067      +30     
==========================================
+ Hits          585      609      +24     
- Misses       2452     2458       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dartpain dartpain merged commit 9ce6078 into arc53:main Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application Application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0