You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
When hitting the
/embed
endpoint with incorrect parameters a 500 internal server error is thrown not the error from within the application.Examples:
The text was updated successfully, but these errors were encountered: