From e9ec472db871e82dabaf784f61b6ea1d4bb2a398 Mon Sep 17 00:00:00 2001 From: Omar Solano Date: Sat, 27 Jul 2024 19:16:20 -0400 Subject: [PATCH] update tool description --- scripts/gradio-ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gradio-ui.py b/scripts/gradio-ui.py index f7c0d0d..209dc5b 100644 --- a/scripts/gradio-ui.py +++ b/scripts/gradio-ui.py @@ -303,7 +303,7 @@ def generate_completion( retriever=custom_retriever_llamaindex, metadata=ToolMetadata( name="LlamaIndex_information", - description="""Useful for questions asking about retrieval augmented generation (RAG) with LLMs and embedding models. It is the documentation of the LlamaIndex framework, includes info about fine-tuning embedding models, building chatbots, and agents, using vector databases, embeddings, information retrieval with cosine similarity or bm25, etc.""", + description="""Useful for questions asking about retrieval augmented generation (RAG) with LLMs and embedding models. It is the documentation of the LlamaIndex framework, includes info about fine-tuning embedding models, building chatbots, and agents with llms, using vector databases, embeddings, information retrieval with cosine similarity or bm25, etc.""", ), ), ]