✨ feat: Add vector store support with Qdrant#144
Merged
jpmcb merged 1 commit intopapercomputeco:mainfrom Mar 6, 2026
Merged
Conversation
Signed-off-by: Anush008 <mail@anush.sh>
Contributor
|
vouch add @Anush008 Thanks so much for the PR. I will take a closer look later today |
jpmcb
approved these changes
Mar 6, 2026
Contributor
jpmcb
left a comment
There was a problem hiding this comment.
Great to see you @Anush008 - thanks for the great contribution. Validated!!
❯ ./build/darwin/arm64/tapes search "Woof"
Search Results for: "Woof"
#1 score: 0.9688 7d904290aa5b1478692f707274cbcbb5e35d7bd63152ff393febafa3f3d46702
user: Woof.
2 turns
>>> [user] Woof. 7d904290aa5b
├─ [assistant] Woof woof! 😊 Are you saying hello? Or maybe you're a... b05806e43b23
#2 score: 0.5778 b05806e43b23b1d91f95fa7061036bee996f361bb244795e1a464f42a9ea91f5
assistant: Woof woof! 😊 Are you saying hello? Or maybe you're a dog! Do you want ...
2 turns
├─ [user] Woof. 7d904290aa5b
>>> [assistant] Woof woof! 😊 Are you saying hello? Or maybe you're a... b05806e43b23
Contributor
|
@Anush008 let's us know if Qdrant be open to linking to Tapes in your integrations or ecosystem docs? Would love to give your users a clear path to pairing Qdrant with Tapes for agent observability. Happy to return the favor on our end with content. |
Contributor
Author
|
Yeah. I'll update https://qdrant.tech/documentation/ with the tapes.dev integration doc shortly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey 👋
This PR adds support for using Qdrant as a vector store provider in
tapes.You can run Qdrant with
The dashboard is accessible at http://localhost:6333/dashboard
The Go client uses the gRPC API that's available at
host=localhostandport=6334.Continue Tasks: ✅ 1 no changes — View all