Skip to content

feat: add Upstash Vector DocumentStore integration - #560

Open
avish006 wants to merge 3 commits into
deepset-ai:mainfrom
avish006:feat/add-upstash-integration
Open

feat: add Upstash Vector DocumentStore integration#560
avish006 wants to merge 3 commits into
deepset-ai:mainfrom
avish006:feat/add-upstash-integration

Conversation

@avish006

@avish006 avish006 commented Aug 1, 2026

Copy link
Copy Markdown

Adds the listing page for upstash-haystack, a community-maintained
DocumentStore integration for Upstash Vector.

Note: redirected here from deepset-ai/haystack-core-integrations #3685 by @sjrl.

@avish006
avish006 requested a review from a team as a code owner August 1, 2026 13:39
@vercel

vercel Bot commented Aug 1, 2026

Copy link
Copy Markdown

@avish006 is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

  • Adds a new integration listing page for Upstash Vector (upstash-haystack), documenting installation and example Haystack pipelines for indexing, RAG querying, hybrid retrieval, and filtering.

Changes:

  • Introduces integrations/upstash.md with frontmatter metadata (name, authors, PyPI, repo) and usage examples.
  • Documents UpstashDocumentStore, UpstashEmbeddingRetriever, and UpstashHybridRetriever with code snippets.

馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread integrations/upstash.md
from haystack.components.embedders import SentenceTransformersTextEmbedder
from haystack.components.builders import PromptBuilder
from haystack.components.generators import OpenAIGenerator
from haystack.utils import Secret

@kacperlukawski kacperlukawski left a comment

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.

Thank you, @avish006 I left some minor comments. Happy to merge once they are addressed.

Comment thread integrations/upstash.md Outdated
Comment thread integrations/upstash.md
Updated the generator component in the query pipeline to use OpenAIChatGenerator instead of OpenAIGenerator.
@avish006

Copy link
Copy Markdown
Author

Hello @kacperlukawski , As requested the changes have been made, Thanks for the review!

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