From 49d0bb29efbf86454eb39aeb4ad9e7a4586d9407 Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Thu, 27 Apr 2023 20:25:39 -0700 Subject: [PATCH] Initial README --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..f64597542b --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +

+ +

+ +

+

The First OpenSource Enterprise QA System

+ +

+ + Slack + + + License + +

+ +[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)