Haystack

706 posts

Haystack banner
Haystack

Haystack

@Haystack_AI

Open-source AI orchestration framework by @deepset_ai. Build context-engineered agents & RAG systems in Python. Discord for support → https://t.co/19wuHcilYP

Katılım Ağustos 2023
53 Takip Edilen2.1K Takipçiler
Sabitlenmiş Tweet
Haystack
Haystack@Haystack_AI·
One Name. One Product Family. One Look 💙 We’re unifying the Haystack ecosystem at @deepset_ai under one name and a new logo, reflecting its role as a framework, a community, and the foundation of our enterprise platform. 👉 Read the announcement: haystack.deepset.ai/blog/announcin…
Haystack tweet media
English
0
3
16
2.2K
Haystack
Haystack@Haystack_AI·
Secure OAuth flows are now built into Haystack. The OAuthTokenResolver handles token exchange automatically - connect to Microsoft Graph, Google APIs, and any OAuth provider without manual credential management. OAuth is the standard. It powers authentication across the web. Now your Haystack pipelines can leverage it natively. 🐍 pip install oauth-haystack 🔗 haystack.deepset.ai/integrations/o…
Haystack tweet media
English
0
0
4
164
Haystack
Haystack@Haystack_AI·
🔀 Type-Preserving Routing with ConditionalRouter A new output_passthrough flag lets you route complex types like dataclasses and Pydantic models without Jinja2 silently converting them to strings. This preserves type integrity through conditional branching in your pipelines.
English
1
0
1
61
Haystack
Haystack@Haystack_AI·
Haystack 2.31.0 is here 🚀 This is the final 2.x release before Haystack 3.0. It focuses on preparing the ecosystem for the next major version while delivering quality-of-life improvements today. Many interesting updates this time, but only two highlights.
Haystack tweet media
English
1
3
3
253
Haystack
Haystack@Haystack_AI·
🧠 @cognee_ is now available as a memory store integration in Haystack. Seed permanent knowledge into your graph and then retrieve relevant memories in agentic pipelines. With Cognee and Haystack, you can: - Write domain knowledge once to the permanent knowledge graph - Build agents that combine conversation history with long-term facts - Create session-scoped stores with just a session_id string This makes it simple to build stateful agents that remember facts across sessions and grow smarter as they interact, combining real-time conversation with persistent domain knowledge in a single unified system. 🐍 pip install cognee-haystack 🔗 haystack.deepset.ai/integrations/c…
Haystack tweet media
English
0
2
6
295
Haystack
Haystack@Haystack_AI·
Another integration alert! Use FunASRTranscriber to convert audio files to Documents with fully self-hosted speech recognition supporting 50+ languages. No API keys required. FunASR handles transcription, speaker diarization, and timestamp extraction. Pair it with Haystack pipelines to build audio-to-document workflows that stay entirely on your infrastructure. Models are downloaded on first use and cached locally. @ModelScope2022 🐍 pip install funasr-haystack 🔗 haystack.deepset.ai/integrations/f…
Haystack tweet media
English
0
1
6
199
Haystack retweetledi
OrcaRouter 🐳
OrcaRouter 🐳@OrcaRouter·
Our integration just got merged into @Haystack_AI , try it out!
OrcaRouter 🐳 tweet media
English
1
1
13
599
Haystack
Haystack@Haystack_AI·
ArangoDB is available as a Document Store in Haystack. Use ArangoDocumentStore to connect directly to your ArangoDB instance, and integrate it into RAG pipelines that leverage ArangoDB's multi-model capabilities. @arangoai flexible schema and native support for documents, graphs, and vectors make it ideal for applications that need both structured data storage and semantic search. Whether you're indexing documents, managing relational data with embeddings, or building hybrid search experiences, ArangoDB handles it seamlessly. 🐍 pip install arangodb-haystack 🔗 haystack.deepset.ai/integrations/a…
Haystack tweet media
English
0
0
7
265
Haystack retweetledi
Bilge
Bilge@bilgeycl·
↔️ MCP works in both directions with @Haystack_AI Your Haystack agent can consume tools from external MCP servers. And your Haystack pipelines/agents can be exposed as MCP tools for any MCP-compatible assistant. I wrote a guide covering three approaches: 🔹 Haystack as an MCP client — use MCPTool, MCPToolset, or SearchableToolset to give your agent access to external tools 🔹 Haystack as an MCP server with Hayhooks — self-host your pipelines and agents and expose them to Claude, ChatGPT, Cursor, or any MCP-compatible client 🔹 Haystack as a managed MCP server on Haystack Enterprise Platform — production-grade MCP support with access control and observability built in. This is also how we built the Haystack Docs MCP Server at @deepset_ai Read the full article here 👇 haystack.deepset.ai/blog/mcp-with-…
English
1
3
13
3.6K
Haystack
Haystack@Haystack_AI·
A new Document Store has been added to Haystack. Use @supabase to build pgvector vector search capabilities directly into your Haystack pipelines, use Groonga for efficient full-text search, or choose Supabase Storage for seamless file handling. @supabase makes it easy to host your vector database in the cloud without managing infrastructure - just spin up a project, get connection credentials, and you're ready to embed and search. This works well for applications needing scalable vector storage with the familiarity and power of @PostgreSQL 🐍 pip install supabase-haystack 🔗 haystack.deepset.ai/integrations/s…
Haystack tweet media
English
1
1
7
697
Haystack
Haystack@Haystack_AI·
Extract text, tables, and forms from images and PDFs with Amazon Textract in Haystack. AmazonTextractConverter brings @awscloud's OCR capabilities directly into your document processing pipelines. Just pass an image or single-page PDF and ask natural-language questions to extract structured data automatically. 🐍 pip install amazon-textract-haystack 🔗 haystack.deepset.ai/integrations/a…
Haystack tweet media
English
1
0
7
163
Haystack
Haystack@Haystack_AI·
👋 @LiteLLM is now available as a Chat Generator in Haystack. Access 100+ LLM providers from a single interface - OpenAI, Anthropic, Groq, Cohere, and more. Switch models and providers without rewriting code. 🐍 pip install litellm-haystack 🔗 haystack.deepset.ai/integrations/l…
Haystack tweet media
English
1
2
11
392
Haystack
Haystack@Haystack_AI·
@m13v_ this hasn't been an issue in our tests, but feel free to open an issue in the Haystack repo with more details github.com/deepset-ai/hay… we're happy to improve the implementation 🙌
English
1
0
1
35
Matt
Matt@m13v_·
@Haystack_AI top-5 chunks is the fix. leak returns when an agent auto-follows the page link written with ai
English
1
0
0
61
Haystack
Haystack@Haystack_AI·
Haystack now publishes a public Model Context Protocol server. Point Claude Code, Cursor, or any MCP-compatible coding agent at it and get real-time access to the latest Haystack docs - no API keys or sign-ups needed. 🖇️ docs.haystack.deepset.ai/docs/docs-mcp-…
Haystack tweet media
English
2
3
13
569
Haystack
Haystack@Haystack_AI·
@rryssf MCP server returns the most relevant 5 chunks (chunks are by H1/H2 level), not the whole content, unless the agent decides to fetch the page content through the link attached to the chunks Give it a try and let us know if you have any issues, happy to improve the implementation!
English
1
0
0
38
Haystack
Haystack@Haystack_AI·
@m13v_ Doc pages are chunked by H1/H2 level at index time & every query reranks to the top 5 chunks via a Haystack pipeline running in the backend. URLs for the full docs page are included in the chunks, so if an agent needs the entire page, they can fetch it directly from the link.
English
1
0
0
36
Matt
Matt@m13v_·
@Haystack_AI docs-over-MCP is a clean idea. curious because the failure mode i keep hitting is a docs MCP eating context budget once the agent pulls a few pages. does it return scoped snippets, or full doc pages per call? fazm.ai/r/wcwxqdi7 written with ai
English
1
0
1
30
Haystack
Haystack@Haystack_AI·
💬 Simpler ChatGenerator API All Haystack ChatGenerator components now accept a plain string for the messages parameter, automatically wrapping it in a ChatMessage with the user role. This one-line change eliminates boilerplate and makes switching from Generator to ChatGenerator seamless - no more manual ChatMessage construction. Applies to AzureOpenAIChatGenerator, HuggingFaceAPIChatGenerator, OpenAIChatGenerator, and others, with more rolling out in Haystack Core Integrations soon.
English
1
0
3
83
Haystack
Haystack@Haystack_AI·
Haystack 2.30 is here 📷 Smarter code processing and simpler APIs. Two highlights this time.
Haystack tweet media
English
1
2
12
436