Skip to content
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

希望增加支持google Gemini中text-embedding-004 #1313

Closed
5 tasks
Vincentdu-cn opened this issue Apr 14, 2024 · 1 comment · Fixed by #1475
Closed
5 tasks

希望增加支持google Gemini中text-embedding-004 #1313

Vincentdu-cn opened this issue Apr 14, 2024 · 1 comment · Fixed by #1475
Labels
enhancement New feature or request

Comments

@Vincentdu-cn
Copy link

例行检查

  • 我已确认目前没有类似 issue
  • 我已确认我已升级到最新版本
  • 我已完整查看过项目 README,已确定现有版本无法满足需求
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

功能描述
希望能使用Gemini的向量模型text-embedding-004。
应用场景
{
"name": "models/embedding-001",
"version": "001",
"displayName": "Embedding 001",
"description": "Obtain a distributed representation of a text.",
"inputTokenLimit": 2048,
"outputTokenLimit": 1,
"supportedGenerationMethods": [
"embedContent"
]
},
{
"name": "models/text-embedding-004",
"version": "004",
"displayName": "Text Embedding 004",
"description": "Obtain a distributed representation of a text.",
"inputTokenLimit": 2048,
"outputTokenLimit": 1,
"supportedGenerationMethods": [
"embedContent"
]
},

@Vincentdu-cn Vincentdu-cn added the enhancement New feature or request label Apr 14, 2024
@blackwhite084
Copy link

同意

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants