Added support for Chat Streaming ⚡️ and Notion plugin 📜 #297
sabaimran
announced in
Announcements
Replies: 1 comment
-
If you're interested in having a cloud-hosted instance of Khoj for your Notion workspace, send me a message at team [at] khoj.dev. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features ✨
We've added support for chat streaming and Notion in this release.
⚡️ Chat Streaming
Responses via Khoj Chat are a lot snappier now.
This should also significantly help us with issues like #266, where the calls to OpenAI were failing because of a read timeout. We couldn't really just keep increasing the request windows, because either the call would take forever, or it would keep retrying if the call was actually failing.
Now that we're streaming the response, requests on Obsidian and the Web UI should succeed at a much higher rate. For the Emacs users, we haven't yet added support for streaming, but you should still benefit from the lower failure rate.
📜 Notion Integration
Khoj now supports search/chat with pages in your Notion workspaces. Notion is a platform people use for taking notes, especially for collaboration.
We haven't setup a fancy integration with OAuth yet, so this integration still requires some effort on your end to generate an API key.
Save
.Configure
in http://localhost:8000/config to index your Notion workspace(s).That's it! You should be ready to start searching and chatting. Make sure you've configured your OpenAI API Key for chat.
🦿 Install the latest Khoj release
To install the latest Khoj,
Feedback
All feedback is welcome! Create a Github issue or hop on the Discord to reach us 💛
Beta Was this translation helpful? Give feedback.
All reactions