John Jensen
John Jensen
> You should close the redis connections that you open by hand @manast At what point in the lifecycle should I close connections that I am opening by hand in...
> I didn't figure out how to add a custom message. Here's an example of a custom message ([docs](https://eslint.org/docs/rules/no-restricted-imports)): ```js module.exports = { rules: { 'no-restricted-imports': [ 'error', { patterns:...
As of 8/5/23, the easiest fix is to pass in `chunk_size=16` when creating `OpenAIEmbeddings` for an Azure deployment. Some of the other solutions here are more complicated than using this...
Note this issue won’t occur for the default branch...
Is it necessary to call `window.gapi.auth.getToken()` when an OAuth token is provided?