https://github.com/quansight/ragna-presentations
Material for Ragna-related presentations
https://github.com/quansight/ragna-presentations
Last synced: 12 months ago
JSON representation
Material for Ragna-related presentations
- Host: GitHub
- URL: https://github.com/quansight/ragna-presentations
- Owner: Quansight
- License: bsd-3-clause
- Created: 2023-10-24T09:34:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T11:24:17.000Z (over 1 year ago)
- Last Synced: 2025-07-19T07:34:23.764Z (12 months ago)
- Language: Jupyter Notebook
- Size: 85.6 MB
- Stars: 16
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ragna presentations 🎙️
This repository contains material for Ragna-related presentations.
## (Current) From RAGs to riches: Build an AI document inquiry web-app 💬
This tutorial will be presented at PyCon US 2024.
## Local setup 💻
You can clone the repository
and use the `environment.yml` file to create your development environment.
```bash
conda env create -f environment.yml
conda activate ragna-presentations
```
## Repository maintenance 🛠️
After each presentation, create a git `tag` with the name `` and add a link to the tag in the corresponding README section. You can also add a link to the video recording when it's available.
## Previous live presentations 🧑🏫
* [Build an AI Document Inquiry Chat with Offline LLMs at PyCon DE & PyData Berlin 2024](https://github.com/Quansight/ragna-presentations/releases/tag/pycon-de-2024)
* [From RAGs to riches: Build an AI document interrogation app in 30 mins, presented at PyData Global 2023](https://youtu.be/Fj5hADWf_ss?si=JMveT83SYu1_Q3Gf)
* [From RAGs to riches: Build an AI document interrogation app in 30 mins, presented at PyData NYC 2023](https://github.com/Quansight/ragna-presentations/releases/tag/pydata-nyc-2023)
Check the [git tags](https://github.com/Quansight/ragna-presentations/tags) for the material used in these presentations.
## Code of Conduct 📖
This repository is governed by the [Quansight Repository Code of Conduct](https://github.com/Quansight/.github/blob/master/CODE_OF_CONDUCT.md).