2023-11-20 19:56:06 -08:00
<!-- DANSWER_METADATA={"link": "https://github.com/danswer - ai/danswer/blob/main/README.md"} -->
2023-04-27 20:25:39 -07:00
< h2 align = "center" >
2023-06-28 08:21:03 -07:00
< a href = "https://www.danswer.ai/" > < img width = "50%" src = "https://github.com/danswer-owners/danswer/blob/1fabd9372d66cd54238847197c33f091a724803b/DanswerWithName.png?raw=true)" / > < / a >
2023-04-27 20:25:39 -07:00
< / h2 >
< p align = "center" >
2023-05-15 12:54:01 -07:00
< p align = "center" > OpenSource Enterprise Question-Answering< / p >
2023-04-27 20:25:39 -07:00
< p align = "center" >
2023-06-18 01:38:07 -07:00
< a href = "https://docs.danswer.dev/" target = "_blank" >
< img src = "https://img.shields.io/badge/docs-view-blue" alt = "Documentation" >
< / a >
2024-01-11 17:42:26 -08:00
< a href = "https://join.slack.com/t/danswer/shared_invite/zt-2afut44lv-Rw3kSWu6_OmdAXRpCv80DQ" target = "_blank" >
2023-04-27 20:25:39 -07:00
< img src = "https://img.shields.io/badge/slack-join-blue.svg?logo=slack" alt = "Slack" >
< / a >
2023-06-25 11:12:37 -07:00
< a href = "https://discord.gg/TDJ59cGV2X" target = "_blank" >
2023-06-18 01:43:23 -07:00
< img src = "https://img.shields.io/badge/discord-join-blue.svg?logo=discord&logoColor=white" alt = "Discord" >
2023-06-18 01:38:07 -07:00
< / a >
< a href = "https://github.com/danswer-ai/danswer/blob/main/README.md" target = "_blank" >
2023-05-14 01:26:26 -07:00
< img src = "https://img.shields.io/static/v1?label=license&message=MIT&color=blue" alt = "License" >
2023-04-27 20:25:39 -07:00
< / a >
< / p >
2023-06-28 08:21:03 -07:00
< strong > [Danswer ](https://www.danswer.ai/ )</ 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.
2023-04-27 20:25:39 -07:00
2023-08-28 02:42:01 -07:00
< h3 > Usage< / h3 >
2023-04-27 20:25:39 -07:00
2023-08-28 02:42:01 -07:00
Danswer provides a fully-featured web UI:
2023-04-27 20:25:39 -07:00
2023-08-28 02:42:01 -07:00
2023-12-20 19:05:23 -08:00
https://github.com/danswer-ai/danswer/assets/32520769/563be14c-9304-47b5-bf0a-9049c2b6f410
2023-08-28 02:42:01 -07:00
2023-08-28 02:43:46 -07:00
Or, if you prefer, you can plug Danswer into your existing Slack workflows (more integrations to come 😁):
2023-08-28 02:42:01 -07:00
https://github.com/danswer-ai/danswer/assets/25087905/3e19739b-d178-4371-9a38-011430bdec1b
For more details on the admin controls, check out our < strong > < a href = "https://www.youtube.com/watch?v=geNzY1nbCnU" > Full Video Demo< / a > < / strong > !
< h3 > Deployment< / h3 >
Danswer can easily be tested locally or deployed on a virtual machine with a single `docker compose` command. Checkout our [docs ](https://docs.danswer.dev/quickstart ) to learn more.
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
2023-12-17 22:17:44 -08:00
* Direct QA + Chat powered by Generative AI models with answers backed by quotes and source links.
2023-11-18 17:12:24 -08:00
* 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.
2023-06-18 01:38:07 -07:00
* User authentication and document level access management.
2023-12-17 22:17:44 -08:00
* Support for LLMs of your choice (GPT-4, Mixstral, Llama2, etc.)
2023-11-18 17:12:24 -08:00
* Management Dashboards to manage connectors and set up features such as live update fetching.
2023-06-18 01:38:07 -07:00
* One line Docker Compose (or Kubernetes) deployment to host Danswer anywhere.
2023-04-27 20:25:39 -07:00
2023-08-28 02:42:01 -07:00
## 🔌 Connectors
2023-11-18 17:12:24 -08:00
Efficiently pulls the latest changes from:
2023-08-28 02:42:01 -07:00
* Slack
* GitHub
* Google Drive
* Confluence
* Jira
2023-12-17 22:17:44 -08:00
* Zendesk
2023-08-28 02:42:01 -07:00
* Notion
2023-11-18 17:12:24 -08:00
* Gong
2023-08-28 02:42:01 -07:00
* Slab
* Linear
* Productboard
* Guru
* Zulip
* Bookstack
2023-11-18 17:12:24 -08:00
* Document360
* Request Tracker
* Hubspot
2023-08-28 02:42:01 -07:00
* Local Files
* Websites
* With more to come...
## 🚧 Roadmap
* Organizational understanding.
2023-12-17 22:17:44 -08:00
* Ability to locate and suggest experts from your team.
2023-11-18 17:12:24 -08:00
* Code Search
* Structured Query Languages (SQL, Excel formulas, etc.)
2023-07-12 19:29:13 -07:00
## 💡 Contributing
Looking to contribute? Please check out the [Contribution Guide ](CONTRIBUTING.md ) for more details.