Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tuanacelik/odsc-haystack

🚀 Live coding session for ODSC
https://github.com/tuanacelik/odsc-haystack

agents ai genai haystack llm

Last synced: 8 days ago
JSON representation

🚀 Live coding session for ODSC

Awesome Lists containing this project

README

        

# ODSC Live Coding Session

This is an accompanying reposiyory to the 'Composing Agentic AI Applications as a Graph with Haystack' talk at ODSC, London, 2024

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/TuanaCelik/odsc-haystack/blob/main/agentic-pipelines-haystack.ipynb)

Learn the basics about:
- Approaching AI applications as a graph
- Learn how to use and build with Haystack components
- Create Haystack pipelines for:
- Indexing
- RAG
- Self reflection for entity extraction
- Creating a 'quiz generation' agent

### To run the examples:
- Create a `.env` file and add your `OPENAI_API_KEY`
- `pip install -r requirements.txt`
- Go ahead and play around with the code in `agentic-pipelines-haystack.ipynb`