Highlights
- Pro
Pinned Loading
-
deepset-ai/haystack
deepset-ai/haystack PublicAI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data…
-
transformers
transformers PublicForked from huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Python
-
deepset-ai/haystack-core-integrations
deepset-ai/haystack-core-integrations PublicAdditional packages (components, document stores and the likes) to extend the capabilities of Haystack
-
deepset-ai/haystack-experimental
deepset-ai/haystack-experimental Public🧪 Experimental features for Haystack
2,054 contributions in the last year
Skip to contributions year listDay of Week | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
August 2025
Created 30 commits in 4 repositories
Created a pull request in deepset-ai/haystack that received 15 comments
refactor: Refactor Agent logic for easier readability
Related Issues fixes #9707 Proposed Changes: Refactors the Agent internal logic to make it easier to understand and extend in the future. Some ke…
Opened 16 other pull requests in 3 repositories
deepset-ai/haystack-core-integrations
2
open
7
merged
1
closed
-
feat!: Use
ReasoningContent
to store reasoning content inChatMessage
instead ofChatMessage.meta
This contribution was made on Aug 28 -
feat!: Update AmazonBedrockChatGenerator to use the new fields in
StreamingChunk
This contribution was made on Aug 25 -
fix: Remove openai pin in llama-stack integration
This contribution was made on Aug 22
-
fix: Remove openai pin in llama-stack integration
This contribution was made on Aug 22
-
chore: Unpin Llama Stack version
This contribution was made on Aug 8
-
fix: Pin openai to
<=1.99.1
avoid errors in Llama Stack integrationThis contribution was made on Aug 8 -
feat: Add AmazonBedrockChatGenerator to supported chat generators in Langfuse
This contribution was made on Aug 7
-
fix: Add optional
aiohttp
to google-genai integrationThis contribution was made on Aug 7 -
feat: Add
reasoning_contents
to meta of BedrockChatGenerator to support normal thinking and redacted thinkingThis contribution was made on Aug 5 -
fix: Fix meta-llama integration test
This contribution was made on Aug 4
deepset-ai/haystack
4
merged
1
open
-
Suggested changes pipeline crash
This contribution was made on Aug 27
-
chore: Bump transformers
This contribution was made on Aug 25
-
fix: Make
output_type
optional inMetadataRouter.from_dict
for YAML loadingThis contribution was made on Aug 20 -
feat: Update
source_id_meta_field
inSentenceWindowRetriever
to also accept a list of valuesThis contribution was made on Aug 11 -
chore!: Update finish reason in output of
HuggingFaceAPIChatGenerator
to match between stream and non-stream modesThis contribution was made on Aug 6
deepset-ai/haystack-experimental
1
merged
-
refactor: Refactoring in EmbeddingBasedDocumentSplitter
This contribution was made on Aug 13
Reviewed 55 pull requests in 5 repositories
deepset-ai/haystack-core-integrations
25 pull requests
-
docs: update changelog for integrations/watsonx
This contribution was made on Aug 27
-
feat: watsonx multimodal support
This contribution was made on Aug 27
-
feat: add a new
S3Downloader
componentThis contribution was made on Aug 27 -
feat: Add prompt routing to
AmazonBedrockChatGenerator
This contribution was made on Aug 26 -
feat!: Update AmazonBedrockChatGenerator to use the new fields in
StreamingChunk
This contribution was made on Aug 25 -
refactor!:
OllamaChatGenerator
- refine reasoning support + refactoringThis contribution was made on Aug 25 -
docs: update changelog for integrations/llama_stack
This contribution was made on Aug 22
-
chore: standardize readmes - part 2
This contribution was made on Aug 21
-
fix: Weave - pin gql
This contribution was made on Aug 19
-
feat: add Cohere Image Document Embedder
This contribution was made on Aug 18
-
fix: Temporarily disable brave search mcp integration test
This contribution was made on Aug 13
-
fix: add
input_tokens
in usage of Anthropic messagesThis contribution was made on Aug 11 -
docs: update changelog for integrations/llama_stack
This contribution was made on Aug 8
-
chore: Unpin Llama Stack version
This contribution was made on Aug 8
-
docs: update changelog for integrations/llama_stack
This contribution was made on Aug 8
-
docs: update changelog for integrations/langfuse
This contribution was made on Aug 7
-
docs: update changelog for integrations/openrouter
This contribution was made on Aug 7
-
feat: Add ToolSet support and check streaming chunk conversion works as expected in OpenRouterChatGenerator
This contribution was made on Aug 7
-
docs: update changelog for integrations/google_genai
This contribution was made on Aug 7
-
feat: add support for GitHubRepoForkerTool
This contribution was made on Aug 7
-
fix: error in
ToolCallDelta.index
for parallel tool callingThis contribution was made on Aug 7 -
docs: update changelog for integrations/amazon_bedrock
This contribution was made on Aug 6
-
feat: Add
reasoning_contents
to meta of BedrockChatGenerator to support normal thinking and redacted thinkingThis contribution was made on Aug 6 -
feat: Image support in GoogleGenAIChatGenerator
This contribution was made on Aug 6
-
feat: adopt new
StreamingChunk
in AnthropicThis contribution was made on Aug 5 - Some pull request reviews not shown.
deepset-ai/haystack
23 pull requests
-
feat: pipeline checkpoints crash allow to resume from snapshot
This contribution was made on Aug 28
-
Docs: clarify purpose of State class
This contribution was made on Aug 28
-
docs: fix
exit_conditions
in Agent docstringThis contribution was made on Aug 28 -
feat: raise components inputs/outputs during execution if an Exception occurs
This contribution was made on Aug 27
-
Suggested changes pipeline crash
This contribution was made on Aug 27
-
feat: persist executed components to allow resume and save input/output during execution for later inspection - regular
Pipeline
This contribution was made on Aug 25 -
refactor: Refactor Agent logic for easier readability
This contribution was made on Aug 21
-
fix: Propagate tracing context in sync ToolInvoker.run(...)
This contribution was made on Aug 21
-
fix:
OpenAIChatGenerator
- improve the logic to exclude custom tool callsThis contribution was made on Aug 20 -
feat: MarkdownHeaderSplitter
This contribution was made on Aug 19
-
chore: export
ReasoningContent
tohaystack.dataclasses
This contribution was made on Aug 19 -
fix: adding
data/abbreviations
as part of our repo + distributionThis contribution was made on Aug 19 -
fix: copy context when invoking tool in ThreadPoolExecutor
This contribution was made on Aug 18
-
!fix:
FileTypeRouter
raisingFileNotFound
in a consistently mannerThis contribution was made on Aug 18 -
test: change model and provider for
HuggingFaceAPIChatGenerator
multimodal testThis contribution was made on Aug 18 -
feat: Update
source_id_meta_field
inSentenceWindowRetriever
to also accept a list of valuesThis contribution was made on Aug 13 -
Fix/informative error message
This contribution was made on Aug 13
-
chore!: Update finish reason in output of
HuggingFaceAPIChatGenerator
to match between stream and non-stream modesThis contribution was made on Aug 11 -
feat: add
ReasoningContent
toChatMessage
This contribution was made on Aug 11 -
feat: Update
MetadataRouter
to supportByteStream
This contribution was made on Aug 8 -
chore: OpenAI - explictly filter function tool calls
This contribution was made on Aug 8
-
fix: fix OpenAI tests for
openai==1.99.3
This contribution was made on Aug 8 -
feat: add serde methods to
ImageContent
andTextContent
This contribution was made on Aug 5
deepset-ai/haystack-experimental
3 pull requests
-
feat: Add EmbeddingBasedDocumentSplitter component
This contribution was made on Aug 13
-
refactor: Refactoring in EmbeddingBasedDocumentSplitter
This contribution was made on Aug 13
-
chore: unpin Haystack
This contribution was made on Aug 7
deepset-ai/haystack-integrations
1 pull request
-
update Cohere integration page to mention CohereDocumentImageEmbedder
This contribution was made on Aug 19
deepset-ai/hayhooks
1 pull request
-
Add a /status endpoint to MCP server
This contribution was made on Aug 5
Created an issue in deepset-ai/haystack-core-integrations that received 1 comment
feat: Add support for thinking content in AnthropicChatGenerator
Same issue as found here for Bedrock #2093 is that when we enable thinking tokens in Claude then our AnthropicChatGenerator
fails with the error
a…
Opened 3 other issues in 1 repository
deepset-ai/haystack-core-integrations
1
open
2
closed
-
feat: Update
WatsonXChatGenerator
to use theStreamingChunk
fieldsThis contribution was made on Aug 25 -
Add Bedrock Generators to list of supported generators in Langfuse
This contribution was made on Aug 4
-
Add
redacted_thinking
support to Bedrock when using ClaudeThis contribution was made on Aug 4