From 34ffc9723deb013612f0d87e631fb53ee7881088 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Sat, 21 Dec 2024 09:16:11 -0500 Subject: [PATCH] Update powered by --- README.md | 1 + docs/poweredby.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ee4726dfe..f2db0813c 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ The following applications are powered by txtai. | Application | Description | |:------------ |:-------------| | [rag](https://github.com/neuml/rag) | Retrieval Augmented Generation (RAG) application | +| [ragdata](https://github.com/neuml/ragdata) | Build knowledge bases for RAG | | [paperai](https://github.com/neuml/paperai) | Semantic search and workflows for medical/scientific papers | | [annotateai](https://github.com/neuml/annotateai) | Automatically annotate papers with LLMs | diff --git a/docs/poweredby.md b/docs/poweredby.md index 4d68c61e0..314705852 100644 --- a/docs/poweredby.md +++ b/docs/poweredby.md @@ -7,6 +7,7 @@ The following applications are powered by txtai. | Application | Description | |:------------ |:-------------| | [rag](https://github.com/neuml/rag) | Retrieval Augmented Generation (RAG) application | +| [ragdata](https://github.com/neuml/ragdata) | Build knowledge bases for RAG | | [paperai](https://github.com/neuml/paperai) | Semantic search and workflows for medical/scientific papers | | [annotateai](https://github.com/neuml/annotateai) | Automatically annotate papers with LLMs |