Replies: 1 comment 1 reply
-
I am not able to reproduce. Are you using nomic-embed-text or nomic-embed-large? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a first repository, using ollama / nomic-embedded. Then I added a text document. All worked fine. I event worked with it.
Then I removed that document and wanted to add another. Since then, I either get "fetch failed" or "upload already in progress".
I also deleted the entire repository and started again, but this time I wasn't even able to add a document at all.
The log shows me the following exception:
[2025-08-01 12:04:17.283] [info] [rag] Adding document /Users/oliver/Nextcloud/MacSync/Downloads/user story structure.md [2025-08-01 12:04:17.283] [info] [rag] Processing document /Users/oliver/Nextcloud/MacSync/Downloads/user story structure.md [2025-08-01 12:04:17.286] [info] [rag] Connected to database OFL [2025-08-01 12:04:17.287] [info] [rag] Extracting text from [file] /Users/oliver/Nextcloud/MacSync/Downloads/user story structure.md [2025-08-01 12:04:17.287] [info] [rag] Splitting document into chunks [2025-08-01 12:04:17.288] [info] [rag] Embedding 12 chunks into 1 batches [2025-08-01 12:04:17.289] [info] [rag] Embedding batch 1 of 1 (12 chunks left) [2025-08-01 12:04:17.293] [error] Error adding document TypeError: fetch failed at node:internal/deps/undici/undici:13185:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async post (/Applications/Witsy.app/Contents/Resources/app.asar/node_modules/ollama/dist/browser.cjs:135:20) at async Ollama.embed (/Applications/Witsy.app/Contents/Resources/app.asar/node_modules/ollama/dist/browser.cjs:430:22) at async on.embed (/Applications/Witsy.app/Contents/Resources/app.asar/.vite/build/main.js:4003:22166) at async Pu.addDocument (/Applications/Witsy.app/Contents/Resources/app.asar/.vite/build/main.js:4004:3827) at async Pu.add (/Applications/Witsy.app/Contents/Resources/app.asar/.vite/build/main.js:4004:2487) at async i9.processQueue (/Applications/Witsy.app/Contents/Resources/app.asar/.vite/build/main.js:4004:8023)
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions