Added Changelog.md

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2024-11-11 03:46:34 -08:00
parent cb7549cf15
commit e9f5620ab6
2 changed files with 41 additions and 0 deletions

31
CHANGELOG.md Normal file
View file

@ -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.
---

View file

@ -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. - 🔟% **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. - 🕸️ **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? ## How to get started?
### PRE-START NOTE's ### PRE-START NOTE's