Skip to content

pragmatical/LangChain-Course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain-Course

Get started by:

  • running pip install -r requirements.txt

  • create .env file with the following contents:

    OPENAI_API_KEY=''
    CHATGPT_MODEL='gpt-35-turbo'
    OPENAI_API_BASE='https://<instance>.openai.azure.com'
    OPENAI_API_VERSION='2023-09-15-preview'
    HUGGINGFACEHUB_API_TOKEN=''
    SERPAPI_API_KEY=''
    EMBEDDINGS_MODEL='text-embedding-ada-002'
    PINECONE_API_KEY=''
    PINECONE_ENV=''

You may need to create accounts at the different sites used in the labs:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • HTML 0.2%