Skip to content

Commit 70bcac2

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ def telco_expert(query: str) -> str:
253253

254254
The functionalities shown are:
255255

256-
* **Data injection**: Loads telco standards into a vector store.
257-
* **Query augmentation**: Enhances the user's query for better retrieval.
258-
* **Data retrieval**: Retrieves relevant chunks from the vector store.
259-
* **Answer generation**: Summarizes and formats the retrieved information to provide a comprehensive answer.
256+
* **Data injection**: Loads telco standards into a vector store
257+
* **Query augmentation**: Enhances the user's query for better retrieval
258+
* **Data retrieval**: Retrieves relevant chunks from the vector store
259+
* **Answer generation**: Summarizes and formats the retrieved information to provide a comprehensive answer
260260

261261
![](/img/rag_tool.png)
262262

0 commit comments

Comments
 (0)