Skip to content

local embedding API error: Not Found {error: 'model "text-embedding-3-large" not found #8

@Tijnzie

Description

@Tijnzie

I am trying to use a local embeddings:
Qdrant URL : http://192.168.178.203:6333 (linux backend)
Embedding provider: Local/custom endpoint
Embedding URL: http://192.168.178.203:11434/api/embeddings

I can't set the model, it's nomic-embed-text for me, only when i select OpenAI, i can select an embedding model
When i select: Local/Custom Endpoint, i can't set it.

My console shows it's looking for : local embedding API error: Not Found {error: 'model "text-embedding-3-large" not found
I setup a collection manually in qdrant
i also have forcefed a memory with curl
in ST, i do see: memories is 1
ST doesn't create a collection itself either.

index.js:1010 [Qdrant Memory] Cannot save chunk - embedding generation failed
saveChunkToQdrant @ index.js:1010
await in saveChunkToQdrant
indexCharacterChats @ index.js:1615
await in indexCharacterChats
(anonymous) @ index.js:2576
dispatch @ jquery-3.5.1.min.js:2
(anonymous) @ jquery-3.5.1.min.js:2
index.js:663 POST http://192.168.178.203:11434/api/embeddings 404 (Not Found)
generateEmbedding @ index.js:663
saveChunkToQdrant @ index.js:1008
indexCharacterChats @ index.js:1615
await in indexCharacterChats
(anonymous) @ index.js:2576
dispatch @ jquery-3.5.1.min.js:2
(anonymous) @ jquery-3.5.1.min.js:2
index.js:671 [Qdrant Memory] local embedding API error: Not Found {error: 'model "text-embedding-3-large" not found, try pulling it first'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions