Skip to content

[bug] LM Studio embedding 載入失敗 #223

Closed
@Mowd

Description

@Mowd

详细描述这个 Bug

配置 LM Studio,在 console 顯示
Error: 未配置嵌入模型或模型配置不正确
AI 状态检查失败:Error: 嵌入模型测试失败

但是直接curl可以成功

curl http://127.0.0.1:1234/v1/embeddings \
  -H "Content-Type: application/json" \
  -d '{
    "model": "text-embedding-bge-m3",
    "input": "Some text to embed"
  }'

NoteGen 版本

0.17.0

操作系统

macOS

报错日志

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions