mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-22 05:50:57 +02:00
Shield Update (#833)
This commit is contained in:
parent
5957b888a5
commit
9d296b623b
10
README.md
10
README.md
@ -11,7 +11,7 @@
|
|||||||
<a href="https://docs.danswer.dev/" target="_blank">
|
<a href="https://docs.danswer.dev/" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/docs-view-blue" alt="Documentation">
|
<img src="https://img.shields.io/badge/docs-view-blue" alt="Documentation">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://join.slack.com/t/danswer/shared_invite/zt-1u5ycen3o-6SJbWfivLWP5LPyp_jftuw" target="_blank">
|
<a href="https://join.slack.com/t/danswer/shared_invite/zt-1u3h3ke3b-VGh1idW19R8oiNRiKBYv2w" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/slack-join-blue.svg?logo=slack" alt="Slack">
|
<img src="https://img.shields.io/badge/slack-join-blue.svg?logo=slack" alt="Slack">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://discord.gg/TDJ59cGV2X" target="_blank">
|
<a href="https://discord.gg/TDJ59cGV2X" target="_blank">
|
||||||
@ -47,11 +47,11 @@ Danswer can easily be tested locally or deployed on a virtual machine with a sin
|
|||||||
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).
|
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).
|
||||||
|
|
||||||
## 💃 Features
|
## 💃 Features
|
||||||
* Direct QA powered by Generative AI models with answers backed by quotes and source links.
|
* Direct QA + Chat powered by Generative AI models with answers backed by quotes and source links.
|
||||||
* Intelligent Document Retrieval (Hybrid Search + Reranking) using the latest NLP models.
|
* Intelligent Document Retrieval (Hybrid Search + Reranking) using the latest NLP models.
|
||||||
* Automatic time/source filter extraction from natural language + custom model to identify user intent.
|
* Automatic time/source filter extraction from natural language + custom model to identify user intent.
|
||||||
* User authentication and document level access management.
|
* User authentication and document level access management.
|
||||||
* Support for LLMs of your choice (GPT-4, Llama2, Orca, etc.)
|
* Support for LLMs of your choice (GPT-4, Mixstral, Llama2, etc.)
|
||||||
* Management Dashboards to manage connectors and set up features such as live update fetching.
|
* Management Dashboards to manage connectors and set up features such as live update fetching.
|
||||||
* One line Docker Compose (or Kubernetes) deployment to host Danswer anywhere.
|
* One line Docker Compose (or Kubernetes) deployment to host Danswer anywhere.
|
||||||
|
|
||||||
@ -63,6 +63,7 @@ Efficiently pulls the latest changes from:
|
|||||||
* Google Drive
|
* Google Drive
|
||||||
* Confluence
|
* Confluence
|
||||||
* Jira
|
* Jira
|
||||||
|
* Zendesk
|
||||||
* Notion
|
* Notion
|
||||||
* Gong
|
* Gong
|
||||||
* Slab
|
* Slab
|
||||||
@ -79,11 +80,10 @@ Efficiently pulls the latest changes from:
|
|||||||
* With more to come...
|
* With more to come...
|
||||||
|
|
||||||
## 🚧 Roadmap
|
## 🚧 Roadmap
|
||||||
* Chat/Conversation support.
|
|
||||||
* Organizational understanding.
|
* Organizational understanding.
|
||||||
|
* Ability to locate and suggest experts from your team.
|
||||||
* Code Search
|
* Code Search
|
||||||
* Structured Query Languages (SQL, Excel formulas, etc.)
|
* Structured Query Languages (SQL, Excel formulas, etc.)
|
||||||
* Ability to locate and suggest experts from your team.
|
|
||||||
|
|
||||||
## 💡 Contributing
|
## 💡 Contributing
|
||||||
Looking to contribute? Please check out the [Contribution Guide](CONTRIBUTING.md) for more details.
|
Looking to contribute? Please check out the [Contribution Guide](CONTRIBUTING.md) for more details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user