The Wayback Machine - https://web.archive.org/web/20230713114205/https://github.com/danswer-ai/danswer
Skip to content

danswer-ai/danswer

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

OpenSource Enterprise Question-Answering

Documentation Slack Discord License

Danswer 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.

Check out our Video Demo!

Features πŸ’ƒ

  • Direct QA powered by Generative AI models with answers backed by quotes and source links.
  • Intelligent Document Retrieval (Semantic Search/Reranking) using the latest LLMs.
  • An AI Helper backed by a custom Deep Learning model to interpret user intent.
  • User authentication and document level access management.
  • Connectors to Slack, GitHub, GoogleDrive, Confluence, local files, and web scraping, with more to come.
  • Management Dashboard to manage connectors and set up features such as live update fetching.
  • One line Docker Compose (or Kubernetes) deployment to host Danswer anywhere.

Upcoming

  • Chat/Conversation support.
  • Support custom endpoints for Generative AI models or even self-host options.
  • Templates to easily build custom connectors.
  • Personalized search

πŸ’‘ Contributing

Looking to contribute? Please check out the Contribution Guide for more details.