Skip to content

Tutorial for prod-like Agentic RAG with Weaviate#527

Merged
tstirrat15 merged 2 commits intomainfrom
agentic-rag
Apr 8, 2026
Merged

Tutorial for prod-like Agentic RAG with Weaviate#527
tstirrat15 merged 2 commits intomainfrom
agentic-rag

Conversation

@sohanmaheshwar
Copy link
Copy Markdown
Contributor

Added tutorial for Agentic RAG with Weaviate

This example has a corpus of 50 documents and some hierarchy permissions to make the example more production-like

Testing

# 1. Clone the reference implementation
git clone https://github.com/authzed/agentic-rag-weaviate
cd agentic-rag-weaviate

# 2. Start services (Weaviate + SpiceDB)
docker-compose up -d

# 3. Install Python dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# 4. Configure environment
cp .env.example .env
# Edit .env with your OpenAI API key

# 5. Initialize data (loads schema, relationships, and documents)
python3 examples/setup_environment.py

# 6. Run example queries via CLI
python3 examples/basic_example.py

# 7. (Optional) Launch the web UI
python3 run_ui.py
# Opens http://localhost:8000 automatically

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 20, 2026

Deployment failed with the following error:

You don't have permission to create a Preview Deployment for this Vercel project: docs.

View Documentation: https://vercel.com/docs/accounts/team-members-and-roles

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 20, 2026

Preview deployment status for this pull request.

Name Status Preview Updated (UTC)
docs 🟢 Ready Visit Preview Mar 20, 2026 01:48pm

Copy link
Copy Markdown
Collaborator

@tstirrat15 tstirrat15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tstirrat15 tstirrat15 merged commit 8ec2fad into main Apr 8, 2026
10 of 12 checks passed
@tstirrat15 tstirrat15 deleted the agentic-rag branch April 8, 2026 13:21
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants