Build a Semantic Search Engine with LangChain, Chroma, Python, Streamlit, and OpenAI. Users will be able to upload a file and ask the model questions about the file.

-
To clone the repo run this in your terminal:
git clone https://github.com/bigman1208000/Semantic-Search-Engine.git
-
Create a
.env
file and add the OpenAI environment variable and API key:OPENAI_API_KEY=add-your-key-here