Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure

  • main.py: The LiveKit agent code
  • scrape_docs.py: Script to scrape and parse the AssemblyAI docs llm-full.txt
  • rag_db_builder: Script containing utils for building the vector database
  • build_rag_data: Script to generate the embeddings from the docs and store them in the created vector database

Setup and Running

1. Install Dependencies

pip install -r requirements.txt

2. Run the LiveKit Agent in your console

python main.py console

Environment Variables

The 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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages