Skip to content

Conversation

@jbusche
Copy link
Member

@jbusche jbusche commented Aug 1, 2025

First Draft of a RAG lab. I previewed it with these steps:

git clone https://github.com/jbusche/opensource-ai-workshop -b jim-rag-draft1
cd opensource-ai-workshop/
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install mkdocs-material
pip install "mkdocs-material[imaging]"
mkdocs build
python3 -m http.server --directory site

And then bring up this local url on your browser:
http://localhost:8000/lab-7.5/

Signed-off-by: James Busche <jbusche@us.ibm.com>
@jjasghar jjasghar merged commit ff9654a into IBM:main Aug 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants