/uchi_catalog_llm

LLM + RAG over embedded UChicago College Catalog 2023-2024

Primary LanguagePython

Pheonix AI

LLM + RAG with embedded entire UChicago College Catalog 2023-2024

How to Run

1. Install the required packages

pip install -r requirements.txt

2. Create the embeddings

python embed.py

3. Run the streamlit app

streamlit run app.py

4. Open the browser and go to http://localhost:8501



Contributing

Please feel free to contribute to this project. You can contribute by:

  • Adding more data to the knowledge graph
  • Improving the retrieval algorithm
  • Improving the UI/UX
  • More features of any kind also welcome