Embedding Store Error Codes
This page provides a list of error codes related to embedding stores.
Error code classes and descriptions​
| Class | Description |
|---|---|
DB-EMBEDDING-1xxxx | Errors for the user error category |
DB-EMBEDDING-1xxxx status codes​
The following are status codes and messages for the user error category.
DB-EMBEDDING-10001​
Message
The embedding store name "scalar.db.embedding.client.store" is not specified
DB-EMBEDDING-10002​
Message
The embedding model name "scalar.db.embedding.client.model" is not specified
DB-EMBEDDING-10003​
Message
The embedding store is not found. Store: %s
DB-EMBEDDING-10004​
Message
The embedding model is not found. Model: %s
DB-EMBEDDING-10005​
Message
The property 'scalar.db.embedding.client.contact_points' must not be empty
DB-EMBEDDING-10006​
Message
The property 'scalar.db.embedding.client.contact_points' must be prefixed with 'indirect:' or 'direct-kubernetes:'
DB-EMBEDDING-10007​
Message
The format of the property 'scalar.db.embedding.client.contact_points' for direct-kubernetes client mode is 'direct-kubernetes:<NAMESPACE_NAME>/<ENDPOINT_NAME>' or 'direct-kubernetes:<ENDPOINT_NAME>'
DB-EMBEDDING-10008​
Message
The embeddings must be provided
DB-EMBEDDING-10009​
Message
Only one embedding can be added with an embedding ID
DB-EMBEDDING-10010​
Message
Text segments cannot be provided when adding an embedding with an embedding ID
DB-EMBEDDING-10011​
Message
Both embedding IDs and a filter cannot be provided
DB-EMBEDDING-10012​
Message
Unsupported embedding store type. Type: %s
DB-EMBEDDING-10013​
Message
Unsupported embedding model type. Type: %s
DB-EMBEDDING-10014​
Message
The filter is not set
DB-EMBEDDING-10015​
Message
Unsupported metadata value type. Type: %s
DB-EMBEDDING-10016​
Message
The metadata value is not set