From 3c8147e10c6eec2c0e35967ca77b555b8370b100 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Fri, 12 Jan 2024 08:51:03 -0500 Subject: [PATCH] Update description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 961b828..52297f7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name="txtchat", version="0.2.0", author="NeuML", - description="Conversational search and workflows for all", + description="Retrieval augmented generation (RAG) and language model powered search applications", long_description=DESCRIPTION, long_description_content_type="text/markdown", url="https://github.com/neuml/txtchat",