danswer/README.md

107 lines
4.1 KiB
Markdown
Raw Permalink Normal View History

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">
2024-02-01 16:33:41 -08:00
<p align="center">Open Source Unified Search and Gen-AI Chat with your Docs.</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>
2024-02-01 16:33:41 -08:00
<strong>[Danswer](https://www.danswer.ai/)</strong> lets you ask questions in natural language questions 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.
2023-04-27 20:25:39 -07:00
2024-02-01 16:33:41 -08:00
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.
2024-02-01 16:33:41 -08:00
<h3>Usage</h3>
2023-12-20 19:05:23 -08:00
2024-02-01 16:33:41 -08:00
Danswer Web App:
2023-12-20 19:05:23 -08:00
https://github.com/danswer-ai/danswer/assets/32520769/563be14c-9304-47b5-bf0a-9049c2b6f410
2024-02-01 16:33:41 -08:00
Or, plug Danswer into your existing Slack workflows (more integrations to come 😁):
2024-02-01 16:33:41 -08:00
https://github.com/danswer-ai/danswer/assets/25087905/3e19739b-d178-4371-9a38-011430bdec1b
2024-02-01 16:33:41 -08:00
For more details on the Admin UI to manage connectors and users, check out our
<strong><a href="https://www.youtube.com/watch?v=geNzY1nbCnU">Full Video Demo</a></strong>!
2024-02-01 16:33:41 -08:00
## Deployment
2024-02-01 16:33:41 -08:00
Danswer can easily be run locally (even on a laptop) or deployed on a virtual machine with a single
`docker compose` command. Checkout our [docs](https://docs.danswer.dev/quickstart) to learn more.
2024-02-01 16:33:41 -08:00
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).
2024-02-01 16:33:41 -08:00
## 💃 Main Features
* 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.
2024-02-01 16:33:41 -08:00
## 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.
* 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.
2023-04-27 20:25:39 -07:00
2024-02-01 16:33:41 -08:00
## 🔌 Connectors
2023-11-18 17:12:24 -08:00
Efficiently pulls the latest changes from:
* Slack
* GitHub
* Google Drive
* Confluence
* Jira
2023-12-17 22:17:44 -08:00
* Zendesk
2024-02-01 16:33:41 -08:00
* Gmail
* Notion
2023-11-18 17:12:24 -08:00
* Gong
* Slab
* Linear
* Productboard
* Guru
* Bookstack
2023-11-18 17:12:24 -08:00
* Document360
2024-02-01 16:33:41 -08:00
* Sharepoint
2023-11-18 17:12:24 -08:00
* Hubspot
* Local Files
* Websites
2024-02-01 16:33:41 -08:00
* And more ...
## 🚧 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.