Skip to content

Conversation

@Anush008
Copy link

@Anush008 Anush008 commented Dec 3, 2025

Description

This PR adds support for using Qdrant as a vector search provider in Manifold.

Today, I've unit tested the qdrant_vector.go implementation with a local Qdrant instance.

You can run Qdrant with

docker run -p 6333:6333 -p 6334:6334 qdrant/qdrant

Then use "http://localhost:6334" as the DSN.
You can view the vectors at http://localhost:6333/dashboard.

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.

1 participant