Skip to content

✨ feat: Add vector store support with Qdrant#144

Merged
jpmcb merged 1 commit intopapercomputeco:mainfrom
Anush008:qdrant
Mar 6, 2026
Merged

✨ feat: Add vector store support with Qdrant#144
jpmcb merged 1 commit intopapercomputeco:mainfrom
Anush008:qdrant

Conversation

@Anush008
Copy link
Contributor

@Anush008 Anush008 commented Mar 6, 2026

Hey 👋

This PR adds support for using Qdrant as a vector store provider in tapes.

You can run Qdrant with

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

The dashboard is accessible at http://localhost:6333/dashboard

The Go client uses the gRPC API that's available at host=localhost and port=6334.


Continue Tasks: ✅ 1 no changes — View all

Signed-off-by: Anush008 <mail@anush.sh>
@bdougie
Copy link
Contributor

bdougie commented Mar 6, 2026

vouch add @Anush008

Thanks so much for the PR. I will take a closer look later today

github-actions bot added a commit that referenced this pull request Mar 6, 2026
@jpmcb jpmcb changed the title feat: Add vector store support with Qdrant ✨ feat: Add vector store support with Qdrant Mar 6, 2026
Copy link
Contributor

@jpmcb jpmcb left a comment

Choose a reason for hiding this comment

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

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

@jpmcb jpmcb merged commit 173f651 into papercomputeco:main Mar 6, 2026
11 checks passed
@Anush008 Anush008 deleted the qdrant branch March 6, 2026 14:27
@bdougie
Copy link
Contributor

bdougie commented Mar 6, 2026

@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.

@Anush008
Copy link
Contributor Author

Anush008 commented Mar 6, 2026

Yeah. I'll update https://qdrant.tech/documentation/ with the tapes.dev integration doc shortly.

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.

3 participants