SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

Embeddings ETIMEDOUT #237

Open Poisonsting opened 7 months ago

Poisonsting commented 7 months ago

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  | }