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 we call the healthcheck endpoint, we should report on the status of API keys. Whether they've been set and whether they're responding
We need a function that, on server start, calls some simple diagnostic API on any relevant services (at the time of writing it would be pinecone and openai). We need to find some simple no-op endpoint we can call just to validate the authentication
We should log the result on startup, maybe on the index page, and at the healthcheck endpoint
The text was updated successfully, but these errors were encountered:
When we call the healthcheck endpoint, we should report on the status of API keys. Whether they've been set and whether they're responding
We need a function that, on server start, calls some simple diagnostic API on any relevant services (at the time of writing it would be pinecone and openai). We need to find some simple no-op endpoint we can call just to validate the authentication
We should log the result on startup, maybe on the index page, and at the healthcheck endpoint
The text was updated successfully, but these errors were encountered: