UnisKB/apps/models_provider
tanlianwang 071f14a9c6 chore(config): 更新应用标题并添加嵌入模型默认值
- 将 VITE_APP_TITLE 从 'MaxKB' 更改为 'Ai-RAG'
- 为嵌入模型路径和名称添加默认值配置
- 注释掉关于图标的代码以禁用相关功能
2025-12-29 10:59:32 +08:00
..
api fix: Model swagger 2025-07-25 18:35:58 +08:00
constants refactor: model 2025-06-27 11:18:02 +08:00
impl feat: add token usage and top questions statistics endpoints 2025-11-13 14:56:56 +08:00
migrations chore(config): 更新应用标题并添加嵌入模型默认值 2025-12-29 10:59:32 +08:00
models feat: add db_index to various fields for improved query performance 2025-07-14 11:54:19 +08:00
serializers chore: update file hashes for consistency and remove unnecessary ordering in model queries 2025-08-20 14:20:47 +08:00
sql feat: Folder authorization backend 2025-10-14 16:33:13 +08:00
views fix: Model params permission 2025-07-10 13:49:31 +08:00
__init__.py feat: add model setting 2025-04-17 18:01:33 +08:00
admin.py feat: add model setting 2025-04-17 18:01:33 +08:00
apps.py feat: add model setting 2025-04-17 18:01:33 +08:00
base_model_provider.py feat: implement text-to-video and image-to-video generation nodes with serializers and workflow integration 2025-09-12 14:27:48 +08:00
base_ttv.py feat: implement text-to-video and image-to-video generation nodes with serializers and workflow integration 2025-09-12 14:27:48 +08:00
tests.py feat: add model setting 2025-04-17 18:01:33 +08:00
tools.py refactor: replace get_embedding_model_default_params with get_model_default_params 2025-10-30 17:12:30 +08:00
urls.py chore: improve URL formatting and readability in urls.py 2025-06-25 14:51:47 +08:00