-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Insights: deepset-ai/haystack
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v2.11.0-rc3
published
Mar 7, 2025 -
v2.11.0
published
Mar 10, 2025 -
v2.11.1-rc1
published
Mar 12, 2025
13 Pull requests merged by 6 people
-
Feat: Support Azure Workload Identity Credential
#9012 merged
Mar 12, 2025 -
fix: add
dataframe
to legacy fields forDocument
#9026 merged
Mar 12, 2025 -
fix: Fix logging test
#9024 merged
Mar 12, 2025 -
chore: remove mention of 2.0 from banner
#9010 merged
Mar 11, 2025 -
feat: Improve type validation for bare types
#8997 merged
Mar 11, 2025 -
fix: Fix type serialization and deserialization
#8993 merged
Mar 7, 2025 -
fix: cleaning up
InMemoryDocumentStore
executor when created inside the class#8994 merged
Mar 7, 2025 -
feat: adding function to detect unmapped CID characters in
PDFMinerToDocument
#8992 merged
Mar 6, 2025 -
feat: async support for the
HuggingFaceLocalChatGenerator
#8981 merged
Mar 6, 2025 -
docs: Update docstrings of
BranchJoiner
#8988 merged
Mar 6, 2025 -
fix: Fix type util tests
#8990 merged
Mar 6, 2025 -
fix: handle async tests in
HuggingFaceAPIChatGenerator
to prevent error#8986 merged
Mar 6, 2025
6 Pull requests opened by 6 people
-
feat: time extension for ChatPromptBuilder
#9001 opened
Mar 7, 2025 -
feat: support rest-style docstrings when loading tools from function
#9004 opened
Mar 10, 2025 -
chore: Use thread safe import in `import_class_by_name` utility function
#9028 opened
Mar 12, 2025 -
feat: add `split_by_row` feature to `CSVDocumentSplitter`
#9031 opened
Mar 12, 2025 -
Add compatibility checks for Callable types
#9033 opened
Mar 12, 2025 -
feat: LinkContentFetcher - replace requests with httpx, add async and http/2
#9034 opened
Mar 13, 2025
21 Issues closed by 7 people
-
Add warning to `PromptBuilder` and `ChatPromptBuilder` if no `required_variables` is set
#8901 closed
Mar 12, 2025 -
feat: Support WorkloadIdentityCredential in AzureOpenAIGenerator and AzureOpenAIChatGenerator
#8952 closed
Mar 12, 2025 -
Haystack 2.11.0 cannot deserialize 2.10 Document dictionaries obtained with `flatten=False`
#9025 closed
Mar 12, 2025 -
Deprecation and removal of `dataframe` field from `Document`
#8738 closed
Mar 11, 2025 -
Remove explicit mention of Haystack "2.x" in documentation
#8928 closed
Mar 11, 2025 -
Remove the note "Migrate to Haystack 2.0" from documentation pages but keep the migration guide
#8934 closed
Mar 11, 2025 -
Hide all documentations pages of version == 1.26
#8933 closed
Mar 11, 2025 -
streaming_callback with async functions
#7231 closed
Mar 11, 2025 -
Remove v1 Tutorials & Cookbooks from the website
#9013 closed
Mar 11, 2025 -
Remove tags 2.x, etc. in Haystack website
#8931 closed
Mar 11, 2025 -
Remove explicit mention of Haystack "2.x" in tutorials
#8929 closed
Mar 11, 2025 -
Remove explicit mention of Haystack "2.x" in cookbooks
#8930 closed
Mar 11, 2025 -
Improve type validation to handle bare typing objects
#8874 closed
Mar 11, 2025 -
OpenAI Generator Assertion Error due to empty chunks
#8780 closed
Mar 7, 2025 -
Deserialization of BranchJoiner fails when using Optional type
#8971 closed
Mar 7, 2025 -
Update SentenceWindowRetriever Tutorial and Docs
#8970 closed
Mar 7, 2025 -
Release Haystack 2.10.0 on conda
#8743 closed
Mar 6, 2025 -
Explicit Encoding Handling for PDF Parsing
#8905 closed
Mar 6, 2025 -
Add async run method for ChatGenerators in haystack core
#8858 closed
Mar 6, 2025 -
add run_async for HuggingFaceLocalChatGenerator
#8954 closed
Mar 6, 2025 -
OpenAIChatGenerator uses wrong type hints for streaming_callback
#8995 closed
Mar 6, 2025
21 Issues opened by 8 people
-
Enhance Type Validation to Handle Callable Bare Types
#9030 opened
Mar 12, 2025 -
Support ReST-style docstrings when loading tools from function
#9023 opened
Mar 12, 2025 -
weave auto-patch breaks OpenAIGenerators streaming
#9014 opened
Mar 11, 2025 -
Add run_async for `OpenAITextEmbedder`
#9021 opened
Mar 11, 2025 -
Add run_async for `OpenAIDocumentEmbedder`
#9020 opened
Mar 11, 2025 -
Add run_async for `HuggingFaceAPITextEmbedder`
#9019 opened
Mar 11, 2025 -
Add run_async for `HuggingFaceAPIDocumentEmbedder`
#9018 opened
Mar 11, 2025 -
Add run_async for `AzureOpenAITextEmbedder`
#9017 opened
Mar 11, 2025 -
Add run_async for `AzureOpenAIDocumentEmbedder`
#9016 opened
Mar 11, 2025 -
Add async run methods to all relevant embedders
#9015 opened
Mar 11, 2025 -
Jinja2-based ComponentTools can't be passed into pipelines at runtime
#9011 opened
Mar 11, 2025 -
ChatMessage serialization format feedback
#9009 opened
Mar 10, 2025 -
Investigate running Tools in Parallel in the ToolInvoker
#9008 opened
Mar 10, 2025 -
Improving debugging Tools when they throw an Error
#9007 opened
Mar 10, 2025 -
Add `parameter` and `description` creation from `create_tool_from_function` into `Tool`
#9006 opened
Mar 10, 2025 -
Add `to_code` utility method to SuperComponent
#9005 opened
Mar 10, 2025 -
Migrate `LinkContentFetcher` from `requests` to `httpx` and add async run
#9000 opened
Mar 7, 2025 -
Address Agent Feedback
#8999 opened
Mar 7, 2025 -
Allow configuring OpenAI client in AzureOpenAI components (Embedders, Generators)
#8996 opened
Mar 6, 2025 -
Drop greater than or equal to python 3.9 checks in type serialization
#8991 opened
Mar 6, 2025
12 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Agents / callbacks in 2.x
#6687 commented on
Mar 6, 2025 • 0 new comments -
Enhance `CSVToDocument` Converter to Support Row-Level Conversion
#8848 commented on
Mar 7, 2025 • 0 new comments -
`pipeline.draw()` does not show user-provided value to variadic input
#8656 commented on
Mar 7, 2025 • 0 new comments -
Add Jinja2TimeExtension to ChatPromptBuilder
#8985 commented on
Mar 10, 2025 • 0 new comments -
Multimodal support
#8976 commented on
Mar 10, 2025 • 0 new comments -
Add support for Model Context Protocol (MCP)
#8974 commented on
Mar 10, 2025 • 0 new comments -
Proposal to make input variables to `PromptBuilder` and `ChatPromptBuilder` required by default
#8903 commented on
Mar 11, 2025 • 0 new comments -
Have redirects for v1 tutorials & cookbooks on the website (complex issue)
#8920 commented on
Mar 11, 2025 • 0 new comments -
Prepare for end-of-life of Haystack 1.26 on March 11
#8902 commented on
Mar 11, 2025 • 0 new comments -
Pipeline checkpointing
#8972 commented on
Mar 12, 2025 • 0 new comments -
Expand the functionality of the `DocumentCleaner`
#8798 commented on
Mar 12, 2025 • 0 new comments -
Add MCPTool
#8946 commented on
Mar 12, 2025 • 0 new comments