FreeTextSearchErrorCode
No description
enum FreeTextSearchErrorCode {
crateNotFound
trackNotAnalyzed
indexNotFound
notEligible
rateLimitExceeded
}
Values
crateNotFound
A crate with the given id doesn't exist.
trackNotAnalyzed
The track has not been analyzed yet, therefore it cannot be used for performing a similarity search.
indexNotFound
The search index could not be found. After uploading your first tracks it can take up to 24 hours until the initial search index is built.
notEligible
Your account is not eligible for doing a similarity search. Contact us via sales@cyanite.ai if you want to upgrade your account.
rateLimitExceeded
The rate limit for free text search has been exceeded.