Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 326 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 326 Bytes

You need an API key from openAI. Put it in the .env file

Create excel files in the format of dataformat.xls and put them in the /data/docs folder

Then run main.py to generate embeddings and load them into chroma

To translate, edit the query_text_lines array variable in query_data.py

TODO: Add web interface for easier use