-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chat with groups + AI chat UI and logic overhaul (#11666)
* AI chat UI overhaul * Chat history and AI chat overhaul * Implement ingestion logic * Implement ingestion logic * Accept list of entries * Group chat history logic * Move components to folders and introduce AiPrivacyNoticeGuardedComponent * Move components to folders and introduce AiPrivacyNoticeGuardedComponent * Introduce EmbeddingModelGuardedComponent * SummaryComponent overhaul * Summarization logic overhaul * Finish work on refactoring the summarization * Introduce group chats * Introduce group chat * Refactor AI code * AI chat UI overhaul * Chat history and AI chat overhaul * Implement ingestion logic * Implement ingestion logic * Accept list of entries * Group chat history logic * Move components to folders and introduce AiPrivacyNoticeGuardedComponent * Move components to folders and introduce AiPrivacyNoticeGuardedComponent * Introduce EmbeddingModelGuardedComponent * SummaryComponent overhaul * Summarization logic overhaul * Finish work on refactoring the summarization * Introduce group chats * Introduce group chat * Refactor AI code * Fix GenerateEmbeddingsTask * Introduce windows * Refactor notifications * No linting errors occurring * Improve chat history component * Discard changes to src/main/java/module-info.java * Refine JavaDoc * Fix for InAnYan#173 * Fix for InAnYan#171 * Fix from code review * Fix checkers * Fix for InAnYan#175 and InAnYan#174 * Follow-up for InAnYan#175 * Fix for InAnYan#166 * Fix for InAnYan#164 * Fix checkers * Fix from code review * Update src/main/java/org/jabref/gui/ai/components/aichat/AiChatGuardedComponent.java Co-authored-by: Oliver Kopp <[email protected]> * Fix for InAnYan#166 and fix for InAnYan#176 * Might be fix for InAnYan#178 * Migrate from AbstractGroup to GroupTreeNode * Fix for InAnYan#170 * Fix for InAnYan#164 * InAnYan#177 * Fix for InAnYan#180 * Fix checkers * Fix the system message * Fix for InAnYan#180 * Fix context menu order * Fix `startsWith` * Fix system message * Fix for ProgressCounter * Fix for system message --------- Co-authored-by: Oliver Kopp <[email protected]>
- Loading branch information
Showing
93 changed files
with
3,431 additions
and
1,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.