Skip to content

feat: add AlloyDB integration documentation and logo#466

Merged
kacperlukawski merged 1 commit intodeepset-ai:mainfrom
garybadwal:feat/alloydb
May 6, 2026
Merged

feat: add AlloyDB integration documentation and logo#466
kacperlukawski merged 1 commit intodeepset-ai:mainfrom
garybadwal:feat/alloydb

Conversation

@garybadwal
Copy link
Copy Markdown
Contributor

Adds integration for Google Cloud AlloyDB as a Document Store. This integration enables users to leverage AlloyDB with the pgvector extension for both dense vector similarity search and full-text keyword search in Haystack RAG (Retrieval-Augmented Generation) pipelines.

Components:

  • AlloyDBDocumentStore
  • AlloyDBEmbeddingRetriever
  • AlloyDBKeywordRetriever

Issue: deepset-ai/haystack-core-integrations#1749
Code PR: deepset-ai/haystack-core-integrations#3229

@garybadwal garybadwal requested a review from a team as a code owner May 1, 2026 08:41
@garybadwal
Copy link
Copy Markdown
Contributor Author

@davidsbatista I have submitted the Docs page as well for this. Can you review this also whenever you are available?

@kacperlukawski kacperlukawski self-requested a review May 6, 2026 05:28
Copy link
Copy Markdown
Member

@kacperlukawski kacperlukawski left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @garybadwal

Comment on lines +26 to +27
[![PyPI - Version](https://img.shields.io/pypi/v/alloydb-haystack.svg)](https://pypi.org/project/alloydb-haystack/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/alloydb-haystack.svg)](https://pypi.org/project/alloydb-haystack/)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We usually do not add these badges, but that might be a good idea!

@kacperlukawski kacperlukawski merged commit d8803b6 into deepset-ai:main May 6, 2026
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.

2 participants