test-chainlit / README.md
biancat's picture
Dont load from csv, parse user input
3db7c94
metadata
title: Example
emoji: 🐢
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
license: bsl-1.0

week2-chainlit

This is an attempt to maybe get a movie-recommendation bot working, deployed somewhere on HuggingFace.

Note that this uses a static FAISS vector storage loaded from disk, in order to save on startup time and external API calls.

Quick Start

  1. Install packages

    pip install -r requirements.txt
    
  2. Run the application:

    chainlit run app.py -w
    

TODOs

  • Code cleanup, w.r.t my unfamiliarity with the new libraries and how things are loaded, supposed to work (and Python)
  • Linter setup
  • Cleanup and sort imports