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.
- Ensure you have
python-3.10.x
. You may face problems with other versions. - Create venv and install dependencies:
pipenv install
. 3. if venv is already created, activate withpipenv shell
. - Copy
settings.py.template
assettings.py
. Fill in Azure OpenAI properties. - Run any of the python files.