Skip to content

Commit

Permalink
feat(docs): add guide for langchain rag agent (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Aug 15, 2024
1 parent 2d37f91 commit 00a966c
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/concepts/ai-engine/ai-engine-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Check our additional resources to better grasp the concepts and functioning of t
</Callout>

<Callout type="info" emoji="ℹ️">
check out the [AI Engine package ↗️](https://pypi.org/project/uagents-ai-engine/) to download it and start integrating your Agents with this tool!
Check out the [AI Engine package ↗️](https://pypi.org/project/uagents-ai-engine/) to download it and start integrating your Agents with this tool!

Current version of the package is **0.5.0**.

Expand Down
4 changes: 4 additions & 0 deletions pages/guides/agents/intermediate/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
"hosted-agent": {
"title": "Hosted agent",
"tags": ["Agents", "Intermediate", "Agentverse", "Hosting"]
},
"langchain-rag-agent": {
"title": "Building a RAG Agent",
"tags": ["Agents", "Intermediate", "AI", "Langchain", "RAG", "AI-Engine"]
}
}
Loading

0 comments on commit 00a966c

Please sign in to comment.