Skip to content

ashok-kallara/azure-openai-langchain-primer

Repository files navigation

Azure OpenAI Langchain Primer

LangChain is a framework designed to simplify the creation of apps using Large Language Models (LLMs). It provides a standard interface for working with LLMs, as well as a variety of tools and utilities to help developers build more complex capabilities.

Running locally

  1. Ensure you have python-3.10.x. You may face problems with other versions.
  2. Create venv and install dependencies: pipenv install. 3. if venv is already created, activate with pipenv shell.
  3. Copy settings.py.template as settings.py. Fill in Azure OpenAI properties.
  4. Run any of the python files.

📚 Documentation

Refer: https://python.langchain.com/en/latest/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages