diff --git a/README.md b/README.md index ecb0eb8e1..3e70e7259 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

-

Open Source Unified Search and Gen-AI Chat with your Docs.

+

Open Source Gen-AI Chat + Unified Search.

@@ -22,16 +22,16 @@

-[Danswer](https://www.danswer.ai/) lets you ask questions in natural language and get back -answers based on your team specific documents. Think ChatGPT if it had access to your team's unique -knowledge. Connects to all common workplace tools such as Slack, Google Drive, Confluence, etc. +[Danswer](https://www.danswer.ai/) is the ChatGPT for teams. Danswer provides a Chat interface and plugs into any LLM of +your choice. Danswer can be deployed anywhere and for any scale - on a laptop, on-premise, or to cloud. Since you own +the deployment, your user data and chats are fully in your own control. Danswer is MIT licensed and designed to be +modular and easily extensible. The system also comes fully ready for production usage with user authentication, role +management (admin/basic users), chat persistence, and a UI for configuring Personas (AI Assistants) and their Prompts. -Teams have used Danswer to: -- Speedup customer support and escalation turnaround time. -- Improve Engineering efficiency by making documentation and code changelogs easy to find. -- Let sales team get fuller context and faster in preparation for calls. -- Track customer requests and priorities for Product teams. -- Help teams self-serve IT, Onboarding, HR, etc. +Danswer also serves as a Unified Search across all common workplace tools such as Slack, Google Drive, Confluence, etc. +By combining LLMs and team specific knowledge, Danswer becomes a subject matter expert for the team. Imagine ChatGPT if +it had access to your team's unique knowledge! It enables questions such as "A customer wants feature X, is this already +supported?" or "Where's the pull request for feature Y?"

Usage

@@ -57,19 +57,27 @@ We also have built-in support for deployment on Kubernetes. Files for that can b ## 💃 Main Features +* Chat UI with the ability to select documents to chat with. +* Create custom AI Assistants with different prompts and backing knowledge sets. +* Connect Danswer with LLM of your choice (self-host for a fully airgapped solution). * Document Search + AI Answers for natural language queries. * Connectors to all common workplace tools like Google Drive, Confluence, Slack, etc. -* Chat support (think ChatGPT but it has access to your private knowledge sources). -* Create custom AI Assistants with different prompts and backing knowledge sets. * Slack integration to get answers and search results directly in Slack. +## 🚧 Roadmap +* Chat/Prompt sharing with specific teammates and user groups. +* Multi-Model model support, chat with images, video etc. +* Choosing between LLMs and parameters during chat session. +* Tool calling and agent configurations options. +* Organizational understanding and ability to locate and suggest experts from your team. + + ## Other Noteable Benefits of Danswer -* Best in class Hybrid Search across all sources (BM-25 + prefix aware embedding models). * User Authentication with document level access management. +* Best in class Hybrid Search across all sources (BM-25 + prefix aware embedding models). * Admin Dashboard to configure connectors, document-sets, access, etc. * Custom deep learning models + learn from user feedback. -* Connect Danswer with LLM of your choice for a fully airgapped solution. * Easy deployment and ability to host Danswer anywhere of your choosing. @@ -96,11 +104,5 @@ Efficiently pulls the latest changes from: * Websites * And more ... -## 🚧 Roadmap -* Organizational understanding. -* Ability to locate and suggest experts from your team. -* Code Search -* Structured Query Languages (SQL, Excel formulas, etc.) - ## 💡 Contributing Looking to contribute? Please check out the [Contribution Guide](CONTRIBUTING.md) for more details.