Skip to content

Commit

Permalink
update tool description
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-sol committed Jul 27, 2024
1 parent dde771e commit e9ec472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gradio-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.""",
),
),
]
Expand Down

0 comments on commit e9ec472

Please sign in to comment.