From ed29ba2472502aad20ee1dd44e8f4c963ab09dde Mon Sep 17 00:00:00 2001 From: Ross Gardiner Date: Mon, 3 Apr 2023 20:02:08 +0200 Subject: [PATCH] Add Haystack to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7856d360..7def5926 100644 --- a/README.md +++ b/README.md @@ -872,6 +872,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - General * [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modeling for Humans. + * [Haystack](https://github.com/deepset-ai/haystack) - A framework for building NLP applications (like semantic search, agents and question-answering) with Transformers and LLMs. * [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system. * [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data. * [pattern](https://github.com/clips/pattern) - A web mining module.