feat: add Upstash Vector DocumentStore integration - #560
Open
avish006 wants to merge 3 commits into
Open
Conversation
|
@avish006 is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
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.mdwith frontmatter metadata (name, authors, PyPI, repo) and usage examples. - Documents
UpstashDocumentStore,UpstashEmbeddingRetriever, andUpstashHybridRetrieverwith code snippets.
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| from haystack.components.embedders import SentenceTransformersTextEmbedder | ||
| from haystack.components.builders import PromptBuilder | ||
| from haystack.components.generators import OpenAIGenerator | ||
| from haystack.utils import Secret |
kacperlukawski
requested changes
Aug 13, 2026
kacperlukawski
left a comment
Member
There was a problem hiding this comment.
Thank you, @avish006 I left some minor comments. Happy to merge once they are addressed.
Updated the generator component in the query pipeline to use OpenAIChatGenerator instead of OpenAIGenerator.
Author
|
Hello @kacperlukawski , As requested the changes have been made, Thanks for the review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the listing page for
upstash-haystack, a community-maintainedDocumentStore integration for Upstash Vector.
Note: redirected here from deepset-ai/haystack-core-integrations #3685 by @sjrl.