-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
LLM: ollama:latest
Embedding: AnythingLLM Embedder
Error Log:
[TELEMETRY SENT] {
event: 'documents_embedded_in_workspace',
distinctId: '4aea0721-0b3f-4014-81dd-d78c248f6b7d',
properties: {
LLMSelection: 'ollama',
Embedder: 'native',
VectorDbSelection: 'lancedb'
}
}
-- Working testing.pdf --
-- Parsing content from pg 1 --
-- Parsing content from pg 2 --
-- Parsing content from pg 3 --
-- Parsing content from pg 4 --
[SUCCESS]: testing.pdf converted & ready for embedding.
Document testing.pdf uploaded processed and successfully. It is now available in documents.
[TELEMETRY SENT] {
event: 'document_uploaded',
distinctId: '4aea0721-0b3f-4014-81dd-d78c248f6b7d',
properties: {}
}
Adding new vectorized document into namespace test
Chunks created from document: 11
[INFO] The native embedding model has never been run and will be downloaded right now. Subsequent runs will be faster. (~23MB)
Failed to load the native embedding model: TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11730:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processImmediate (node:internal/timers:447:9)
at async getModelFile (file:///app/server/node_modules/@xenova/transformers/src/utils/hub.js:470:24)
at async getModelJSON (file:///app/server/node_modules/@xenova/transformers/src/utils/hub.js:574:18)
at async Promise.all (index 0)
at async loadTokenizer (file:///app/server/node_modules/@xenova/transformers/src/tokenizers.js:52:16)
at async AutoTokenizer.from_pretrained (file:///app/server/node_modules/@xenova/transformers/src/tokenizers.js:3920:48)
at async Promise.all (index 0) {
cause: ConnectTimeoutError: Connect Timeout Error
at onConnectTimeout (node:internal/deps/undici/undici:6869:28)
at node:internal/deps/undici/undici:6825:50
at Immediate._onImmediate (node:internal/deps/undici/undici:6857:13)
at process.processImmediate (node:internal/timers:476:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11730:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processImmediate (node:internal/timers:447:9)
at async getModelFile (file:///app/server/node_modules/@xenova/transformers/src/utils/hub.js:470:24)
at async getModelJSON (file:///app/server/node_modules/@xenova/transformers/src/utils/hub.js:574:18)
at async Promise.all (index 0)
at async loadTokenizer (file:///app/server/node_modules/@xenova/transformers/src/tokenizers.js:52:16)
at async AutoTokenizer.from_pretrained (file:///app/server/node_modules/@xenova/transformers/src/tokenizers.js:3920:48)
at async Promise.all (index 0) {
cause: ConnectTimeoutError: Connect Timeout Error
at onConnectTimeout (node:internal/deps/undici/undici:6869:28)
at node:internal/deps/undici/undici:6825:50
at Immediate._onImmediate (node:internal/deps/undici/undici:6857:13)
at process.processImmediate (node:internal/timers:476:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
addDocumentToNamespace fetch failed
Failed to vectorize custom-documents/testing.pdf-36edd41c-d784-454f-a885-a4b73a558ce7.json
[TELEMETRY SENT] {
event: 'documents_embedded_in_workspace',
distinctId: '4aea0721-0b3f-4014-81dd-d78c248f6b7d',
properties: {
LLMSelection: 'ollama',
Embedder: 'native',
VectorDbSelection: 'lancedb'
}
}