Azure / azure-openai-samples

Azure OpenAI Samples is a collection of code samples illustrating how to use Azure Open AI in creating AI solution for various use cases across industries. This repository is mained by a community of volunters. We welcomed your contributions.
MIT License
524 stars 373 forks source link

Sample Contribution for ChatGPT with Enterprise Data #13

Open linjungz opened 1 year ago

linjungz commented 1 year ago

I've made a sample for ChatGPT with Enterprise Data. It leverage LangChain and Azure OpenAI GPT4/ChatGPT, with support for PDF/DOCX/PPTX/TXT.

I would like to contribute to this repo, how should I proceed? Thanks!

louis-li commented 1 year ago

Please create a pull request and we will merge it into this repo. Looking forward to read your code!

linjungz commented 1 year ago

Please create a pull request and we will merge it into this repo. Looking forward to read your code!

Here's my repo: https://github.com/linjungz/chat-with-your-doc

I would keep updating this project. Could you kindly advise where to put the introduction and link for this sample?