diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ee7a03c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +## CHANGELOG +--- + +**UPDATE 11 NOVEMBER 2024:** +- Too many changes just fully rebranded it for better direction. +- SurfSense is now A Personal NotebookLM and Perplexity-like AI Assistant for Everyone. + + +**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. + + +**UPDATE 25 SEPTEMBER 2024:** + - Thanks [@hnico21](https://github.com/hnico21) for adding Docker Support + + +**UPDATE 20 SEPTEMBER 2024:** + + - SurfSense now works on Hierarchical Indices. + - Knowledge Graph dependency is removed for now until I find some better Graph RAG solutions. + - Added support for Local LLMs + +Until I find a good host for my backend you need to setup SurfSense locally for now. + +--- \ No newline at end of file diff --git a/README.md b/README.md index ac79716..79ea146 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,16 @@ https://github.com/user-attachments/assets/1105b5f6-3030-43e9-9f83-2df980eb2140 - πŸ”Ÿ% **Cheap On Wallet**: Works Flawlessly with OpenAI gpt-4o-mini model and Ollama local LLMs. - πŸ•ΈοΈ **No WebScraping**: Extension directly reads the data from DOM to get accurate data. + +## CHANGELOG + +**UPDATE 11 NOVEMBER 2024:** +- Too many changes just fully rebranded it for better direction. +- SurfSense is now A Personal NotebookLM and Perplexity-like AI Assistant for Everyone. + +all at https://github.com/MODSetter/SurfSense/blob/main/CHANGELOGs.md + + ## How to get started? ### PRE-START NOTE's