-
Notifications
You must be signed in to change notification settings - Fork 614
Release 0.2.7 #645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.2.7 #645
Conversation
…ions and translations
…hance BuiltinKnowledgeSettings with URL query parameter handling
… handling for missing models
…n knowledge configurations
… advanced options and tooltips
… into feat-builtin-knowledge
… on embedding dimensions
…esetting model selection in settings
…, enhance KnowledgePresenter integration
…rove embedding handling and error logging
…rs and loading logic for better user experience
…improve reset logic
… model listing with additional configuration properties
… to include dynamic configuration retrieval
… with error handling
…etection and loading state
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…task presenters; update text sanitization and localization
Feature/builtin knowledge
feat: add click outside to close sidebar functionality
Feature/mcp tool improve
* style(threads): optimize the operation logic of new sessions * chore: format code
* chore(ci): add code lint check * chore: remove linting steps from build workflow; add linting steps to PR check workflow
* fix: gemini reasoning by config * feat: support gemini thinking * fix: user define model config first * fix: format * chore: ignore md for format * doc: remove empty line * fix: ai review
…ration of 200& update the include configuration in the tsconfig.web.json file (#640)
|
Caution Review failedFailed to post review comments. WalkthroughThis update introduces a comprehensive built-in knowledge base feature, including a modular RAG architecture with configuration management, a DuckDB-based vector database, task queue, and UI components for managing, searching, and exporting knowledge bases. It also adds a conversation export feature (Markdown, HTML, plain text), Groq provider integration, per-conversation MCP tool filtering, a dialog system, and multiple enhancements to model config, localization, and workflow automation. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant RendererUI
participant ChatStore
participant MainThread
participant KnowledgePresenter
participant KnowledgeStorePresenter
participant DuckDBPresenter
participant LLMProvider
User->>RendererUI: Upload file / Search KB / Export conversation
RendererUI->>ChatStore: addFile / search / exportThread
ChatStore->>MainThread: IPC call (addFile/search/export)
MainThread->>KnowledgePresenter: addFile/queryFile/similarityQuery/exportConversation
KnowledgePresenter->>KnowledgeStorePresenter: addFile/queryFile/similarityQuery
KnowledgeStorePresenter->>DuckDBPresenter: Insert/query vectors/files
KnowledgeStorePresenter->>LLMProvider: getEmbeddings (for chunking/search)
KnowledgePresenter-->>MainThread: Result/Progress/Error
MainThread-->>ChatStore: IPC response
ChatStore-->>RendererUI: Update UI with result/progress
RendererUI-->>User: Show status, search results, or download file
Estimated code review effort🎯 5 (Critical) | ⏱️ ~90–120 minutes
Possibly related PRs
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary by CodeRabbit
New Features
Improvements
Bug Fixes
Documentation
Chores
These updates bring powerful offline knowledge management, richer export options, and improved customization to your chat experience.