@lobehub/chat 1.48.0 → 1.48.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -0
- package/README.ja-JP.md +14 -14
- package/README.md +14 -14
- package/README.zh-CN.md +14 -14
- package/changelog/v1.json +18 -0
- package/docs/changelog/2025-01-22-new-ai-provider.mdx +25 -0
- package/docs/changelog/2025-01-22-new-ai-provider.zh-CN.mdx +23 -0
- package/docs/changelog/index.json +23 -17
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +1 -0
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +1 -0
- package/docs/self-hosting/advanced/knowledge-base.mdx +1 -0
- package/docs/self-hosting/advanced/knowledge-base.zh-CN.mdx +1 -0
- package/docs/self-hosting/advanced/observability/langfuse.mdx +28 -45
- package/docs/self-hosting/server-database.mdx +1 -1
- package/locales/ar/changelog.json +2 -2
- package/locales/ar/models.json +27 -0
- package/locales/bg-BG/changelog.json +2 -2
- package/locales/bg-BG/models.json +27 -0
- package/locales/de-DE/changelog.json +2 -2
- package/locales/de-DE/models.json +27 -0
- package/locales/en-US/changelog.json +2 -2
- package/locales/en-US/models.json +27 -0
- package/locales/es-ES/changelog.json +2 -2
- package/locales/es-ES/models.json +27 -0
- package/locales/fa-IR/changelog.json +2 -2
- package/locales/fa-IR/models.json +27 -0
- package/locales/fr-FR/changelog.json +2 -2
- package/locales/fr-FR/models.json +27 -0
- package/locales/it-IT/changelog.json +2 -2
- package/locales/it-IT/models.json +27 -0
- package/locales/ja-JP/changelog.json +2 -2
- package/locales/ja-JP/models.json +27 -0
- package/locales/ko-KR/changelog.json +2 -2
- package/locales/ko-KR/models.json +27 -0
- package/locales/nl-NL/changelog.json +2 -2
- package/locales/nl-NL/models.json +27 -0
- package/locales/pl-PL/changelog.json +2 -2
- package/locales/pl-PL/models.json +27 -0
- package/locales/pt-BR/changelog.json +2 -2
- package/locales/pt-BR/models.json +27 -0
- package/locales/ru-RU/changelog.json +2 -2
- package/locales/ru-RU/models.json +27 -0
- package/locales/tr-TR/changelog.json +2 -2
- package/locales/tr-TR/models.json +27 -0
- package/locales/vi-VN/changelog.json +2 -2
- package/locales/vi-VN/models.json +27 -0
- package/locales/zh-CN/changelog.json +2 -2
- package/locales/zh-CN/models.json +28 -1
- package/locales/zh-TW/changelog.json +2 -2
- package/locales/zh-TW/models.json +27 -0
- package/package.json +1 -1
- package/src/app/@modal/(.)changelog/modal/features/Pagination.tsx +1 -1
- package/src/config/modelProviders/ollama.ts +1 -1
- package/src/libs/agent-runtime/qwen/index.ts +3 -0
- package/src/locales/default/changelog.ts +1 -1
- package/src/server/services/changelog/index.test.ts +1 -1
- package/src/server/services/changelog/index.ts +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,57 @@
|
|
2
2
|
|
3
3
|
# Changelog
|
4
4
|
|
5
|
+
### [Version 1.48.2](https://github.com/lobehub/lobe-chat/compare/v1.48.1...v1.48.2)
|
6
|
+
|
7
|
+
<sup>Released on **2025-01-25**</sup>
|
8
|
+
|
9
|
+
#### 💄 Styles
|
10
|
+
|
11
|
+
- **misc**: Add `parallel_tool_calls` support for Qwen, fix tag version and add provider changelog.
|
12
|
+
|
13
|
+
<br/>
|
14
|
+
|
15
|
+
<details>
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
17
|
+
|
18
|
+
#### Styles
|
19
|
+
|
20
|
+
- **misc**: Add `parallel_tool_calls` support for Qwen, closes [#5584](https://github.com/lobehub/lobe-chat/issues/5584) ([b89aeeb](https://github.com/lobehub/lobe-chat/commit/b89aeeb))
|
21
|
+
- **misc**: Fix tag version and add provider changelog, closes [#5582](https://github.com/lobehub/lobe-chat/issues/5582) ([63c571b](https://github.com/lobehub/lobe-chat/commit/63c571b))
|
22
|
+
|
23
|
+
</details>
|
24
|
+
|
25
|
+
<div align="right">
|
26
|
+
|
27
|
+
[](#readme-top)
|
28
|
+
|
29
|
+
</div>
|
30
|
+
|
31
|
+
### [Version 1.48.1](https://github.com/lobehub/lobe-chat/compare/v1.48.0...v1.48.1)
|
32
|
+
|
33
|
+
<sup>Released on **2025-01-25**</sup>
|
34
|
+
|
35
|
+
#### 🐛 Bug Fixes
|
36
|
+
|
37
|
+
- **misc**: Fix ollama Browser Request failed in PG mode.
|
38
|
+
|
39
|
+
<br/>
|
40
|
+
|
41
|
+
<details>
|
42
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
43
|
+
|
44
|
+
#### What's fixed
|
45
|
+
|
46
|
+
- **misc**: Fix ollama Browser Request failed in PG mode, closes [#5585](https://github.com/lobehub/lobe-chat/issues/5585) ([b2f3c33](https://github.com/lobehub/lobe-chat/commit/b2f3c33))
|
47
|
+
|
48
|
+
</details>
|
49
|
+
|
50
|
+
<div align="right">
|
51
|
+
|
52
|
+
[](#readme-top)
|
53
|
+
|
54
|
+
</div>
|
55
|
+
|
5
56
|
## [Version 1.48.0](https://github.com/lobehub/lobe-chat/compare/v1.47.23...v1.48.0)
|
6
57
|
|
7
58
|
<sup>Released on **2025-01-24**</sup>
|
package/README.ja-JP.md
CHANGED
@@ -263,14 +263,14 @@ LobeChat のプラグインエコシステムは、そのコア機能の重要
|
|
263
263
|
|
264
264
|
<!-- PLUGIN LIST -->
|
265
265
|
|
266
|
-
| 最近追加
|
267
|
-
|
|
268
|
-
| [
|
269
|
-
| [
|
270
|
-
| [
|
271
|
-
| [
|
266
|
+
| 最近追加 | 説明 |
|
267
|
+
| ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
268
|
+
| [ウェブ](https://lobechat.com/discover/plugin/web)<br/><sup>By **Proghit** on **2025-01-24**</sup> | ページを読み取り分析して、Google の結果から包括的な回答を提供するスマートウェブ検索。<br/>`ウェブ` `検索` |
|
269
|
+
| [MintbaseSearch](https://lobechat.com/discover/plugin/mintbasesearch)<br/><sup>By **mintbase** on **2024-12-31**</sup> | NEAR プロトコル上の任意の NFT データを見つける。<br/>`暗号通貨` `nft` |
|
270
|
+
| [Bing_websearch](https://lobechat.com/discover/plugin/Bingsearch-identifier)<br/><sup>By **FineHow** on **2024-12-22**</sup> | BingApi を基にインターネットから情報を検索<br/>`bingsearch` |
|
271
|
+
| [PortfolioMeta](https://lobechat.com/discover/plugin/StockData)<br/><sup>By **portfoliometa** on **2024-12-22**</sup> | 株を分析し、包括的なリアルタイムの投資データと分析を取得します。<br/>`stock` |
|
272
272
|
|
273
|
-
> 📊 Total plugins: [<kbd>**
|
273
|
+
> 📊 Total plugins: [<kbd>**49**</kbd>](https://lobechat.com/discover/plugins)
|
274
274
|
|
275
275
|
<!-- PLUGIN LIST -->
|
276
276
|
|
@@ -302,14 +302,14 @@ LobeChat エージェントマーケットプレイスでは、クリエイタ
|
|
302
302
|
|
303
303
|
<!-- AGENT LIST -->
|
304
304
|
|
305
|
-
| 最近追加
|
306
|
-
|
|
307
|
-
| [
|
308
|
-
| [
|
309
|
-
| [
|
310
|
-
| [
|
305
|
+
| 最近追加 | 説明 |
|
306
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
|
307
|
+
| [偉大なるビッグス・ディッカス](https://lobechat.com/discover/assistant/all-knowing)<br/><sup>By **[CGitwater](https://github.com/CGitwater)** on **2025-01-24**</sup> | 全能の知識の神<br/>`ビッグス` `ディッカス` |
|
308
|
+
| [PPT 制作達人](https://lobechat.com/discover/assistant/ppt-production-expert)<br/><sup>By **[patricleehua](https://github.com/patricleehua)** on **2025-01-24**</sup> | 高品質な PPT の迅速な制作と最適化に優れています<br/>`ppt制作` `デザイン` `コンサルティング` `コンテンツ最適化` `ユーザーサポート` |
|
309
|
+
| [英語のメンター](https://lobechat.com/discover/assistant/mean-english-mentor)<br/><sup>By **[GEORGE-Ta](https://github.com/GEORGE-Ta)** on **2025-01-24**</sup> | 傲慢で軽蔑的な態度で英会話を指導し、皮肉を交えた訂正が得意です。<br/>`英語教育` `会話` `ロールプレイ` `教育` `皮肉` |
|
310
|
+
| [学術改訂スペシャリスト](https://lobechat.com/discover/assistant/academic-revision-specialist)<br/><sup>By **[sunrisewestern](https://github.com/sunrisewestern)** on **2025-01-24**</sup> | 学術的な執筆と論文の改訂に熟練<br/> |
|
311
311
|
|
312
|
-
> 📊 Total agents: [<kbd>**
|
312
|
+
> 📊 Total agents: [<kbd>**466**</kbd> ](https://lobechat.com/discover/assistants)
|
313
313
|
|
314
314
|
<!-- AGENT LIST -->
|
315
315
|
|
package/README.md
CHANGED
@@ -280,14 +280,14 @@ In addition, these plugins are not limited to news aggregation, but can also ext
|
|
280
280
|
|
281
281
|
<!-- PLUGIN LIST -->
|
282
282
|
|
283
|
-
| Recent Submits
|
284
|
-
|
|
285
|
-
| [
|
286
|
-
| [
|
287
|
-
| [
|
288
|
-
| [
|
283
|
+
| Recent Submits | Description |
|
284
|
+
| ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
|
285
|
+
| [Web](https://lobechat.com/discover/plugin/web)<br/><sup>By **Proghit** on **2025-01-24**</sup> | Smart web search that reads and analyzes pages to deliver comprehensive answers from Google results.<br/>`web` `search` |
|
286
|
+
| [MintbaseSearch](https://lobechat.com/discover/plugin/mintbasesearch)<br/><sup>By **mintbase** on **2024-12-31**</sup> | Find any NFT data on the NEAR Protocol.<br/>`crypto` `nft` |
|
287
|
+
| [Bing_websearch](https://lobechat.com/discover/plugin/Bingsearch-identifier)<br/><sup>By **FineHow** on **2024-12-22**</sup> | Search for information from the internet base BingApi<br/>`bingsearch` |
|
288
|
+
| [PortfolioMeta](https://lobechat.com/discover/plugin/StockData)<br/><sup>By **portfoliometa** on **2024-12-22**</sup> | Analyze stocks and get comprehensive real-time investment data and analytics.<br/>`stock` |
|
289
289
|
|
290
|
-
> 📊 Total plugins: [<kbd>**
|
290
|
+
> 📊 Total plugins: [<kbd>**49**</kbd>](https://lobechat.com/discover/plugins)
|
291
291
|
|
292
292
|
<!-- PLUGIN LIST -->
|
293
293
|
|
@@ -319,14 +319,14 @@ Our marketplace is not just a showcase platform but also a collaborative space.
|
|
319
319
|
|
320
320
|
<!-- AGENT LIST -->
|
321
321
|
|
322
|
-
| Recent Submits
|
323
|
-
|
|
324
|
-
| [
|
325
|
-
| [
|
326
|
-
| [
|
327
|
-
| [
|
322
|
+
| Recent Submits | Description |
|
323
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
324
|
+
| [The Great Biggus Dickus](https://lobechat.com/discover/assistant/all-knowing)<br/><sup>By **[CGitwater](https://github.com/CGitwater)** on **2025-01-24**</sup> | The almighty powerful god of klnowledge<br/>`biggus` `diccus` |
|
325
|
+
| [PPT Production Expert](https://lobechat.com/discover/assistant/ppt-production-expert)<br/><sup>By **[patricleehua](https://github.com/patricleehua)** on **2025-01-24**</sup> | Skilled in the rapid production and optimization of high-quality PPTs<br/>`ppt-production` `design` `consulting` `content-optimization` `user-support` |
|
326
|
+
| [English Tutor](https://lobechat.com/discover/assistant/mean-english-mentor)<br/><sup>By **[GEORGE-Ta](https://github.com/GEORGE-Ta)** on **2025-01-24**</sup> | An English tutor with a proud and disdainful attitude, skilled in sarcastic corrections of spoken English.<br/>`english-teaching` `speaking` `role-play` `education` `sarcasm` |
|
327
|
+
| [Academic Revision Specialist](https://lobechat.com/discover/assistant/academic-revision-specialist)<br/><sup>By **[sunrisewestern](https://github.com/sunrisewestern)** on **2025-01-24**</sup> | Skilled in academic writing and paper revision<br/> |
|
328
328
|
|
329
|
-
> 📊 Total agents: [<kbd>**
|
329
|
+
> 📊 Total agents: [<kbd>**466**</kbd> ](https://lobechat.com/discover/assistants)
|
330
330
|
|
331
331
|
<!-- AGENT LIST -->
|
332
332
|
|
package/README.zh-CN.md
CHANGED
@@ -273,14 +273,14 @@ LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地
|
|
273
273
|
|
274
274
|
<!-- PLUGIN LIST -->
|
275
275
|
|
276
|
-
| 最近新增
|
277
|
-
|
|
278
|
-
| [
|
279
|
-
| [
|
280
|
-
| [
|
281
|
-
| [
|
276
|
+
| 最近新增 | 描述 |
|
277
|
+
| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
278
|
+
| [网页](https://lobechat.com/discover/plugin/web)<br/><sup>By **Proghit** on **2025-01-24**</sup> | 智能网页搜索,读取和分析页面,以提供来自 Google 结果的全面答案。<br/>`网页` `搜索` |
|
279
|
+
| [MintbaseSearch](https://lobechat.com/discover/plugin/mintbasesearch)<br/><sup>By **mintbase** on **2024-12-31**</sup> | 在 NEAR 协议上查找任何 NFT 数据。<br/>`加密货币` `nft` |
|
280
|
+
| [必应网页搜索](https://lobechat.com/discover/plugin/Bingsearch-identifier)<br/><sup>By **FineHow** on **2024-12-22**</sup> | 通过 BingApi 搜索互联网上的信息<br/>`bingsearch` |
|
281
|
+
| [PortfolioMeta](https://lobechat.com/discover/plugin/StockData)<br/><sup>By **portfoliometa** on **2024-12-22**</sup> | 分析股票并获取全面的实时投资数据和分析。<br/>`股票` |
|
282
282
|
|
283
|
-
> 📊 Total plugins: [<kbd>**
|
283
|
+
> 📊 Total plugins: [<kbd>**49**</kbd>](https://lobechat.com/discover/plugins)
|
284
284
|
|
285
285
|
<!-- PLUGIN LIST -->
|
286
286
|
|
@@ -308,14 +308,14 @@ LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地
|
|
308
308
|
|
309
309
|
<!-- AGENT LIST -->
|
310
310
|
|
311
|
-
| 最近新增
|
312
|
-
|
|
313
|
-
| [
|
314
|
-
| [
|
315
|
-
| [
|
316
|
-
| [
|
311
|
+
| 最近新增 | 描述 |
|
312
|
+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
313
|
+
| [伟大的比古斯・迪克斯](https://lobechat.com/discover/assistant/all-knowing)<br/><sup>By **[CGitwater](https://github.com/CGitwater)** on **2025-01-24**</sup> | 全能强大的知识之神<br/>`比古斯` `迪克斯` |
|
314
|
+
| [PPT 制作达人](https://lobechat.com/discover/assistant/ppt-production-expert)<br/><sup>By **[patricleehua](https://github.com/patricleehua)** on **2025-01-24**</sup> | 擅长高质量 PPT 的快速制作和优化<br/>`ppt制作` `设计` `咨询` `内容优化` `用户支持` |
|
315
|
+
| [英语导师](https://lobechat.com/discover/assistant/mean-english-mentor)<br/><sup>By **[GEORGE-Ta](https://github.com/GEORGE-Ta)** on **2025-01-24**</sup> | 以高傲轻蔑态度辅导英语口语,擅长嘲讽式纠错。<br/>`英语教学` `口语` `角色扮演` `教育` `嘲讽` |
|
316
|
+
| [学术修订专家](https://lobechat.com/discover/assistant/academic-revision-specialist)<br/><sup>By **[sunrisewestern](https://github.com/sunrisewestern)** on **2025-01-24**</sup> | 擅长学术写作和论文修订<br/> |
|
317
317
|
|
318
|
-
> 📊 Total agents: [<kbd>**
|
318
|
+
> 📊 Total agents: [<kbd>**466**</kbd> ](https://lobechat.com/discover/assistants)
|
319
319
|
|
320
320
|
<!-- AGENT LIST -->
|
321
321
|
|
package/changelog/v1.json
CHANGED
@@ -1,4 +1,22 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"children": {
|
4
|
+
"improvements": [
|
5
|
+
"Add parallel_tool_calls support for Qwen, fix tag version and add provider changelog."
|
6
|
+
]
|
7
|
+
},
|
8
|
+
"date": "2025-01-25",
|
9
|
+
"version": "1.48.2"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"children": {
|
13
|
+
"fixes": [
|
14
|
+
"Fix ollama Browser Request failed in PG mode."
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"date": "2025-01-25",
|
18
|
+
"version": "1.48.1"
|
19
|
+
},
|
2
20
|
{
|
3
21
|
"children": {
|
4
22
|
"features": [
|
@@ -0,0 +1,25 @@
|
|
1
|
+
---
|
2
|
+
title: LobeChat Launches New AI Provider Management System
|
3
|
+
description: >-
|
4
|
+
LobeChat has revamped its AI Provider Management System, now supporting custom AI providers and models.
|
5
|
+
|
6
|
+
tags:
|
7
|
+
- LobeChat
|
8
|
+
- AI Provider
|
9
|
+
- Provider Management
|
10
|
+
- Multimodal
|
11
|
+
---
|
12
|
+
|
13
|
+
# New AI Provider Management System 🎉
|
14
|
+
|
15
|
+
We are excited to announce that LobeChat has launched a brand new AI Provider Management System, now available in both the open-source version and the Cloud version ([lobechat.com](https://lobechat.com)):
|
16
|
+
|
17
|
+
## 🚀 Key Updates
|
18
|
+
|
19
|
+
- 🔮 **Custom AI Providers**: You can now add, remove, or edit AI providers as needed.
|
20
|
+
- ⚡️ **Custom Model and Capability Configuration**: Easily add your own models to meet personalized requirements.
|
21
|
+
- 🌈 **Multimodal Support**: The new AI Provider Management System fully supports various modalities, including language, images, voice, and more. Stay tuned for video and music generation features!
|
22
|
+
|
23
|
+
## 📢 Feedback and Support
|
24
|
+
|
25
|
+
If you have any suggestions or thoughts about the new AI Provider Management System, feel free to engage with us in GitHub Discussions.
|
@@ -0,0 +1,23 @@
|
|
1
|
+
---
|
2
|
+
title: LobeChat 推出全新 AI Provider 管理系统
|
3
|
+
description: LobeChat 焕新全新 AI Provider 管理系统,已支持自定义 AI 服务商与自定义模型
|
4
|
+
tags:
|
5
|
+
- LobeChat
|
6
|
+
- AI Provider
|
7
|
+
- 服务商管理
|
8
|
+
- 多模态
|
9
|
+
---
|
10
|
+
|
11
|
+
# 全新 AI Provider 管理系统 🎉
|
12
|
+
|
13
|
+
我们很高兴地宣布,LobeChat 推出了全新的 AI Provider 管理系统,已经在开源版与 Cloud 版([lobechat.com](https://lobechat.com))中可用:
|
14
|
+
|
15
|
+
## 🚀 主要更新
|
16
|
+
|
17
|
+
- 🔮 **自定义 AI 服务商**: 现在,您可以根据需要添加、删除或编辑 AI 服务商。
|
18
|
+
- ⚡️ **自定义模型与能力配置**: 轻松添加您自己的模型,满足个性化需求。
|
19
|
+
- 🌈 **多模态支持**: 新的 AI Provider 管理系统全面支持多种模态,包括语言、图像、语音等,视频和音乐生成功能,敬请期待!
|
20
|
+
|
21
|
+
## 📢 反馈与支持
|
22
|
+
|
23
|
+
如果您对新的 AI Provider 管理系统有任何建议或想法,欢迎在 GitHub Discussions 中与我们交流。
|
@@ -2,107 +2,113 @@
|
|
2
2
|
"$schema": "https://github.com/lobehub/lobe-chat/blob/main/docs/changelog/schema.json",
|
3
3
|
"cloud": [],
|
4
4
|
"community": [
|
5
|
+
{
|
6
|
+
"image": "https://github.com/user-attachments/assets/7350f211-61ce-488e-b0e2-f0fcac25caeb",
|
7
|
+
"id": "2025-01-22-new-ai-provider",
|
8
|
+
"date": "2025-01-22",
|
9
|
+
"versionRange": ["1.43.1", "1.47.7"]
|
10
|
+
},
|
5
11
|
{
|
6
12
|
"image": "https://github.com/user-attachments/assets/3d80e0f5-d32a-4412-85b2-e709731460a0",
|
7
13
|
"id": "2025-01-03-user-profile",
|
8
14
|
"date": "2025-01-03",
|
9
|
-
"versionRange": ["1.
|
15
|
+
"versionRange": ["1.34.1", "1.43.0"]
|
10
16
|
},
|
11
17
|
{
|
12
18
|
"image": "https://github.com/user-attachments/assets/2048b4c2-4a56-4029-acf9-71e35ff08652",
|
13
19
|
"id": "2024-11-27-forkable-chat",
|
14
20
|
"date": "2024-11-27",
|
15
|
-
"versionRange": ["1.
|
21
|
+
"versionRange": ["1.33.1", "1.34.0"]
|
16
22
|
},
|
17
23
|
{
|
18
24
|
"image": "https://github.com/user-attachments/assets/fa8fab19-ace2-4f85-8428-a3a0e28845bb",
|
19
25
|
"id": "2024-11-25-november-providers",
|
20
26
|
"date": "2024-11-25",
|
21
|
-
"versionRange": ["1.
|
27
|
+
"versionRange": ["1.30.1", "1.33.0"]
|
22
28
|
},
|
23
29
|
{
|
24
30
|
"image": "https://github.com/user-attachments/assets/eb3f3d8a-79ce-40aa-a206-2c846206c0c0",
|
25
31
|
"id": "2024-11-06-share-text-json",
|
26
32
|
"date": "2024-11-06",
|
27
|
-
"versionRange": ["1.
|
33
|
+
"versionRange": ["1.26.1", "1.28.0"]
|
28
34
|
},
|
29
35
|
{
|
30
36
|
"image": "https://github.com/user-attachments/assets/e70c2db6-05c9-43ea-b111-6f6f99e0ae88",
|
31
37
|
"id": "2024-10-27-pin-assistant",
|
32
38
|
"date": "2024-10-27",
|
33
|
-
"versionRange": ["1.
|
39
|
+
"versionRange": ["1.19.1", "1.26.0"]
|
34
40
|
},
|
35
41
|
{
|
36
42
|
"image": "https://github.com/user-attachments/assets/635f1c74-6327-48a8-a8d9-68d7376c7749",
|
37
43
|
"id": "2024-09-20-artifacts",
|
38
44
|
"date": "2024-09-20",
|
39
|
-
"versionRange": ["1.
|
45
|
+
"versionRange": ["1.17.1", "1.19.0"]
|
40
46
|
},
|
41
47
|
{
|
42
48
|
"image": "https://github.com/user-attachments/assets/bd6d0c82-8f14-4167-ad09-2a841f1e34e4",
|
43
49
|
"id": "2024-09-13-openai-o1-models",
|
44
50
|
"date": "2024-09-13",
|
45
|
-
"versionRange": ["1.
|
51
|
+
"versionRange": ["1.12.1", "1.17.0"]
|
46
52
|
},
|
47
53
|
{
|
48
54
|
"image": "https://github.com/user-attachments/assets/385eaca6-daea-484a-9bea-ba7270b4753d",
|
49
55
|
"id": "2024-08-21-file-upload-and-knowledge-base",
|
50
56
|
"date": "2024-08-21",
|
51
|
-
"versionRange": ["1.
|
57
|
+
"versionRange": ["1.8.1", "1.12.0"]
|
52
58
|
},
|
53
59
|
{
|
54
60
|
"image": "https://github.com/user-attachments/assets/2a4116a7-15ad-43e5-b801-cc62d8da2012",
|
55
61
|
"id": "2024-08-02-lobe-chat-database-docker",
|
56
62
|
"date": "2024-08-02",
|
57
|
-
"versionRange": ["1.
|
63
|
+
"versionRange": ["1.6.1", "1.8.0"]
|
58
64
|
},
|
59
65
|
{
|
60
66
|
"image": "https://github.com/user-attachments/assets/0e3a7174-6b66-4432-a319-dff60b033c24",
|
61
67
|
"id": "2024-07-19-gpt-4o-mini",
|
62
68
|
"date": "2024-07-19",
|
63
|
-
"versionRange": ["1.
|
69
|
+
"versionRange": ["1.0.1", "1.6.0"]
|
64
70
|
},
|
65
71
|
{
|
66
72
|
"image": "https://github.com/user-attachments/assets/82bfc467-e0c6-4d99-9b1f-18e4aea24285",
|
67
73
|
"id": "2024-06-19-lobe-chat-v1",
|
68
74
|
"date": "2024-06-19",
|
69
|
-
"versionRange": ["
|
75
|
+
"versionRange": ["0.147.0", "1.0.0"]
|
70
76
|
},
|
71
77
|
{
|
72
78
|
"image": "https://github.com/user-attachments/assets/aee846d5-b5ee-46cb-9dd0-d952ea708b67",
|
73
79
|
"id": "2024-02-14-ollama",
|
74
80
|
"date": "2024-02-14",
|
75
|
-
"versionRange": ["0.
|
81
|
+
"versionRange": ["0.125.1", "0.127.0"]
|
76
82
|
},
|
77
83
|
{
|
78
84
|
"image": "https://github.com/user-attachments/assets/533f7a5e-8a93-4a57-a62f-8233897d72b5",
|
79
85
|
"id": "2024-02-08-sso-oauth",
|
80
86
|
"date": "2024-02-08",
|
81
|
-
"versionRange": ["0.
|
87
|
+
"versionRange": ["0.118.1", "0.125.0"]
|
82
88
|
},
|
83
89
|
{
|
84
90
|
"image": "https://github.com/user-attachments/assets/6069332b-8e15-4d3c-8a77-479e8bc09c23",
|
85
91
|
"id": "2023-12-22-dalle-3",
|
86
92
|
"date": "2023-12-22",
|
87
|
-
"versionRange": ["0.
|
93
|
+
"versionRange": ["0.102.1", "0.118.0"]
|
88
94
|
},
|
89
95
|
{
|
90
96
|
"image": "https://github.com/user-attachments/assets/03433283-08a5-481a-8f6c-069b2fc6bace",
|
91
97
|
"id": "2023-11-19-tts-stt",
|
92
98
|
"date": "2023-11-19",
|
93
|
-
"versionRange": ["0.
|
99
|
+
"versionRange": ["0.101.1", "0.102.0"]
|
94
100
|
},
|
95
101
|
{
|
96
102
|
"image": "https://github.com/user-attachments/assets/dde2c9c5-cdda-4a65-8f32-b6f4da907df2",
|
97
103
|
"id": "2023-11-14-gpt4-vision",
|
98
104
|
"date": "2023-11-14",
|
99
|
-
"versionRange": ["0.
|
105
|
+
"versionRange": ["0.90.0", "0.101.0"]
|
100
106
|
},
|
101
107
|
{
|
102
108
|
"image": "https://github.com/user-attachments/assets/eaed3762-136f-4297-b161-ca92a27c4982",
|
103
109
|
"id": "2023-09-09-plugin-system",
|
104
110
|
"date": "2023-09-09",
|
105
|
-
"versionRange": ["0.
|
111
|
+
"versionRange": ["0.67.0", "0.72.0"]
|
106
112
|
}
|
107
113
|
]
|
108
114
|
}
|
@@ -68,6 +68,7 @@ By correctly configuring and integrating these core components, you can build a
|
|
68
68
|
- **Purpose**: Use different Embedding generate vector representations for semantic search
|
69
69
|
- **Options**: support model provider list: zhipu/github/openai/bedrock/ollama
|
70
70
|
- **Deployment Tip**: Used to configure the default Embedding model
|
71
|
+
|
71
72
|
```
|
72
73
|
environment: DEFAULT_FILES_CONFIG=embedding_model=openai/embedding-text-3-small
|
73
74
|
```
|
@@ -66,6 +66,7 @@ Unstructured.io 是一个强大的文档处理工具。
|
|
66
66
|
- **用途**: 使用不同的嵌入模型(Embedding)生成文本的向量表示,用于语义搜索
|
67
67
|
- **选项**: 支持的模型提供商:zhipu/github/openai/bedrock/ollama
|
68
68
|
- **部署建议**: 使用环境变量配置默认嵌入模型
|
69
|
+
|
69
70
|
```
|
70
71
|
environment: DEFAULT_FILES_CONFIG=embedding_model=openai/embedding-text-3-small
|
71
72
|
```
|
@@ -24,67 +24,50 @@ tags:
|
|
24
24
|
## Get Started
|
25
25
|
|
26
26
|
<Steps>
|
27
|
+
### Set up Langfuse
|
27
28
|
|
28
|
-
|
29
|
+
Get your Langfuse API key by signing up for [Langfuse Cloud](https://cloud.langfuse.com) or [self-hosting](https://langfuse.com/docs/deployment/self-host) Langfuse.
|
29
30
|
|
30
|
-
|
31
|
+
### Set up LobeChat
|
31
32
|
|
32
|
-
|
33
|
+
There are multiple ways to [self-host LobeChat](https://lobehub.com/docs/self-hosting/start). For this example, we will use the Docker Desktop deployment.
|
33
34
|
|
34
|
-
|
35
|
+
<Tabs items={["Environment Variables", "Example in Docker Desktop"]}>
|
36
|
+
<Tab>
|
37
|
+
Before deploying LobeChat, set the following four environment variables with the Langfuse API keys you created in the previous step.
|
35
38
|
|
36
|
-
|
37
|
-
|
39
|
+
```sh
|
40
|
+
ENABLE_LANGFUSE = '1'
|
41
|
+
LANGFUSE_SECRET_KEY = 'sk-lf...'
|
42
|
+
LANGFUSE_PUBLIC_KEY = 'pk-lf...'
|
43
|
+
LANGFUSE_HOST = 'https://cloud.langfuse.com'
|
44
|
+
```
|
45
|
+
</Tab>
|
38
46
|
|
39
|
-
|
47
|
+
<Tab>
|
48
|
+
Before running the Docker container, set the environment variables in the Docker Desktop with the Langfuse API keys you created in the previous step.
|
40
49
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
LANGFUSE_PUBLIC_KEY = 'pk-lf...'
|
45
|
-
LANGFUSE_HOST = 'https://cloud.langfuse.com'
|
46
|
-
```
|
47
|
-
</Tab>
|
50
|
+
<Image alt={'Environment Variables in Docker Desktop'} src={'https://langfuse.com/images/docs/lobechat-docker-desktop-env.png'} />
|
51
|
+
</Tab>
|
52
|
+
</Tabs>
|
48
53
|
|
49
|
-
|
54
|
+
### Activate Analytics in Settings
|
50
55
|
|
51
|
-
|
56
|
+
Once you have LobeChat running, navigate to the **About** tab in the **Settings** and activate analytics. This is necessary for traces to be sent to Langfuse.
|
52
57
|
|
53
|
-
<Image
|
54
|
-
alt={'Environment Variables in Docker Desktop'}
|
55
|
-
src={'https://langfuse.com/images/docs/lobechat-docker-desktop-env.png'}
|
56
|
-
/>
|
58
|
+
<Image alt={'LobeChat Settings'} src={'https://langfuse.com/images/docs/lobechat-settings.png'} />
|
57
59
|
|
58
|
-
|
60
|
+
### See Chat Traces in Langfuse
|
59
61
|
|
60
|
-
|
62
|
+
After setting your LLM model key, you can start interacting with your LobeChat application.
|
61
63
|
|
62
|
-
|
64
|
+
<Image alt={'LobeChat Conversation'} src={'https://langfuse.com/images/docs/lobechat-converstation.png'} />
|
63
65
|
|
64
|
-
|
66
|
+
All conversations in the chat are automatically traced and sent to Langfuse. You can view the traces in the [Traces section](https://langfuse.com/docs/tracing) in the Langfuse UI.
|
65
67
|
|
66
|
-
<Image
|
67
|
-
alt={'LobeChat Settings'}
|
68
|
-
src={'https://langfuse.com/images/docs/lobechat-settings.png'}
|
69
|
-
/>
|
70
|
-
|
71
|
-
### See Chat Traces in Langfuse
|
72
|
-
|
73
|
-
After setting your LLM model key, you can start interacting with your LobeChat application.
|
74
|
-
|
75
|
-
<Image
|
76
|
-
alt={'LobeChat Conversation'}
|
77
|
-
src={'https://langfuse.com/images/docs/lobechat-converstation.png'}
|
78
|
-
/>
|
79
|
-
|
80
|
-
All conversations in the chat are automatically traced and sent to Langfuse. You can view the traces in the [Traces section](https://langfuse.com/docs/tracing) in the Langfuse UI.
|
81
|
-
|
82
|
-
<Image
|
83
|
-
alt={'LobeChat Example Trace'}
|
84
|
-
src={'https://langfuse.com/images/docs/lobechat-example-trace.png'}
|
85
|
-
/>
|
86
|
-
_[Example trace in the Langfuse UI](https://cloud.langfuse.com/project/cloramnkj0002jz088vzn1ja4/traces/63e9246d-3f22-4e45-936d-b0c4ccf55a1e?timestamp=2024-11-26T17%3A00%3A02.028Z&observation=7ea75a0c-d9d1-425c-9b88-27561c63b413)_
|
68
|
+
<Image alt={'LobeChat Example Trace'} src={'https://langfuse.com/images/docs/lobechat-example-trace.png'} />
|
87
69
|
|
70
|
+
*[Example trace in the Langfuse UI](https://cloud.langfuse.com/project/cloramnkj0002jz088vzn1ja4/traces/63e9246d-3f22-4e45-936d-b0c4ccf55a1e?timestamp=2024-11-26T17%3A00%3A02.028Z\&observation=7ea75a0c-d9d1-425c-9b88-27561c63b413)*
|
88
71
|
</Steps>
|
89
72
|
|
90
73
|
## Feedback
|
@@ -95,7 +95,7 @@ Since we support file-based conversations/knowledge base conversations, we need
|
|
95
95
|
|
96
96
|
<Callout type={'info'}>
|
97
97
|
You can generate a random 32-character string as the value of `KEY_VAULTS_SECRET` using `openssl
|
98
|
-
|
98
|
+
rand -base64 32`.
|
99
99
|
</Callout>
|
100
100
|
</Steps>
|
101
101
|
|
@@ -8,8 +8,8 @@
|
|
8
8
|
"allChangelog": "عرض جميع سجلات التحديثات",
|
9
9
|
"description": "تابع الميزات الجديدة والتحسينات في {{appName}}",
|
10
10
|
"pagination": {
|
11
|
-
"
|
12
|
-
"
|
11
|
+
"next": "الصفحة التالية",
|
12
|
+
"older": "عرض التغييرات السابقة"
|
13
13
|
},
|
14
14
|
"readDetails": "اقرأ التفاصيل",
|
15
15
|
"title": "سجل التحديثات",
|