zhaoweijie
6fb71b01f0
feat(components): 新增 Drawer 组件并优化 Playground 页面
...
- 新增 Drawer 组件用于创建可滑动的抽屉式界面
-优化 Playground 页面布局和样式,增加 logo 和 frosted glass 效果
- 添加统计卡片组件和动画效果,提升用户体验
- 新增数据项目图标组件
2025-08-22 21:28:40 +08:00
CaiHQ
165140162a
feat: update prompt
2025-08-22 18:29:15 +08:00
CaiHQ
e9fcbd36d4
update playground
2025-08-22 18:03:54 +08:00
zhaoweijie
17020e8755
feat(iod): 重构数联网搜索功能
...
- 新增数联网设置页面
- 优化数联网搜索结果展示
- 添加数据集、科创场景和科技企业等不同类型的搜索结果
- 重构搜索结果卡片组件,支持加载状态和不同展示模式
- 更新数联网搜索相关的国际化文案
2025-08-22 17:15:19 +08:00
CaiHQ
30aa0faaa1
update configs
2025-08-20 18:36:48 +08:00
CaiHQ
8d6a9b39bb
update prompt
2025-08-19 17:39:17 +08:00
zhaoweijie
1104fb2733
refactor(layout): 重构布局组件并添加新功能
...
- 更新 Header 组件,增加项目标题和历史记录切换按钮
- 新增 DataNavigation 组件用于数据导航
- 添加 Playground 相关新组件,包括数据、场景、团队等信息展示
- 重构 Layout 组件,使用 Context 管理历史记录状态
- 更新 zh/option.json 文件,添加新的项目标题和对话相关翻译
2025-08-19 16:20:37 +08:00
CaiHQ
ef0e315bdc
feat: upgrade registry
2025-08-17 22:39:12 +08:00
CaiHQ
3fb66b4c36
update iod search
2025-03-24 13:21:49 +08:00
Nex Zhu
50f9e4354f
fix
2025-02-24 08:36:42 +08:00
Nex Zhu
8f27ca2e4e
fix: fix no meteringEntry date when no cot, and style
2025-02-24 08:30:37 +08:00
Nex Zhu
ce333714b7
style: revert locale json format
2025-02-23 22:22:43 +08:00
zhaoweijie
7b8879a7a8
feat: add metering data
2025-02-23 13:02:32 +08:00
Nex Zhu
f617a05483
feat: improve DEFAULT_WEBSEARCH_PROMPT for IoD and 3W citations
2025-02-17 19:03:38 +08:00
Nex Zhu
4c5d5cfe99
feat: IoD search process HTML/PDF content
2025-02-17 16:44:33 +08:00
CaiHQ
51188b1428
update search result in prompt
2025-02-15 13:02:24 +08:00
Nex Zhu
a56e46a98d
feat: IoD search process HTML/PDF content
2025-02-14 23:24:27 +08:00
Nex Zhu
e8471f1802
feat: add IoD search
2025-02-14 18:17:12 +08:00
n4ze3m
342d544e30
feat: Add Baidu search engine
2025-02-01 11:22:12 +05:30
n4ze3m
8c0706aa7c
feat: Change default search provider to DuckDuckGo and add custom headers for Google search requests
2025-01-25 16:32:04 +05:30
n4ze3m
51804bc9ae
fix: bug fix
2025-01-25 15:19:28 +05:30
n4ze3m
0af69a3be8
feat: Add text splitting configuration options
2025-01-04 23:24:23 +05:30
n4ze3m
15fb80d75d
feat: Add support for custom Google domain in search settings
2024-12-21 20:22:13 +05:30
n4ze3m
fd6eea3e84
feat: Add Brave Search API support
2024-12-13 20:03:52 +05:30
n4ze3m
379ba6996d
feat: add error handling to SearXNG search provider
2024-12-01 17:43:14 +05:30
n4ze3m
0226de7c39
feat: Add vector search to SearXNG search provider
...
chore: remove unnecessary type annotation in web.ts
2024-12-01 17:02:09 +05:30
n4ze3m
c8c71f69cc
feat: Add SearXNG search provider and settings
2024-12-01 00:23:17 +05:30
n4ze3m
768ff2e555
feat: Improve model selection and embedding
...
Refactor embedding models and their handling to improve performance and simplify the process.
Add a new model selection mechanism, and enhance the UI for model selection, offering clearer and more user-friendly options for embedding models.
Refactor embeddings to use a common model for page assist and RAG, further improving performance and streamlining the workflow.
2024-10-12 23:32:00 +05:30
n4ze3m
d6d28b325f
refactor: Update similaritySearch parameter to use 4 instead of 3
2024-06-25 23:15:17 +05:30
n4ze3m
1e9b66d823
refactor: Update PageAssistHtmlLoader to use extractReadabilityContent for parsing web page content
2024-06-23 20:34:43 +05:30
n4ze3m
4363a4b0de
feat: Add localization support for visitSpecificWebsite label
...
This commit adds localization support for the "visitSpecificWebsite" label in the settings.json file for multiple languages. Now, the label can be translated into different languages, including Japanese, Chinese, English, Malayalam, Italian, Portuguese, Russian, French, and Spanish.
2024-06-22 16:55:02 +05:30
n4ze3m
d23b70b979
feat: Add @mozilla/readability dependency for extracting content from web pages
2024-06-22 00:25:12 +05:30
n4ze3m
845b725970
feat: Add support for Brave search provider
2024-05-24 00:22:24 +05:30
n4ze3m
e94edf5c89
chore: Update URL rewrite logic for runtime
2024-05-12 23:54:48 +05:30
n4ze3m
62ffe8346e
chore: Update logic of runtime url rewrite
2024-05-12 21:14:27 +05:30
n4ze3m
ad5601a038
Add Sogu as search engine
2024-04-28 00:36:33 +05:30
n4ze3m
28887e99b7
Fix link decoding issue in local-duckduckgo.ts
2024-04-13 19:52:45 +05:30
n4ze3m
a3810cd534
Update import statement in local-duckduckgo.ts, prompt.tsx, wxt.config.ts, webui.tsx, PlaygroundChat.tsx, other.tsx, Markdown.tsx, and useMessageOption.tsx
2024-04-11 00:08:20 +05:30
n4ze3m
9ced6469ce
Added Web search DuckDuckGo
2024-03-31 15:57:56 +05:30
n4ze3m
b33ee0366c
Migrated to WXT
2024-03-23 14:44:05 +05:30
n4ze3m
4aff7f991a
Update package version and add hideEditAndRegenerate prop
2024-03-16 14:28:32 +05:30
n4ze3m
1b689c91c0
Add search mode settings and textarea focus on form submission
2024-03-04 00:32:01 +05:30
n4ze3m
88e7e7521b
Update OptionLayout component and add OptionPrompt route
2024-02-28 22:50:38 +05:30
n4ze3m
094615498c
Add @mantine/hooks dependency and update PlaygroundChat component
2024-02-25 21:17:27 +05:30
n4ze3m
43f3727369
Add lucide-react package and remove unused icons
2024-02-25 18:44:47 +05:30
n4ze3m
06b32176a9
Add dependencies and update code for PDF parsing and searching
2024-02-25 00:12:46 +05:30