From fa1dfa49bd8ad6ebbad887c720d6438a5f67072d Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> Date: Wed, 27 Sep 2023 23:06:37 +0200 Subject: [PATCH] [related_resources] add haystack to prompting libraries & tools (#682) Co-authored-by: simonpfish --- related_resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/related_resources.md b/related_resources.md index 8b78ccb..84a3e51 100644 --- a/related_resources.md +++ b/related_resources.md @@ -21,6 +21,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [LlamaIndex](https://github.com/jerryjliu/llama_index): A Python library for augmenting LLM apps with data. - [Arthur Shield](https://www.arthur.ai/get-started): A paid product for detecting toxicity, hallucination, prompt injection, etc. - [LMQL](https://lmql.ai): A programming language for LLM interaction with support for typed prompting, control flow, constraints, and tools. +- [Haystack](https://github.com/deepset-ai/haystack): Open-source LLM orchestration framework to build customizable, production-ready LLM applications in Python. ## Prompting guides