From eef2788606799c5f70ef2d48eebc13fd6f4a8b7c Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Wed, 17 May 2023 09:27:22 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52e4386a8..687a3a979 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ * One line Docker Compose deployment of all services to host Danswer anywhere. ## Upcoming +* Chat/Conversation support. * Extend current user Auth flows to support document level access management. * Support for custom endpoints for Generative AI models or even self-host options. * Custom Deep Learning NLP model to classify user intent to customize prompts for code generation, summarization, etc.