Welcome to our hackathon! We’re excited to see what you’ll build.
Get running quickly with LlamaCloud
To help you get to the interesting parts of your projects quickly, we’ve come up with a few ways to get up and running fast
- All paths: Sign up for LlamaCloud + LlamaParse and create an index
- This isn’t required but it’s by far the easiest way to get up and running with a RAG pipeline, and you’ll probably want one of those!
- Path A: Agentic RAG over documents using create-llama and LlamaCloud
- If you’re brand new to LlamaIndex this is the quickest way to get something going
- You’ll get a back-end API written in Python and (optionally) a front-end written in Next.js
- It will use the pipeline you set up earlier, and use LlamaParse automatically
- Path B: Build an agentic workflow from scratch
- If you’re more comfortable with Python
- Takes longer but gives you more flexibility
- You can use the pipeline you created earlier, including LlamaParse
- You can create a Python-only front-end using Reflex
- Path C: Pure TypeScript with LlamaIndex.TS
- If you want to do everything in JavaScript
- Note: not all features of the Python library are available in TypeScript
- You can use a generated app in Next.js or write your own
- You can use the pipeline you created earlier, including LlamaParse
All paths
1. Get AllowListed on LlamaCloud
We recommend doing this as soon as possible, since it might take us a while to respond to every email!
- Log in at cloud.llamaindex.ai
- Email [email protected] with the email address you used to log in and the subject “Hackathon”
- Once you’re on the AllowList, log out and log back in to see the features unlocked