mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 05:39:12 +00:00
### Overview - Provide a chat interface to engage with and inquire your notes - Simplify interacting with the beta `chat` and `summarize` APIs ### Use - Open `<khoj-url>/chat`, by default at http://localhost:8000/chat?type=summarize - Type your queries, see summarized response by Khoj from your notes **Note**: - **You will need to add an API key from OpenAI to your khoj.yml** - **Your query and top note from search result will be sent to OpenAI for processing** ## Details -177756bShow chat history on loading chat page on web interface -d8ee0f0Save chat history to disk for persistence, seeing chat logs -5294693Style chat messages as speech bubbles -d170747Add khoj web interface and chat styling to new chat page on khoj web -de6c146Implement functional, unstyled chat page for khoj web interface