main.py: The LiveKit agent codescrape_docs.py: Script to scrape and parse the AssemblyAI docs llm-full.txtrag_db_builder: Script containing utils for building the vector databasebuild_rag_data: Script to generate the embeddings from the docs and store them in the created vector database
pip install -r requirements.txtpython main.py consoleThe following environment variables are used:
- LIVEKIT_API_KEY
- LIVEKIT_API_SECRET
- LIVEKIT_URL
- CARTESIA_API_KEY
- OPENAI_API_KEY
- ASSEMBLYAI_API_KEY
Create a .env and include these values