Update README.md

This commit is contained in:
Yuhong Sun 2023-06-18 01:38:07 -07:00 committed by GitHub
parent 9357ba3f39
commit 7101b1ed03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,26 +6,33 @@
<p align="center">OpenSource Enterprise Question-Answering</p>
<p align="center">
<a href="https://docs.danswer.dev/" target="_blank">
<img src="https://img.shields.io/badge/docs-view-blue" alt="Documentation">
</a>
<a href="https://join.slack.com/t/danswer/shared_invite/zt-1u5ycen3o-6SJbWfivLWP5LPyp_jftuw" target="_blank">
<img src="https://img.shields.io/badge/slack-join-blue.svg?logo=slack" alt="Slack">
</a>
<a href="https://github.com/ai-sidekick/sidekick/blob/main/LICENSE" target="_blank">
<a href="https://discord.gg/s6qETAVZ" target="_blank">
<img src="https://img.shields.io/badge/discord-join-blue.svg?logo=discord" alt="Discord">
</a>
<a href="https://github.com/danswer-ai/danswer/blob/main/README.md" target="_blank">
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=blue" alt="License">
</a>
</p>
[Danswer](https://docs.danswer.dev/) allows you to ask natural language questions against internal documents and get back reliable answers backed by quotes and references from the source material so that you can always trust what you get back. You can connect to a number of common tools such as Slack, GitHub, Confluence, amongst others.
<strong>[Danswer](https://docs.danswer.dev/)</strong> allows you to ask natural language questions against internal documents and get back reliable answers backed by quotes and references from the source material so that you can always trust what you get back. You can connect to a number of common tools such as Slack, GitHub, Confluence, amongst others.
Check out our <strong><a href="https://www.youtube.com/watch?v=geNzY1nbCnU">Video Demo</a></strong>!
## 💃 Features
* Direct QA powered by Generative AI models with answers backed by quotes and source links.
* Intelligent Document Retrieval (Semantic Search/Reranking) using the latest LLMs.
* An AI Helper backed by a custom Deep Learning model to interpret user intent.
* User authentication with document level access management.
* User authentication and document level access management.
* Connectors to Slack, GitHub, GoogleDrive, Confluence, local files, and web scrapping, with more to come.
* Management Dashboard to manage connectors and set up features such as live update fetching.
* One line Docker Compose deployment of all services to host Danswer anywhere.
* One line Docker Compose (or Kubernetes) deployment to host Danswer anywhere.
## Upcoming
* Chat/Conversation support.