An open API service indexing awesome lists of open source software.

https://github.com/lazauk/aoai-langchain-overview-sdkv1

High-level overview of the LangChain use with Azure OpenAI (SDK v1.x)
https://github.com/lazauk/aoai-langchain-overview-sdkv1

ai azure gpt langchain openai

Last synced: 3 months ago
JSON representation

High-level overview of the LangChain use with Azure OpenAI (SDK v1.x)

Awesome Lists containing this project

README

          

# LangChain with Azure OpenAI
LangChain is an open-source framework, that you can use to build AI applications, which are utilising capabilities of large language models (LLMs). It provides a set of tools and libraries to simplify the development process, so that you can build context-aware and reasoning applications without deep expertise in LLMs.
LangChain provides functionalities like:

- **Context awareness**: Integrating LLMs with various data sources.
- **Reasoning**: Feeding LLMs with contextual data to determine appropriate actions or responses.

LangChain framework helps developers to create various applications:
- **Chatbots and virtual assistants**: Engaging chat experience.
- **Document analysis and summarisation**: Extracting key information and generating summaries.
- **Code analysis**: Assisting with code review, troubleshooting and generation.

***
> **Note**: More detailed information about the use of LangChain together with Azure OpenAI models can be found on this Wiki pages:
* [1. Installation](https://github.com/LazaUK/AOAI-LangChain-Overview-SDKv1/wiki/1.-Installation)
* [2. Building Applications](https://github.com/LazaUK/AOAI-LangChain-Overview-SDKv1/wiki/2.-Building-Applications)
* [3. Additional Resources](https://github.com/LazaUK/AOAI-LangChain-Overview-SDKv1/wiki/3.-Additional-Resources)