An open API service indexing awesome lists of open source software.

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

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).