mirror of
https://github.com/tiennm99/danswer-docs.git
synced 2026-06-17 20:48:06 +00:00
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
---
|
|
title: Introduction
|
|
description: 'Learn about Danswer'
|
|
---
|
|
|
|
## What is Danswer
|
|
|
|
[Danswer](https://github.com/danswer-ai/danswer) is an OpenSource Enterprise Question Answering Tool.
|
|
|
|
### **But what is that?** 🤔
|
|
|
|
<iframe
|
|
width="560"
|
|
height="315"
|
|
src="https://www.youtube.com/embed/geNzY1nbCnU"
|
|
title="Danswer Demo"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowfullscreen
|
|
></iframe>
|
|
|
|
**What do you mean by Question Answer?**
|
|
- Direct QA allows you to ask questions in simple language and receive instant, accurate responses.
|
|
- Unlock knowledge from private data sources whether that be company internal documents or personal sources you want
|
|
to add.
|
|
- Every answer is backed by quotes and reference documents so you can always trust what you get back.
|
|
|
|
**What about OpenSource?**
|
|
- The project is licensed under the MIT License, do anything you'd like!
|
|
- Danswer is built to be easily hosted by anyone, all you need to setup are the data connectors.
|
|
|
|
**How about Enterprise?**
|
|
- Danswer has user authentication with document level access control.
|
|
- Danswer provides connectors to common enterprise tools such as Slack, Google Drive, GitHub etc.
|
|
|
|
|
|
## Main Features 💃
|
|
- Direct QA powered by Generative AI models with answers backed by quotes and source links.
|
|
- Intelligent Document Retrieval (Semantic Search/Reranking pipeline) 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.
|
|
- Connectors to Slack, GitHub, GoogleDrive, Confluence, BookStack, 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.
|
|
|
|
|
|
## Upcoming
|
|
- Chat/Conversation support.
|
|
- Support custom endpoints for Generative AI models or even self-host options.
|
|
- Template to easily build custom connectors.
|
|
- Personalized search |