Skip to content

TECHcommunity/sag-documentation-embeddings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages