From 309d28c3d9482e7b0cce796d518e7686d44920d3 Mon Sep 17 00:00:00 2001 From: Rohan Verma <122026167+MODSetter@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:54:37 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bde371e9..2e07863bf 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ https://github.com/user-attachments/assets/cc6a0c51-7de0-45cd-982d-21768dc2dd38 ## How to get started? --- +**UPDATE 24 OCTOBER 2024:** +- SurfSense now uses custom gpt-researcher agent to format responses. +- Added better markdown rendering to UI. + + **UPDATE 8 OCTOBER 2024:** - SurfSense now lets you upload your own files such as pdfs, docx, images etc into your SurfSense Knowledge Base. - SurfSense uses [Unstructured-IO](https://github.com/Unstructured-IO/unstructured) to support files. @@ -76,7 +81,6 @@ Now lets setup the SurfSense BackEnd |ENV VARIABLE|Description | |--|--| -| IS_LOCAL_SETUP | 'true' for Ollama mistral-nemo or 'false' from OpenAI gpt-4o-mini| | UNSTRUCTURED_API_KEY | Your Unstructured IO API Key. Use any value if running a local instance or file upload support isn't needed.| | POSTGRES_DATABASE_URL | postgresql+psycopg2://user:pass@host:5432/database| | API_SECRET_KEY | Can be any Random String value. Make Sure to remember it for as you need to send it in user registration request to Backend for security purposes.|