v0.0.9
lfnovo/open-notebookv0.0.9Nov 6, 2024by lfnovo
AI Summary
This release introduces RAG (Retrieval Augmented Generation) capabilities, multiple chat sessions, and citation support for documents.
Key Highlights
- Ask the Documents (RAG) feature with tool model support
- Multiple chat sessions per notebook
- Citations linking documents to answers
- Improved text and vector search quality
- Content chunking based on paragraphs and sentences
New Features
- RAG (Ask the Documents) feature
- Multiple chat sessions
- Citations system
- Improved chunking algorithm
- Better search quality
Full Release Notes
**Ask the Documents (RAG)** - Added a tools model default for picking a tool-enabled model - Create a RAG tool and the Ask the Docs feature. Now, you can ask questions and have the model search the catalog for documents before replying. **Multiple chat sessions** - You can now create as many separate conversations as you want on each Notebook. This way, you can keep different conversations separated and avoid getting the model confused with long histories. **Citations** - When a document is used to formulate an answer, it is now linked in the answer. Clicking it takes you to a page to review it. **Bug fixes** - Fixed item icons for sources and notes - Fixed default model bug where default model was not updating without app reload **Improvements** - Model Manager for loading models - Improved the quality of text and vector search results - Content chunking is based in paragraphs, sentences now. Doesn't cut phrases in the middle.