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