Skip to content

Add ShannonBase vector store integration#4958

Open
Apoorva Verma (apoorva-01) wants to merge 1 commit into
langchain-ai:mainfrom
apoorva-01:add-shannonbase-vectorstore
Open

Add ShannonBase vector store integration#4958
Apoorva Verma (apoorva-01) wants to merge 1 commit into
langchain-ai:mainfrom
apoorva-01:add-shannonbase-vectorstore

Conversation

@apoorva-01

@apoorva-01 Apoorva Verma (apoorva-01) commented Jul 18, 2026

Copy link
Copy Markdown

Hey! This adds langchain-shannonbase, a vector store built on MySQL 9's native VECTOR type. The same code works on ShannonBase, plain self-hosted MySQL 9, and HeatWave, since they all share the VECTOR / STRING_TO_VECTOR / DISTANCE functions.

Why bother?
Right now the only MySQL vector store around is locked to Google Cloud SQL, so if your data's in plain MySQL 9 or ShannonBase there just wasn't one. ShannonBase even has "LangChain integration" sitting on their wishlist, so this scratches that itch.

A few notes:

The PR just adds the doc page (src/oss/python/integrations/vectorstores/shannonbase.mdx) and a packages.yml entry. If it qualifies for highlight as a new integration that'd be lovely, but totally fine if not.

Thanks for taking a look!

@github-actions github-actions Bot added langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, Apoorva Verma (@apoorva-01)! When it's ready for review, please add the relevant reviewers:

  • @mdrxy (Python integrations)

@langchain-oss-automated-triage

Copy link
Copy Markdown

Thanks for contributing a new integration docs page, Apoorva Verma (@apoorva-01)!

We receive a large number of PRs and review them as quickly as we can. Please bear with us as we work through the queue.

If you have already tagged a maintainer on this PR, do not tag them again.

@github-actions github-actions Bot added the external User is not a member of langchain-ai label Jul 18, 2026
@apoorva-01

Apoorva Verma (apoorva-01) commented Jul 18, 2026

Copy link
Copy Markdown
Author

Mason Daugherty (@mdrxy) - It's ready for review whenever you get a chance. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant