From 9d296b623bdf317d19187cf3a703c547eb2f9d66 Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Sun, 17 Dec 2023 22:17:44 -0800 Subject: [PATCH] Shield Update (#833) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90047573a..0fd6e02c1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Documentation - + Slack @@ -47,11 +47,11 @@ Danswer can easily be tested locally or deployed on a virtual machine with a sin We also have built-in support for deployment on Kubernetes. Files for that can be found [here](https://github.com/danswer-ai/danswer/tree/main/deployment/kubernetes). ## 💃 Features -* Direct QA powered by Generative AI models with answers backed by quotes and source links. +* Direct QA + Chat powered by Generative AI models with answers backed by quotes and source links. * Intelligent Document Retrieval (Hybrid Search + Reranking) using the latest NLP models. * Automatic time/source filter extraction from natural language + custom model to identify user intent. * User authentication and document level access management. -* Support for LLMs of your choice (GPT-4, Llama2, Orca, etc.) +* Support for LLMs of your choice (GPT-4, Mixstral, Llama2, etc.) * Management Dashboards to manage connectors and set up features such as live update fetching. * One line Docker Compose (or Kubernetes) deployment to host Danswer anywhere. @@ -63,6 +63,7 @@ Efficiently pulls the latest changes from: * Google Drive * Confluence * Jira + * Zendesk * Notion * Gong * Slab @@ -79,11 +80,10 @@ Efficiently pulls the latest changes from: * With more to come... ## 🚧 Roadmap -* Chat/Conversation support. * Organizational understanding. +* Ability to locate and suggest experts from your team. * Code Search * Structured Query Languages (SQL, Excel formulas, etc.) -* Ability to locate and suggest experts from your team. ## 💡 Contributing Looking to contribute? Please check out the [Contribution Guide](CONTRIBUTING.md) for more details.