Skip to content

Commit a3eb11b

Browse files
committed
Update Blog “llm-agentic-tool-mesh-empowering-gen-ai-with-retrieval-augmented-generation-rag”
1 parent 70bcac2 commit a3eb11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/llm-agentic-tool-mesh-empowering-gen-ai-with-retrieval-augmented-generation-rag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ else:
224224

225225
# LLM Agentic Tool Mesh in action: Agentic tool using RAG
226226

227-
In the [LLM Agentic Tool Mesh GitHub](https://github.com/HewlettPackard/llmesh), there is an example of a RAG-based tool that provides quick and accurate access to 5G specifications: the **telco expert (inside folder `examples/tool_rag`)**.
227+
In the [LLM Agentic Tool Mesh GitHub](https://github.com/HewlettPackard/llmesh), there is an example of a RAG-based tool that provides quick and accurate access to 5G specifications: the **telco expert** (inside folder `examples/tool_rag`).
228228

229229
This agentic tool leverages the RAG services in LLM Agentic Tool Mesh to read telco standards, build or use a vector store from them, and then uses a query engine to find and return relevant information based on user queries.
230230

0 commit comments

Comments
 (0)