deepset-ai / haystack

:mag: AI 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. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
17.42k stars 1.9k forks source link

Add model invocation layer #3756

Closed julian-risch closed 1 year ago

julian-risch commented 1 year ago

Problem Statement As an NLP developer and model deployer, I want more choices regarding model management and inferencing (e.g. using remotely or locally deployed models), improving scalability, flexibility, cost-effectiveness, and performance.

User Tasks

zoltan-fedor commented 1 year ago

"Use the same deployed model in multiple different pipelines" >> We achieve this currently with the Ray Serve integration of Haystack.