easonlai/azure_openai_langchain_sample
This repository contains various examples of how to use LangChain, a way to use natural language to interact with LLM, a large language model from Azure OpenAI Service.
This helps developers integrate natural language processing capabilities into their applications using Azure OpenAI. It allows you to build systems where users can ask questions or give commands in plain English, and the system responds by querying data in CSV files or extracting information from PDFs. The primary users are software developers looking to add AI-driven chat and content generation features to their tools.
No commits in the last 6 months.
Use this if you are a developer looking to build applications that allow users to interact with data in CSV files or PDF documents using natural language.
Not ideal if you are an end-user without programming knowledge looking for a ready-to-use tool to chat with your data.
Stars
79
Forks
35
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/easonlai/azure_openai_langchain_sample"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
LangChain-OpenTutorial/LangChain-OpenTutorial
LangChain, LangGraph Open Tutorial for everyone!
langchain-ai/docs
๐ฆ๐ Docs for LangChain projects
teddylee777/langchain-kr
LangChain ๊ณต์ Document, Cookbook, ๊ทธ ๋ฐ์ ์ค์ฉ ์์ ๋ฅผ ๋ฐํ์ผ๋ก ์์ฑํ ํ๊ตญ์ด ํํ ๋ฆฌ์ผ์ ๋๋ค. ๋ณธ ํํ ๋ฆฌ์ผ์ ํตํด LangChain์ ๋ ์ฝ๊ณ ...
ravsau/langchain-notes
notes on langchain
Azure-Samples/function-python-ai-langchain
Simple starting point function to host LangChains with LLMs and other tools in an Azure Function.