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

feat: Qdrant storage connector #1023

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open

feat: Qdrant storage connector #1023

wants to merge 56 commits into from

Conversation

Anush008
Copy link

@Anush008 Anush008 commented Feb 17, 2024

Description

This PR adds support for Qdrant - https://qdrant.tech/ to be used as a storage connector.

Tests

Tests have been configured to run using Qdrant local(in-memory) for tests/test_storage.py.

tests/test_load_archival.py uses Qdrant server(if running at port 6333), since these tests require concurrent access, which is not supported by Qdrant local.

To run Qdrant server

docker run -p 6333:6333 qdrant/qdrant

@Anush008
Copy link
Author

Hi @cpacker. Could you please take a look when possible please?

tests/test_load_archival.py Outdated Show resolved Hide resolved
@sarahwooders
Copy link
Collaborator

Thanks for submitting this PR! We are happy to support more storage backends, however since we are a fairly small team, we ask that external contributors continue to maintain their storage integrations over time. MemGPT is under active development, so it's possible that the storage connectors will need to be refactored or modified in the future, and our team can only commit to maintaining the default storage connectors.

@sarahwooders
Copy link
Collaborator

@Anush008 could you please merge with main again? I had to update the tests to make sure they work without openai credentials.

@Anush008
Copy link
Author

@sarahwooders, the tests still seem to require OpenAI credentials.

@Anush008
Copy link
Author

Hi, @sarahwooders. I've rechecked the implementation as per recent updates. Please take a look when possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

None yet

2 participants