When hitting the /embed endpoint with incorrect parameters a 500 internal server error is thrown not the error from within the application.
Examples:
- No pinecone credentials / incorrect pinecone credentials
- Missing / incorrect EmbeddingsMetadata
- Missing / incorrect VectorDBMetadata
<!doctype html>
<html lang=en>
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
When hitting the
/embedendpoint with incorrect parameters a 500 internal server error is thrown not the error from within the application.Examples: