-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as duplicate of#8102
Closed as duplicate of#8102
Copy link
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Description
App Version
3.23.19
API Provider
OpenAI Compatible
Model Used
codestral-embed
π Steps to Reproduce
- Configure the OpenAI-compatible provider to use the
codestral-embedmodel. - Set the embedding dimensions to 3072 in the settings.
- Attempt to index or query for embeddings.
- The process works correctly if the dimension is set to 1536.
π₯ Outcome Summary
Expected: Embeddings should be generated with a dimension of 3072, as supported by the codestral-embed model.
Actual: The process fails. Qdrant logs show a dimension mismatch error (expected dim: 3072, got 1536), and a separate error is displayed in the UI.
π Relevant Logs or Errors
Qdrant Log:
2025-07-21T12:11:29.109031Z WARN collection::collection_manager::collection_updater: update operation declined: wrong input: vector dimension error: expected dim: 3072, got 1536
UI Error:
Error - Failed during initial scan: Indexing failed: Failed to process batch after 3 attempts: Bad Request
Metadata
Metadata
Assignees
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done