Initial README

This commit is contained in:
Yuhong Sun 2023-04-27 20:25:39 -07:00
parent 501d9b780f
commit 49d0bb29ef

31
README.md Normal file
View File

@ -0,0 +1,31 @@
<h2 align="center">
<a href="https://www.danswer.dev/"> <img width="50%" src="https://github.com/danswer-owners/danswer/blob/fb7ef6879a34c00e7dd4f7d9288ccf0da05ea0c9/TempLogo.png?raw=true)" /></a>
</h2>
<p align="center">
<p align="center">The First OpenSource Enterprise QA System</p>
<p align="center">
<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">
<img src="https://img.shields.io/static/v1?label=license&message=AGPL-3.0&color=blue" alt="License">
</a>
</p>
[Danswer](https://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, Google Drive, and Confluent, among others.
## 💃 Features
* Direct Question Answering on internal documents
* Semantic Search with reranking to fetch the most relevant documents
* Connectors to Google Drive, Slack, Web (through scraping)
* Filter by source (Slack, Google Drive, etc)
## Upcoming
* Permissioning for document access managmeent
* Options for more secure or self hosting generative LLM
* More connectors and easy way to contribute community connectors
* Support for other vector DBs (with no particular prioritization: Weaviate, Pinecone, Milvus, Vespa)