Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 2.22 KB

Features.md

File metadata and controls

28 lines (27 loc) · 2.22 KB

Features

  • Upload (PDF/Text Documents as well as Webpages). New - Connectors support. Connect to your data directly from the Azure Container or a specific file. You can also connect to AWS S3 Bucket & key. Upload
  • Chat - Chat to your document - ChatGpt ChatGpt
  • Chat - Chat to your document - GPT 3 Chat
  • Q&A interfaces Ask
  • Agent QA - Agents use an LLM to determine which actions to take and in what order. An action can either be using a tool and observing its output, or returning to the user. Agent QA showcases how to retrieve information from one or more vectorstores. AgentQA
  • SQL Agent - Talk to your databases using Natural language. This use-case showcases how using the prompt engineering approach from Chain of Thought modelling we can make it scalable and further use LLM capability of generating SQL Code from Natural Language by providing the context without the need to know the DB schema before hand. SqlAgent
  • Speech Analytics - Real-time transcription and analysis of a call to improve the customer experience by providing insights and suggest actions to agents. This can help with agent-assist and virtual agents use cases. Key technical components of this demo are:
    • Transcription of live audio stream using Azure Speech Service
    • Entity extraction + PII detection and redaction using Azure Language Service
    • Conversation summarization using Azure OpenAI Service
    • Extract business insights & conversation details using Azure OpenAI Service Speech
  • Edgar Analysis Coming Soon - Talk to & Search all SEC documents Edgar
  • Developer Settings - Developer configurations and settings that can be configured for your dataset Developer
  • Explores various options to help users evaluate the trustworthiness of responses with citations, tracking of source content, etc. Thoughts
  • Shows possible approaches for data preparation, prompt construction, and orchestration of interaction between model (ChatGPT) and retriever
  • Integration with Cognitive Search and Vector stores (Redis, Pinecone)