You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
A simple web application for a OpenAI-enabled document search. This repo uses Azure OpenAI Service for creating embeddings vectors from documents. For answering the question of a user, it retrieves the most relevant document and then uses GPT-3, GPT-3.5 or GPT-4 to extract the matching answer for the question.
Quick start. Index multiple documents in a repository using HuggingFace embeddings. Save them in Chroma and / or FAISS for recall. Choose OpenAI or Azure OpenAI APIs to get answers to your questions - Q&A with OpenAI and Azure OpenAI.
We've moved beyond the limitations of traditional text length-based segmentation, opting for a smarter approach—semantic segmentation. This innovative method ensures unparalleled precision in identifying both overarching themes and nuanced details within your content.
Create 3D celestial models with Azure OpenAI, Python, and Blender! AzureOpenAI-SpaceGen-Py leverages LLM-powered prompts to generate Python scripts, utilizing Azure Compute for intensive rendering tasks. Explore space-themed modeling while learning Python, Azure Bicep, and Blender.
AI chat client supporting OpenAI, Google Gemini, and Claude. This is a version without ZundaGPT2's speech synthesis. / AIチャットクライアント。OpenAI、Google Gemini、Claudeに対応しているのだ。ZundaGPT2の読み上げなし版なのだ。
Benchmarking the performance of proprietary vs open-source LLMs in industrial QnA tasks using various RAG-based implementations and evaluation metrics.
Implement a Retrieval Augmented Generation (RAG) with a user interface for performing contextual comparisons between two uploaded documents. The system leverages RAG to extract relevant segments from each document, compare them, and provide meaningful insights on differences and relationships between the content of the two documents.