Merge branch 'stable'
update docs for v1.13.0
-fix: hide file extension should not work on folders in workspace or anywhere else.
update javadoc
v1.13.0
Merge branch 'stable'
- disable those Qwen embedding models for not implemented yet
- show selected files count and embedded count in dataset preference panel;
Merge branch 'main' into feature-rag
-reimplement the gen-ai model preference panel
-reload chatting agent if any agent preferences have changed
-fix: UI error when stopping embedding just at the moment that the embedding is done; disable UI elements during embedding.
-fix: exception when stoping agent's streaming response
UI improvement
Merge branch 'main' into feature-rag
feat: add new `hide file extension` for hiding file extension in workspace, recent file list and opened file tab. improvement: change the `show hidden file` option doesn't need to reload folder anymore.
refactor
- fix
migrate gen-ai active model to new preference
Merge branch 'main' into feature-rag
fix exceptions during embedding
-refactor saving format of model selection; refactor gen-ai preference dialog UI
Merge branch 'main' into feature-rag
- gen-ai setting UI components state handling; refactor
fix build profiles
- implemented the disable/visible status of the UI components of the gen-ai dataset and agent setting panel.
Merge branch 'refs/heads/main' into feature-rag
fix: exceptions when setup gen-ai agent and dataset for the first time; packaging: reduce the size of the installer;
fix: exception when open the preference dialog with new gen-ai settings for the first time; distinguish the app dir for devlopment and production; package with java.sql module
-save success status(percent) after embedding is done or aborted; reload dataset information in agent details after embedding is completed.
refactor and fixed bugs;
- implement the downloading of local embedding model files (introduce okhttp); reduce the redundant saving for gen-ai preference dialog; fixed some exceptions;
- filter out providers if they have no models that match model type; filter models by model type in gen-ai setting panes and generate/summarize panels; apply all new features as of migration v3
-fix refactor issue; update DeepSeek reasoner model meta
Merge branch 'main' into feature-rag
- In gen ai setting panels, filter chat/embedding providers in the choice box, the language selection filter the embedding models; update models for Qwen
- vector store setup (for postgres pgvector only)