Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 440 Bytes

OpenAI embeddings

Install the following libraries:

pip install langchain
pip install unstructured
pip install pypdf
pip install tiktoken
pip install chromadb
pip install openai
pip install langchain_community
pip install langchain_openai
pip install markdown

install all dependencies:

pip install -r requirements.txt

Create an environment variable to store your OpenAI key

export OPENAI_API_KEY=<OPENAI-KEY>