Application Overview
This application is designed for experimenting with Conversational Generative AI using business data.
With the Azure OpenAI Service's ChatCompletion API, you can have conversations with AI. Additionally, you can upload documents and register external web pages to create answers based on the information from those sources. There are various applications for generative AI, such as advanced FAQs, summarization, translation, and more. Through this application, you can explore what can be achieved using external data. Furthermore, by utilizing the hallucination detection feature, you can detect "Hallucinations (plausible lies not based on data)" in sentences answered by the Conversational Generative AI.
Available AI models
The chat function utilizes the following AI models.
- Azure Open AI
- GPT-3.5 Turbo
- GPT-4o
- GPT-4o mini
- Amazon Bedrock
- Claude 3.5 Haiku
- Claude 3.5 Sonnet
- Fujitsu Fugaku LLM (CPU version)
The document reference feature utilizes the following AI models.
- Azure Open AI
- text-embedding-ada-002 (version2)