You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ feat: support to customize Embedding model with env (lobehub#5177)
* feat: 添加嵌入模型配置支持,更新相关文档和测试
* feat: 重构文件配置,更新默认设置和相关测试
* ♻ Code Refactoring
- Update the file configuration and standardize the model naming to camel case.
Copy file name to clipboardexpand all lines: docs/self-hosting/advanced/knowledge-base.mdx
+9
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,12 @@ Unstructured.io is a powerful document processing tool.
62
62
-**Note**: Evaluate processing needs based on document complexity
63
63
64
64
By correctly configuring and integrating these core components, you can build a powerful and efficient knowledge base system for LobeChat. Each component plays a crucial role in the overall architecture, supporting advanced document management and intelligent retrieval functions.
65
+
66
+
### 5. Custom Embedding
67
+
68
+
-**Purpose**: Use different Embedding generate vector representations for semantic search
69
+
-**Options**: support model provider list: zhipu/github/openai/bedrock/ollama
70
+
-**Deployment Tip**: Used to configure the default Embedding model
0 commit comments