adk-vertex-ai-rag-engine
A RAG agent using Google's ADK & Vertex AI that lets set up semantic search across documents in under 2 minutes. Features GCS integration and natural language querying
File Explorer
Download Latest Version (.zip)- ADK-VertexAI-RAG-Architecture.png
- GCS-Bucket-creation-cli.gif
- GCS-File-Upload-Web.gif
- GCS-Multiple-Uploads.png
- RAG-Create-Import-Web.gif
- RAG-Create-Mutliple-Upload-CLI.gif
- RAG-Multiple-Query-Search-CLI.gif
- RAG-Multiple-Search-Corpus-Web.gif
- RAG-Single-Query-Search-Web.gif
- __init__.py
- __init__.py
- corpus_tools.py
- storage_tools.py
- __init__.py
- agent.py
- config.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/arjunprabhulal/adk-vertex-ai-rag-engine
Downloads the entire project code from GitHub to your computer.
cd adk-vertex-ai-rag-engine
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m venv .venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
