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)
- Host: GitHub
- URL: https://github.com/lazauk/aoai-langchain-overview-sdkv1
- Owner: LazaUK
- License: mit
- Created: 2024-03-05T14:20:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T17:05:45.000Z (over 1 year ago)
- Last Synced: 2025-03-01T13:42:04.773Z (7 months ago)
- Topics: ai, azure, gpt, langchain, openai
- Language: Jupyter Notebook
- Homepage:
- Size: 519 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)