-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: 允许用户自行定义 Embedding 模型 #5177
base: main
Are you sure you want to change the base?
Conversation
@cookieY is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
👍 @cookieY Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5177 +/- ##
==========================================
+ Coverage 92.19% 97.66% +5.46%
==========================================
Files 568 12 -556
Lines 43406 2908 -40498
Branches 2550 307 -2243
==========================================
- Hits 40020 2840 -37180
+ Misses 3386 68 -3318
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
支不支持本地部署的embedding模型?例如 api 地址是 http://127.0.0.1/v1 的类 openai 接口? |
Does it support locally deployed embedding models? For example, the api address is an openai-like interface at http://127.0.0.1/v1? |
基于现有的框架设计无法实现这样的自定义需求,本地部署可以使用 ollama |
Such custom requirements cannot be achieved based on the existing framework design. For local deployment, ollama can be used. |
@arvinxx 已根据建议全部进行修改 |
@arvinxx All modifications have been made based on suggestions |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
由于之前代码commit差距过大 重新提交,提交说明参考 #4370
📝 补充信息 | Additional Information