Skip to content

First draft at OpenWebUI RAG lab #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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/

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.

1 participant