azure_openai_langchain_sample
azure_openai_langchain_sample copied to clipboard
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.
Results
1
azure_openai_langchain_sample issues
Sort by
recently updated
recently updated
newest added
Hello. I am trying to use your examples. Thanks for sharing. In the PDf notebook, we have this gist: ``` # Use FAISS to index the embeddings. This will allow...