Error 500: "Model does not exist or you do not have access to it" during Vector Store insertion #5671
Unanswered
yunusgndzz571-ctrl
asked this question in
Q&A
Replies: 1 comment
-
|
The model name "Chat-chroma-chunc-pluskim" looks like a corrupted or misconfigured model reference. Root cause: Fixes: 1. Check your embedding model config
2. Verify credentials Ensure the API key has access to embedding models. 3. Clear corrupted config
4. Check environment variables # If self-hosted, verify:
OPENAI_API_KEY=sk-...5. Model name source
Debug: Quick fix:
We troubleshoot Flowise deployments at Revolution AI — this is usually a config mismatch in the embedding model field. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am encountering a 500 error within Flowise when trying to process documents using the Document Store.
The Issue:
When the system attempts to insert data into the vector store (
documentStoreServices.insertIntoVectorStore), it fails with a 404 error regarding a specific model.Error Log:

Context:
Chat-chroma-chunc-pluskim.Has anyone experienced this issue or knows where this specific model name might be coming from? Is this a configuration mismatch?
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions