Skip to content

Add Couchbase vector database tutorial for Solace Agent Mesh (Fixes #…#1154

Open
aaryankumar1435-maker wants to merge 1 commit intoSolaceLabs:mainfrom
aaryankumar1435-maker:couchbase-vector-db-tutorial
Open

Add Couchbase vector database tutorial for Solace Agent Mesh (Fixes #…#1154
aaryankumar1435-maker wants to merge 1 commit intoSolaceLabs:mainfrom
aaryankumar1435-maker:couchbase-vector-db-tutorial

Conversation

@aaryankumar1435-maker
Copy link

What is the purpose of this change?

This pull request adds a tutorial explaining how to use Couchbase as a vector database with Solace Agent Mesh.

The tutorial demonstrates how vector embeddings can be stored and retrieved using Couchbase to support semantic search and AI agent workflows.

How was this change implemented?

  • Added a new tutorial document explaining Couchbase vector database integration.
  • Included steps for installing dependencies, connecting to Couchbase, storing vector embeddings, and performing similarity search.
  • Provided example code snippets to help developers integrate Couchbase with Solace Agent Mesh agents.

Key Design Decisions

The tutorial focuses on clarity and simplicity so that new users of Solace Agent Mesh can quickly understand how vector databases can be integrated into AI agent pipelines.

Fixes #141

@TamimiGitHub
Copy link
Collaborator

Hey @aaryankumar1435-maker - thanks for your interest in adding a couchbase tutorial! The RAG functionality in Solace Agent Mesh is supported through the RAG plugin as described in the RAG Integration section of the agent mesh docs. This integration is supported through the plugins ecosystem and is defined in the Solace Agent Mesh core plugins repo.

Every vDB tech has its own configuration, and I can see couchbase fitting in this list there.

So I would recommend the following

  1. Open a PR in the core plugins repo with support for couchbase in the RAG plugin
  2. Reference the [Feature]: tutorial with using Couchbase as a vector database with Solace agent mesh #141 issue on that PR
  3. We can then author a tutorial showing how to use and configure that plugin with solace agent mesh

I'll close this PR in favour of this process.

Let me know if you need help with this and I'd be happy to help out!

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.

[Feature]: tutorial with using Couchbase as a vector database with Solace agent mesh

2 participants