Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 3.5 KB

Features.md

File metadata and controls

41 lines (40 loc) · 3.5 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. Integration with AWS S3 using AWS Lambda, Event grid and Azure Data factory. Added support to upload to existing index and support document chunk process using different technique including Azure Form Recognizer. Upload
  • Chat - Chat to your document - ChatGpt ChatGpt
  • Ability to save the chat history and share it with others. Chat history is session based and is stored in the underlying Azure CosmosDb Chat History
  • Chat - Chat to your document - GPT 3 Chat
  • Q&A interfaces Ask
  • Pattern to store the user's question and answer into Azure Search and build the Cached capability to improve the performance of the system. This is a pattern that can be used for any other use-case as well. Cached
  • Summarization - Summarize your document and display the "summary of summary to the user" Summarize
  • 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
  • Tools to enhance developer productivity and experimental capabilities. Currently features available to convert the code and generate prompt for your use-case and scenarios. Developer Tools
  • Evaluation - Evaluate your dataset and model performance. Feature supporting running the evaluation as well as viewing the results. RunEvaluation ViewEvaluation
  • Adminstration capabilities to manage your dataset, index, and other settings Admin
  • 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)