We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi folks, every time I try to use the embeddings module I run into this error, any ideas?
sillytavern | Instantiated the tokenizer for gpt2 sillytavern | FetchError: request to http://10.0.1.11:5100/api/embeddings/compute failed, reason: connect ETIMEDOUT 10.0.1.11:5100 sillytavern | at ClientRequest.<anonymous> (/home/node/app/node_modules/node-fetch/lib/index.js:1505:11) sillytavern | at ClientRequest.emit (node:events:513:28) sillytavern | at Socket.socketErrorListener (node:_http_client:488:9) sillytavern | at Socket.emit (node:events:513:28) sillytavern | at emitErrorNT (node:internal/streams/destroy:151:8) sillytavern | at emitErrorCloseNT (node:internal/streams/destroy:116:3) sillytavern | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { sillytavern | type: 'system', sillytavern | errno: 'ETIMEDOUT', sillytavern | code: 'ETIMEDOUT' sillytavern | } sillytavern | FetchError: request to http://10.0.1.11:5100/api/embeddings/compute failed, reason: connect ETIMEDOUT 10.0.1.11:5100 sillytavern | at ClientRequest.<anonymous> (/home/node/app/node_modules/node-fetch/lib/index.js:1505:11) sillytavern | at ClientRequest.emit (node:events:513:28) sillytavern | at Socket.socketErrorListener (node:_http_client:488:9) sillytavern | at Socket.emit (node:events:513:28) sillytavern | at emitErrorNT (node:internal/streams/destroy:151:8) sillytavern | at emitErrorCloseNT (node:internal/streams/destroy:116:3) sillytavern | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { sillytavern | type: 'system', sillytavern | errno: 'ETIMEDOUT', sillytavern | code: 'ETIMEDOUT' sillytavern | }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi folks, every time I try to use the embeddings module I run into this error, any ideas?
The text was updated successfully, but these errors were encountered: