forked from lancedb/vectordb-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated README.md * Add files via upload * Update README.md * Update README.md * Update README for agentic rag * Update README.md * Update README.md * Update README.md * fix path * Update and rename tutorials/Agentic_RAG/main.ipynb to tutorials/Agentic_RAG/data/info.txt * Add files via upload * added medium blog link * Add files via upload * remove ghost blog . added personal medium blog link in readme
- Loading branch information
Showing
6 changed files
with
410 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Agentic RAG | ||
Agentic RAG is an advanced framework designed to handle complex information retrieval tasks using a network of intelligent agents. | ||
These agents collaborate to perform nuanced tasks such as synthesizing information from multiple documents, | ||
summarizing content, and comparing data points across various sources. Agentic RAG infuses autonomy and | ||
intelligence into traditional retrieval systems, enabling them to act as proactive entities that | ||
understand context, evaluate data quality, and make informed decisions. | ||
|
||
|
||
## Implementation Example with Langraph and LanceDB | ||
|
||
|
||
Install necessary packages: | ||
``` | ||
!pip install langchain-community tiktoken langchain-openai langchainhub lancedb langchain langgraph langchain-text-splitters langchain_openai gradio | ||
``` | ||
|
||
## Google Colab Walkthrough | ||
For a detailed, interactive walkthrough of this implementation, you can explore the Google Colab notebook provided below. | ||
This notebook includes support for ***Gradio***, making it easier to create UIs for your machine-learning models, | ||
ensuring a more interactive and user-friendly experience. | ||
|
||
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/tutorials/Agentic_RAG/main.ipynb) | ||
|
||
|
||
## Blog | ||
|
||
For a detailed explanation of agentic rag, check out [blog post on Medium](https://aksdesai1998.medium.com/662bac582da9). |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
data take from exim website |
Oops, something went wrong.