Note: an OpenAI model is used in this project. To use it you need a OpenAI subscription, or to activate a trial (requires payment method)
If you don't want to add a card, you can use a local embedding model like Hugging Face
Usage
- Get OpenAI API key and save to virtual env as
OPENAI_API_KEY. - Run the app:
streamlit run main.py --server.headless true