Add Keywords AI integration for Haystack 2.0#390
Open
fran3cc wants to merge 1 commit intodeepset-ai:mainfrom
Open
Add Keywords AI integration for Haystack 2.0#390fran3cc wants to merge 1 commit intodeepset-ai:mainfrom
fran3cc wants to merge 1 commit intodeepset-ai:mainfrom
Conversation
fran3cc
commented
Jan 20, 2026
- Monitoring tool integration with tracing and gateway features
- Includes logo and screenshots for documentation
- Supports pipeline tracing, automatic logging, and prompt management
- Links to detailed documentation at docs.keywordsai.co
- Monitoring tool integration with tracing and gateway features - Includes logo and screenshots for documentation - Supports pipeline tracing, automatic logging, and prompt management - Links to detailed documentation at docs.keywordsai.co
bilgeyucel
requested changes
Feb 2, 2026
| linkedin: https://www.linkedin.com/company/keywordsai/ | ||
| pypi: https://pypi.org/project/keywordsai-exporter-haystack/ | ||
| repo: https://github.com/Keywords-AI/keywordsai/tree/main/python-sdks/keywordsai-exporter-haystack | ||
| type: Gateway & Monitoring Tool |
Contributor
There was a problem hiding this comment.
We have "Monitoring Tool" label that fits better
Suggested change
| type: Gateway & Monitoring Tool | |
| type: Monitoring Tool |
Comment on lines
+88
to
+89
| pipeline.add_component("prompt", PromptBuilder(template="Tell me about {{topic}}.")) | ||
| pipeline.add_component("llm", OpenAIGenerator(model="gpt-4o-mini")) |
Contributor
There was a problem hiding this comment.
Can you write this example with ChatPromptBuilder and OpenAIChatGenerator components?
| import os | ||
| from haystack import Pipeline | ||
| from haystack.components.builders import PromptBuilder | ||
| from keywordsai_exporter_haystack import KeywordsAIGenerator |
Contributor
There was a problem hiding this comment.
If missing, please implement KeywordsAIChatGenerator as it's the component type we're using across all examples
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.