[GH-ISSUE #2707] Ollama hangs when used with flowise #48132

Closed
opened 2026-04-28 06:48:28 -05:00 by GiteaMirror · 8 comments
Owner

Originally created by @wurstache on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2707

Hello,

I'm testing embeddings with ollama and flowise. All works fine with open AI and some times it works with ollama. It would take a lot of time to run with ollama so I used a 1 page PDF and went to bed.

This morning I got the embedding but ollama is still running like hell as if it replays the last API request over and over.
I don't understand the code, I'm trying but I'm blocked.

Does anyone have the same issue ?
Can anyone have a look ?

$top :
top - 11:16:36 up 14:45, 2 users, load average: 3.39, 3.37, 3.43
Tasks: 117 total, 1 running, 116 sleeping, 0 stopped, 0 zombie
%Cpu(s): 99.0 us, 0.8 sy, 0.0 ni, 0.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.2 st
MiB Mem : 5941.2 total, 123.3 free, 5293.6 used, 524.4 buff/cache
MiB Swap: 0.0 total, 0.0 free, 0.0 used. 288.9 avail Mem

PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                

33699 ollama 20 0 6998088 4.4g 2936 S 399.3 76.2 40:05.28 ollama

tail systemclt :
Feb 23 11:06:09 xxx ollama[33699]: .......................................................
Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: n_ctx = 2048
Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: freq_base = 1000.0
Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: freq_scale = 1
Feb 23 11:06:09 xxx ollama[33699]: llama_kv_cache_init: CPU KV buffer size = 72.00 MiB
Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: KV self size = 72.00 MiB, K (f16): 36.00 MiB, >
Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: CPU input buffer size = 6.52 MiB
Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: CPU compute buffer size = 57.00 MiB
Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: graph splits (measure): 1
Feb 23 11:06:09 xxx ollama[33699]: time=2024-02-23T11:06:09.737+01:00 level=INFO source=dyn_ext_server.go:161 msg="S>
Feb 23 11:06:10 xxx ollama[33699]: [GIN] 2024/02/23 - 11:06:10 | 404 | 3.35µs | 127.0.0.1 | POST "/>
Feb 23 11:06:12 xxx ollama[33699]: [GIN] 2024/02/23 - 11:06:12 | 200 | 1m23s | 127.0.0.1 | POST "/>
Feb 23 11:06:12 xxx ollama[33699]: [GIN] 2024/02/23 - 11:06:12 | 200 | 1m23s | 127.0.0.1 | POST "/>
Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.701+01:00 level=INFO source=routes.go:78 msg="changing l>
Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=WARN source=llm.go:39 msg="requested con>
Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=cpu_common.go:11 msg="CPU ha>
Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=cpu_common.go:11 msg="CPU ha>
Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=llm.go:77 msg="GPU not avail>
Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=dyn_ext_server.go:90 msg="Lo>
Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=dyn_ext_server.go:150 msg="I>
Feb 23 11:06:12 xxx ollama[33699]: llama_model_loader: loaded meta data with 24 key-value pairs and 112 tensors from>

Originally created by @wurstache on GitHub (Feb 23, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2707 Hello, I'm testing embeddings with ollama and flowise. All works fine with open AI and some times it works with ollama. It would take a lot of time to run with ollama so I used a 1 page PDF and went to bed. This morning I got the embedding but ollama is still running like hell as if it replays the last API request over and over. I don't understand the code, I'm trying but I'm blocked. Does anyone have the same issue ? Can anyone have a look ? $top : top - 11:16:36 up 14:45, 2 users, load average: 3.39, 3.37, 3.43 Tasks: 117 total, 1 running, 116 sleeping, 0 stopped, 0 zombie %Cpu(s): 99.0 us, 0.8 sy, 0.0 ni, 0.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.2 st MiB Mem : 5941.2 total, 123.3 free, 5293.6 used, 524.4 buff/cache MiB Swap: 0.0 total, 0.0 free, 0.0 used. 288.9 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 33699 ollama 20 0 6998088 4.4g 2936 S 399.3 76.2 40:05.28 ollama tail systemclt : Feb 23 11:06:09 xxx ollama[33699]: ....................................................... Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: n_ctx = 2048 Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: freq_base = 1000.0 Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: freq_scale = 1 Feb 23 11:06:09 xxx ollama[33699]: llama_kv_cache_init: CPU KV buffer size = 72.00 MiB Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: KV self size = 72.00 MiB, K (f16): 36.00 MiB, > Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: CPU input buffer size = 6.52 MiB Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: CPU compute buffer size = 57.00 MiB Feb 23 11:06:09 xxx ollama[33699]: llama_new_context_with_model: graph splits (measure): 1 Feb 23 11:06:09 xxx ollama[33699]: time=2024-02-23T11:06:09.737+01:00 level=INFO source=dyn_ext_server.go:161 msg="S> Feb 23 11:06:10 xxx ollama[33699]: [GIN] 2024/02/23 - 11:06:10 | 404 | 3.35µs | 127.0.0.1 | POST "/> Feb 23 11:06:12 xxx ollama[33699]: [GIN] 2024/02/23 - 11:06:12 | 200 | 1m23s | 127.0.0.1 | POST "/> Feb 23 11:06:12 xxx ollama[33699]: [GIN] 2024/02/23 - 11:06:12 | 200 | 1m23s | 127.0.0.1 | POST "/> Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.701+01:00 level=INFO source=routes.go:78 msg="changing l> Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=WARN source=llm.go:39 msg="requested con> Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=cpu_common.go:11 msg="CPU ha> Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=cpu_common.go:11 msg="CPU ha> Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=llm.go:77 msg="GPU not avail> Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=dyn_ext_server.go:90 msg="Lo> Feb 23 11:06:12 xxx ollama[33699]: time=2024-02-23T11:06:12.877+01:00 level=INFO source=dyn_ext_server.go:150 msg="I> Feb 23 11:06:12 xxx ollama[33699]: llama_model_loader: loaded meta data with 24 key-value pairs and 112 tensors from>
Author
Owner

@jmorganca commented on GitHub (Feb 23, 2024):

Hi there, sorry you hit this. Would it be possible to get the full logs and check for an error? It should be accessible by running

journalctl --no-pager -u ollama > logs.txt
<!-- gh-comment-id:1962139487 --> @jmorganca commented on GitHub (Feb 23, 2024): Hi there, sorry you hit this. Would it be possible to get the full logs and check for an error? It should be accessible by running ``` journalctl --no-pager -u ollama > logs.txt ```
Author
Owner

@wurstache commented on GitHub (Feb 26, 2024):

Hello,

Below the journal of my tests, it seems the issue is on flowise / pgvector ...

I run the same thing, still no embeddings are insered in DDB and I get an error from flowise (chunk size 750):

2024-02-26 17:20:57 [ERROR]: Error: Request to Ollama server failed: 500 Internal Server Error
Error: Error: Request to Ollama server failed: 500 Internal Server Error

journalctl --no-pager -u ollama > logs.txt

-- Logs begin at Mon 2024-02-26 09:47:01 CET, end at Mon 2024-02-26 17:21:08 CET. --
Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 4.330096ms | 127.0.0.1 | HEAD "/"
Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 35.168157ms | 127.0.0.1 | GET "/api/tags"
Feb 26 17:19:33 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:33 | 500 | 10.156819ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:34 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:34 | 500 | 1.500311ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:37 | 500 | 1.12868ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:45 | 500 | 1.553992ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:53 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:53 | 500 | 1.558703ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:16 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:16 | 500 | 1.873822ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.44629ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.158472ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:58 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:58 | 500 | 825.303µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:21:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:02 | 500 | 1.089901ms | 127.0.0.1 | POST "/api/embeddings"

I don't see ollama till running using #top


2nd run at 17:, chunk size 150 :

-- Logs begin at Mon 2024-02-26 09:47:01 CET, end at Mon 2024-02-26 17:35:39 CET. --
Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 4.330096ms | 127.0.0.1 | HEAD "/"
Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 35.168157ms | 127.0.0.1 | GET "/api/tags"
Feb 26 17:19:33 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:33 | 500 | 10.156819ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:34 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:34 | 500 | 1.500311ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:37 | 500 | 1.12868ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:45 | 500 | 1.553992ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:19:53 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:53 | 500 | 1.558703ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:16 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:16 | 500 | 1.873822ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.44629ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.158472ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:20:58 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:58 | 500 | 825.303µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:21:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:02 | 500 | 1.089901ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:21:08 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:08 | 500 | 2.90367ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:21:24 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:24 | 500 | 1.821311ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:21:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:50 | 500 | 2.102768ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:22:43 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:43 | 500 | 2.547562ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:22:43 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:43 | 500 | 579.476µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:22:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:45 | 500 | 1.123031ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:22:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:48 | 500 | 685.118µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:22:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:52 | 500 | 575.466µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:23:07 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:23:07 | 500 | 819.513µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:23:24 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:23:24 | 500 | 1.687347ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:24:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:11 | 500 | 1.439231ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:24:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:11 | 500 | 392.772µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:24:12 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:12 | 500 | 1.391259ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:24:14 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:14 | 500 | 575.576µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:24:20 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:20 | 500 | 1.03813ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:24:28 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:28 | 500 | 1.243995ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:24:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:46 | 500 | 1.42611ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:25:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:46 | 500 | 1.696627ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:25:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:46 | 500 | 609.628µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:25:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:48 | 500 | 546.426µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:25:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:52 | 500 | 652.768µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:25:58 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:58 | 500 | 1.130412ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:26:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:26:11 | 500 | 14.506491ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:26:38 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:26:38 | 500 | 1.467321ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:27:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:37 | 500 | 2.13731ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:27:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:37 | 500 | 689.899µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:27:39 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:39 | 500 | 1.270177ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:27:43 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:43 | 500 | 699.23µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:27:51 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:51 | 500 | 754.041µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:28:01 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:01 | 500 | 827.133µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:28:23 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:23 | 500 | 801.993µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:28:56 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:56 | 500 | 927.277µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:28:56 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:56 | 500 | 680.269µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:28:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:57 | 500 | 562.157µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:00 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:00 | 500 | 558.336µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:06 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:06 | 500 | 526.285µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:14 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:14 | 500 | 571.366µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:42 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:42 | 500 | 1.320218ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:44 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:44 | 500 | 678.319µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:44 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:44 | 500 | 841.514µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:46 | 500 | 582.838µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:29:51 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:51 | 500 | 946.128µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:04 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:04 | 500 | 471.533µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:20 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:20 | 500 | 699.159µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:20 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:20 | 500 | 540.895µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:22 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:22 | 500 | 435.052µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:25 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:25 | 500 | 3.270064ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:28 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:28 | 500 | 498.964µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:30 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:30 | 500 | 471.333µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:30:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:45 | 500 | 531.935µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:02 | 500 | 2.014118ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:02 | 500 | 568.446µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:03 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:03 | 500 | 565.775µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:05 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:05 | 500 | 720.8µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:08 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:08 | 500 | 3.669905ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:09 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:09 | 500 | 662.599µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:22 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:22 | 500 | 587.797µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:48 | 500 | 1.469283ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:50 | 500 | 906.646µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:50 | 500 | 635.598µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:52 | 500 | 764.891µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:31:56 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:56 | 500 | 3.305225ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:03 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:03 | 500 | 936.766µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:17 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:17 | 500 | 601.587µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:39 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:39 | 500 | 483.834µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:39 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:39 | 500 | 426.132µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:41 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:41 | 500 | 593.718µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:42 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:42 | 500 | 351.68µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:45 | 500 | 370.13µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:32:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:52 | 500 | 458.243µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:02 | 500 | 758.201µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:19 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:19 | 500 | 1.396271ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:19 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:19 | 500 | 546.796µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:21 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:21 | 500 | 910.626µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:23 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:23 | 500 | 1.079711ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:31 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:31 | 500 | 654.949µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:31 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:31 | 500 | 483.504µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:33:40 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:40 | 500 | 647.238µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:03 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:03 | 500 | 551.056µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:04 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:04 | 500 | 702.57µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:04 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:04 | 500 | 535.095µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:06 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:06 | 500 | 5.299484ms | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:09 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:09 | 500 | 487.333µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:15 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:15 | 500 | 444.863µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:28 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:28 | 500 | 497.374µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:49 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:49 | 500 | 573.156µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:49 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:49 | 500 | 298.189µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:50 | 500 | 489.815µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:52 | 500 | 644.109µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:34:54 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:54 | 500 | 462.503µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:35:00 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:35:00 | 500 | 363.861µs | 127.0.0.1 | POST "/api/embeddings"
Feb 26 17:35:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:35:11 | 500 | 6.175889ms | 127.0.0.1 | POST "/api/embeddings"

The more I run journalctl --no-pager -u ollama > logs_2.txt
It seems it is flowise that retry, when I thop it there is no more lines.

The issue seems to be on flowise side, this is working :
curl http://localhost:11434/api/embeddings -d '{ "model": "nomic-embed-text:latest", "prompt": "144-9 ne sont pas applicables lorsque le locataire-gérant qui a pris en location par un contrat de crédit-bail un fonds de commerce ou un établissement artisanal lève l'option d'achat. Code de commerce - Dernière modification le 02 février 2024 - Document généré le 08 février 2024" }'
{"embedding":[0.5879230499267578,-0.4614289700984955,-2.5650248527526855,-1.553174614906311,0.46838247776031494,-0.8282526731491089,0.17281049489974976,0.19310308992862701,-0.48714545369148254,-0.6507179141044617,-0.6411677002906799,0.027051951736211777,1.5435084104537964,-1.315412998199463,0.5458495020866394,0.2484922558069229,0.15063320100307465,0.41101428866386414,-0.4029964804649353,0.6231284141540527,-0.3781229257583618,-0.6557794809341431,-0.9146603941917419,-0.1570180505514145,0.9038989543914795,-0.751021683216095,0.9472826719284058,0.8980532884597778,-0.620988130569458,-0.620420515537262,-1.4748501777648926,-0.4388757348060608,0.3426695764064789,-1.179388165473938,0.48191893100738525,-0.8571786880493164,0.5588282346725464,0.5670812129974365,-1.010512113571167,-0.1307649165391922,0.47565850615501404,0.3193055987358093,-0.31731343269348145,-0.15109115839004517,1.2699939012527466,0.3591509461402893,0.5067027807235718,0.06541904807090759,2.149880886077881,-0.05022357404232025,-0.42971083521842957,-0.22094783186912537,-0.06410536170005798,0.32535845041275024,0.1474873274564743,0.9267763495445251,-0.7393923401832581,0.8836348056793213,0.0932621881365776,-0.4650017023086548,0.7128828167915344,0.8810251355171204,0.6653714179992676,0.626773476600647,1.085187554359436,-0.10698090493679047,-0.4881669580936432,0.6741030216217041,0.06921552121639252,-0.8953726291656494,0.6732814311981201,0.19860322773456573,0.5362323522567749,0.27960073947906494,-1.016805648803711,-0.4417467415332794,-0.5526797771453857,-0.4294854998588562,-0.2497924119234085,0.06777431070804596,0.12099910527467728,-0.08599607646465302,1.6461036205291748,-0.11303169280290604,-0.05686027184128761,0.08355595916509628,0.21272285282611847,-0.30922847986221313,0.08120302110910416,0.669865608215332,-0.027656374499201775,0.2185150682926178,0.31202104687690735,0.9363645315170288,-1.4452515840530396,-0.24916009604930878,0.2027982771396637,0.4112018644809723,-0.14905160665512085,-0.29842326045036316,-0.4904385209083557,-0.9105168581008911,0.3235545754432678,0.5559990406036377,-0.45055341720581055,0.21735218167304993,0.059721775352954865,-0.39347752928733826,0.050308529287576675,-0.6944177746772766,0.1318860501050949,0.3905506134033203,-0.03504527360200882,-0.29942962527275085,0.24423426389694214,0.06032710149884224,1.6531788110733032,-0.7711520791053772,0.30134299397468567,0.5437901020050049,0.04019211605191231,0.1005009189248085,0.04597243666648865,0.6865343451499939,-0.051479522138834,-0.7031663060188293,-1.2243410348892212,-0.17781931161880493,1.1274012327194214,-1.1105704307556152,-0.04996240884065628,0.6024253964424133,0.24071821570396423,-0.7475718855857849,-0.6109890341758728,0.1011151671409607,-0.1507534384727478,-0.5405871868133545,-0.04023530334234238,0.9422991871833801,0.30948248505592346,-0.09311861544847488,0.9027828574180603,-0.5026087760925293,-0.33289527893066406,-0.891136646270752,0.5425561666488647,-0.6346796751022339,0.21611438691616058,-0.23529237508773804,0.46645987033843994,-0.10303661227226257,-0.39381474256515503,0.5285255312919617,0.4241728186607361,-0.524414598941803,0.049042314291000366,0.5186384916305542,1.2318665981292725,0.9920060038566589,0.5518910884857178,0.8031067252159119,-0.42693063616752625,0.25527262687683105,-0.21494720876216888,-0.4126141667366028,-0.1769055426120758,1.68439519405365,-0.21819227933883667,0.21102313697338104,-0.8024341464042664,-0.6040406227111816,-0.7825937867164612,-0.8982680439949036,0.7353620529174805,-0.25033652782440186,0.11226329952478409,0.6473714113235474,0.4028559625148773,-1.0600351095199585,-0.09753947705030441,-0.25276535749435425,0.2260293960571289,0.8275443315505981,-0.13398368656635284,0.01018705777823925,0.9360055923461914,-0.39272013306617737,-0.5184060335159302,-1.1269032955169678,-0.5817555785179138,0.6320147514343262,-0.6158735752105713,0.11710479110479355,-1.4240100383758545,-0.2531552016735077,-0.4062488377094269,0.07817009091377258,0.4388923943042755,0.43182867765426636,-0.8350027799606323,0.6812258362770081,0.11299809068441391,-0.14636868238449097,-0.07057168334722519,0.5424314141273499,-0.24526968598365784,0.6715149283409119,0.4862833321094513,0.7731935977935791,0.8316822052001953,-0.5270752906799316,-0.7560031414031982,0.14843808114528656,0.4858596622943878,0.18044109642505646,0.49594953656196594,-0.18981434404850006,-0.0015206380048766732,-0.25352704524993896,0.5333041548728943,0.23326660692691803,0.7635682821273804,-0.2780277132987976,1.059533715248108,0.8848631381988525,-0.23913557827472687,0.34348389506340027,0.11509457975625992,1.14359450340271,0.6597920060157776,-0.8639805912971497,-0.3310091197490692,-0.05281020328402519,-0.056608278304338455,0.6159089803695679,-0.6591479182243347,0.3725685179233551,-0.35594114661216736,0.22972716391086578,0.1743686944246292,0.5786044001579285,0.2585105299949646,0.17716661095619202,-0.42569535970687866,0.6381205916404724,0.27049216628074646,-0.06934535503387451,0.23299719393253326,1.011564016342163,0.5243074893951416,0.12114734947681427,0.6846563816070557,0.19940868020057678,0.32479122281074524,0.5328943729400635,-0.4770001471042633,0.30501580238342285,0.458300918340683,0.736168384552002,-0.4542663097381592,-0.31436288356781006,1.3085403442382812,-1.157568097114563,-0.2144967019557953,-0.022257350385189056,-1.2736440896987915,-0.05175585672259331,0.12541638314723969,-0.5479447841644287,0.15907126665115356,1.2689276933670044,-0.33130744099617004,0.8485058546066284,0.5979182720184326,-0.7919005155563354,0.721328616142273,0.03209291025996208,-0.894668459892273,0.5262144207954407,0.044691625982522964,-0.7512563467025757,-0.08139229565858841,-0.26481181383132935,0.3417198657989502,0.9797732830047607,-0.45994070172309875,0.2860119342803955,-0.20204591751098633,0.4905186593532562,1.3735519647598267,0.26007208228111267,-1.2191718816757202,0.09502298384904861,0.2652939260005951,0.45796918869018555,0.38498860597610474,0.3255915641784668,0.5906028747558594,-1.0517325401306152,0.8329008221626282,0.28206202387809753,1.1157218217849731,1.1656761169433594,0.8531410098075867,0.16023848950862885,0.2661706209182739,0.8186941742897034,0.5348010063171387,0.09957630932331085,-0.9961751103401184,0.1423807442188263,-0.5999496579170227,0.23217162489891052,-0.5795001983642578,0.06711892038583755,0.46326518058776855,-0.08815999329090118,-0.05815949663519859,-0.6270841956138611,0.8876924514770508,0.2479993999004364,-0.5876357555389404,-1.5543761253356934,0.7874850034713745,0.8263699412345886,-0.0987081378698349,0.7657560706138611,-0.24477605521678925,-1.2242032289505005,-0.5183115601539612,0.04621340334415436,1.004541039466858,-1.4393388032913208,-0.6872410178184509,0.8272337913513184,-0.06303297728300095,-0.36582690477371216,0.07869496196508408,0.7371191382408142,2.2962567806243896,-0.06328654289245605,0.4054734408855438,-0.8986337184906006,0.2420121729373932,-0.20943930745124817,-0.3268815279006958,-0.2243015021085739,0.4838618338108063,0.7164756655693054,-0.796106219291687,-0.9215084910392761,0.11185358464717865,0.3227585256099701,0.36042532324790955,-0.23840279877185822,0.40907859802246094,0.5896551012992859,0.4880826771259308,0.11307791620492935,0.6529527902603149,-0.18355728685855865,0.027144942432641983,-0.427805095911026,0.4959781765937805,0.3261958658695221,1.177128791809082,-0.6400737166404724,0.27526116371154785,0.2574802041053772,0.20850391685962677,0.5623753070831299,0.6236318349838257,0.6472141146659851,1.2967379093170166,-0.19769901037216187,-1.5029670000076294,-0.16993170976638794,-0.5425391793251038,0.46416419744491577,-0.2467149794101715,-0.28107985854148865,0.8164492845535278,-0.518746018409729,-0.35698801279067993,-0.8455509543418884,0.11691996455192566,-0.18793490529060364,-0.679129958152771,-0.26270154118537903,-0.23372788727283478,-0.8901479244232178,-0.14494098722934723,0.18669170141220093,-0.5242101550102234,-0.5079449415206909,0.3069148659706116,0.5274631381034851,-0.16663861274719238,0.17788292467594147,-0.7802147269248962,-0.6433538794517517,0.30863216519355774,-0.36375483870506287,-0.36465877294540405,0.16701509058475494,-0.4764656722545624,-0.8199139833450317,0.9452889561653137,-0.00666959909722209,0.040284156799316406,0.6000190377235413,-0.63625568151474,-0.8804939985275269,0.3437291383743286,-0.3343811631202698,0.9490221738815308,-0.17817047238349915,0.11962360143661499,-0.012613940052688122,1.0612109899520874,0.3657594621181488,0.6535769701004028,0.2321847677230835,0.9701380729675293,0.12796221673488617,0.6945893168449402,0.2337571382522583,0.21507151424884796,-0.13377037644386292,-0.9407665133476257,0.6073285937309265,1.068159818649292,-0.34864529967308044,-0.6696531772613525,-0.18084987998008728,-0.1896912306547165,-0.6717878580093384,0.32505643367767334,0.43774133920669556,0.29689857363700867,-0.490562379360199,-0.15940086543560028,-0.728169322013855,0.09282895922660828,0.6548134684562683,0.27271568775177,-0.8533996939659119,0.46771761775016785,0.14985854923725128,0.8408121466636658,-0.14396288990974426,0.4616584777832031,0.589831531047821,1.160042643547058,-0.09665992110967636,-0.18767549097537994,0.10225008428096771,-0.3169642984867096,0.3360528349876404,-0.307926207780838,0.3704459071159363,-0.9065306186676025,-0.39111945033073425,-0.12390445172786713,0.09255894273519516,0.37152647972106934,-0.6798927783966064,-0.25453612208366394,0.9660773873329163,-0.10190773755311966,0.7586427330970764,0.15681137144565582,-0.36371538043022156,0.020482538267970085,0.3599109947681427,0.3378484845161438,0.3314918279647827,0.5575999617576599,0.03695042058825493,-1.1511428356170654,-0.9064353704452515,-0.8768227696418762,-1.1504031419754028,0.34349286556243896,0.30102068185806274,0.4652414917945862,-1.1226929426193237,0.5303158164024353,-0.9026607871055603,0.5133945345878601,0.3091062605381012,-0.5193840265274048,0.012455274350941181,0.7518824338912964,-0.29156923294067383,-0.6029825806617737,-0.10299257189035416,1.0040913820266724,-0.04789550602436066,0.2096976488828659,0.7004339694976807,-0.13617318868637085,0.7491774559020996,0.17185375094413757,-0.8233650326728821,0.5577027797698975,-0.47571077942848206,-1.1065890789031982,-0.22373351454734802,-0.19240587949752808,0.5513930916786194,0.48846501111984253,-0.4296707808971405,0.3007441461086273,-0.8043498396873474,-0.5019879341125488,-0.18144311010837555,0.1820191740989685,-0.2845883369445801,0.07001030445098877,-0.07294917106628418,-0.9675453305244446,-0.50685054063797,-1.1181353330612183,-0.14383481442928314,0.4307507276535034,-1.2600423097610474,0.20503519475460052,0.38126546144485474,0.3095036745071411,0.12326575070619583,0.25680166482925415,-0.9278073906898499,-0.3765414357185364,-0.058434948325157166,-1.887418270111084,-0.41232767701148987,0.542262077331543,0.14846183359622955,-0.6232964992523193,-0.9436224699020386,-1.0457391738891602,0.11852080374956131,-0.46139565110206604,-1.6403555870056152,0.07076490670442581,-1.0129578113555908,-0.3975510597229004,-0.4548969566822052,0.37837734818458557,-0.2213670164346695,0.45618778467178345,-0.6935335397720337,0.36978721618652344,-0.4075636565685272,-0.503461480140686,0.06429608166217804,-0.30246493220329285,0.5310140252113342,0.2807975113391876,0.40527546405792236,0.31464651226997375,0.3500943183898926,0.4404071271419525,-0.38805192708969116,0.3240903317928314,-0.08506166189908981,0.8767339587211609,0.7454716563224792,-0.4000422954559326,-1.6847491264343262,-0.9774961471557617,-0.22406668961048126,0.2628345489501953,-0.2714310884475708,-0.6717839241027832,-0.06378857791423798,-0.03749764338135719,-1.0179328918457031,-0.5531290173530579,-0.3061423599720001,0.6287685632705688,-0.2684328556060791,-0.9055643677711487,1.1497511863708496,-0.13582080602645874,-0.9247487783432007,-0.3341391086578369,-0.15981221199035645,0.40386542677879333,0.6321028470993042,0.2993645668029785,-0.63834547996521,0.14062106609344482,-0.24496987462043762,-0.21022920310497284,-0.365054190158844,-0.5856821537017822,-1.2010045051574707,0.07868409156799316,0.793073296546936,0.7925385236740112,-0.5847464799880981,-0.4009019136428833,0.8695284724235535,0.005403451155871153,0.676328718662262,0.1065061166882515,-0.13079924881458282,1.203163743019104,0.09863827377557755,-0.42701852321624756,0.4288853704929352,0.6924564838409424,0.5028597116470337,0.3690177798271179,-0.35866406559944153,-0.03515603393316269,-0.5913554430007935,0.4811463952064514,-0.2836799919605255,-0.7202337980270386,-0.5268370509147644,-0.20860706269741058,0.1184537261724472,-1.3377455472946167,0.21910163760185242,0.7280264496803284,-0.2238146811723709,-0.13939990103244781,-0.10411061346530914,-1.4003087282180786,-0.9278319478034973,-1.5491890907287598,0.3775022327899933,-0.3565685749053955,0.7189761400222778,0.13441506028175354,1.0244133472442627,0.231312558054924,-0.48402684926986694,0.058930233120918274,0.5929901599884033,1.0967823266983032,-1.0856961011886597,0.7165735363960266,0.22838468849658966,-0.12857504189014435,0.2806514501571655,1.1687843799591064,1.1850560903549194,0.6982377767562866,0.378750205039978,0.3835785686969757,0.0002201886527473107,-0.03200363367795944,-0.24092449247837067,-1.0234264135360718,-0.77900230884552,-0.461668461561203,0.15010809898376465,-0.5649777054786682,0.17813044786453247,0.01559673435986042,0.12964728474617004,0.3418077528476715,0.424034982919693,-1.0707237720489502,-0.9848840236663818,0.38187456130981445,0.24792037904262543,0.1686137169599533,-0.23532050848007202,-0.3104169964790344,0.9579948782920837,0.34567147493362427,0.49747416377067566,-0.5235443711280823,0.16186515986919403,-0.21781513094902039,0.7427554130554199,-0.0035736141726374626,-1.0775123834609985,0.34692370891571045,-0.7741353511810303,0.8082257509231567,0.3511011302471161,1.0246862173080444,-0.5262578725814819,0.1818346381187439,-0.800616443157196,0.35097014904022217,-0.6253940463066101,0.5153369307518005,0.11370325088500977,0.30596861243247986,-0.8897976279258728,-1.0354888439178467,0.7174272537231445,0.04692941531538963,0.3548128306865692,0.1894514560699463,-0.14200325310230255,0.4818851053714752,-0.10528933256864548,-0.24221119284629822,-0.1777392327785492,-0.7930077314376831,-0.549810528755188,0.6377922296524048,0.49774885177612305,0.32820773124694824,0.5881062746047974,-0.43745845556259155,0.7344570755958557,0.5894871354103088,-0.7315142154693604,-0.16760395467281342,0.6905401349067688,0.34537696838378906,-0.08799251168966293,-1.1234949827194214,-1.0872529745101929,-0.7254822254180908,-0.39657241106033325,0.06428402662277222,-0.8275733590126038,0.45779949426651,-0.45692020654678345,-0.009849892929196358,0.025775013491511345,-1.3741309642791748,0.780658483505249,-0.0010395979043096304,0.4716354310512543,-0.9038219451904297,-0.6412084102630615,-0.08371476829051971,0.13333849608898163,-0.6407477855682373,0.14455409348011017,0.37340912222862244,0.41332945227622986,-0.36234065890312195,-0.18446296453475952,0.14749938249588013,0.18497148156166077,0.8782810568809509,0.05967101827263832,0.91541588306427,-0.9860656261444092,-0.44518575072288513,-0.5514029860496521,-0.5441444516181946,-0.5357893705368042,-0.11838725209236145,0.20944885909557343,1.7730095386505127,0.2770710587501526,0.6558204293251038,-0.0486062653362751,1.05164635181427,-0.07050880044698715,-0.8858150839805603,-0.3630664050579071,-0.9288794994354248,-0.2733443081378937]}


De : Jeffrey Morgan @.>
Envoyé : samedi 24 février 2024 00:40
À : ollama/ollama @.
>
Cc : Adrien F. @.>; Author @.>
Objet : Re: [ollama/ollama] ollama won't stop working (Issue #2707)

Hi there, sorry you hit this. Would it be possible to get the full logs and check for an error? It should be accessible by running

journalctl --no-pager -u ollama > logs.txt

Reply to this email directly, view it on GitHubhttps://github.com/ollama/ollama/issues/2707#issuecomment-1962139487, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAXE37CLTERQFKNN7EWTTVLYVESGJAVCNFSM6AAAAABDWO52EOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSGEZTSNBYG4.
You are receiving this because you authored the thread.

<!-- gh-comment-id:1964682023 --> @wurstache commented on GitHub (Feb 26, 2024): Hello, Below the journal of my tests, it seems the issue is on flowise / pgvector ... I run the same thing, still no embeddings are insered in DDB and I get an error from flowise (chunk size 750): 2024-02-26 17:20:57 [ERROR]: Error: Request to Ollama server failed: 500 Internal Server Error Error: Error: Request to Ollama server failed: 500 Internal Server Error journalctl --no-pager -u ollama > logs.txt -- Logs begin at Mon 2024-02-26 09:47:01 CET, end at Mon 2024-02-26 17:21:08 CET. -- Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 4.330096ms | 127.0.0.1 | HEAD "/" Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 35.168157ms | 127.0.0.1 | GET "/api/tags" Feb 26 17:19:33 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:33 | 500 | 10.156819ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:34 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:34 | 500 | 1.500311ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:37 | 500 | 1.12868ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:45 | 500 | 1.553992ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:53 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:53 | 500 | 1.558703ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:16 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:16 | 500 | 1.873822ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.44629ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.158472ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:58 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:58 | 500 | 825.303µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:21:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:02 | 500 | 1.089901ms | 127.0.0.1 | POST "/api/embeddings" I don't see ollama till running using #top -------------------------------------------------------------------------------- 2nd run at 17:, chunk size 150 : -- Logs begin at Mon 2024-02-26 09:47:01 CET, end at Mon 2024-02-26 17:35:39 CET. -- Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 4.330096ms | 127.0.0.1 | HEAD "/" Feb 26 17:17:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:17:48 | 200 | 35.168157ms | 127.0.0.1 | GET "/api/tags" Feb 26 17:19:33 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:33 | 500 | 10.156819ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:34 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:34 | 500 | 1.500311ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:37 | 500 | 1.12868ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:45 | 500 | 1.553992ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:19:53 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:19:53 | 500 | 1.558703ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:16 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:16 | 500 | 1.873822ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.44629ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:57 | 500 | 1.158472ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:20:58 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:20:58 | 500 | 825.303µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:21:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:02 | 500 | 1.089901ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:21:08 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:08 | 500 | 2.90367ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:21:24 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:24 | 500 | 1.821311ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:21:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:21:50 | 500 | 2.102768ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:22:43 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:43 | 500 | 2.547562ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:22:43 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:43 | 500 | 579.476µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:22:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:45 | 500 | 1.123031ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:22:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:48 | 500 | 685.118µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:22:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:22:52 | 500 | 575.466µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:23:07 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:23:07 | 500 | 819.513µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:23:24 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:23:24 | 500 | 1.687347ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:24:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:11 | 500 | 1.439231ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:24:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:11 | 500 | 392.772µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:24:12 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:12 | 500 | 1.391259ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:24:14 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:14 | 500 | 575.576µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:24:20 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:20 | 500 | 1.03813ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:24:28 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:28 | 500 | 1.243995ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:24:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:24:46 | 500 | 1.42611ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:25:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:46 | 500 | 1.696627ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:25:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:46 | 500 | 609.628µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:25:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:48 | 500 | 546.426µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:25:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:52 | 500 | 652.768µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:25:58 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:25:58 | 500 | 1.130412ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:26:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:26:11 | 500 | 14.506491ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:26:38 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:26:38 | 500 | 1.467321ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:27:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:37 | 500 | 2.13731ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:27:37 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:37 | 500 | 689.899µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:27:39 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:39 | 500 | 1.270177ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:27:43 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:43 | 500 | 699.23µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:27:51 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:27:51 | 500 | 754.041µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:28:01 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:01 | 500 | 827.133µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:28:23 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:23 | 500 | 801.993µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:28:56 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:56 | 500 | 927.277µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:28:56 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:56 | 500 | 680.269µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:28:57 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:28:57 | 500 | 562.157µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:00 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:00 | 500 | 558.336µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:06 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:06 | 500 | 526.285µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:14 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:14 | 500 | 571.366µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:42 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:42 | 500 | 1.320218ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:44 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:44 | 500 | 678.319µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:44 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:44 | 500 | 841.514µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:46 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:46 | 500 | 582.838µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:29:51 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:29:51 | 500 | 946.128µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:04 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:04 | 500 | 471.533µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:20 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:20 | 500 | 699.159µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:20 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:20 | 500 | 540.895µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:22 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:22 | 500 | 435.052µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:25 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:25 | 500 | 3.270064ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:28 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:28 | 500 | 498.964µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:30 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:30 | 500 | 471.333µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:30:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:30:45 | 500 | 531.935µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:02 | 500 | 2.014118ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:02 | 500 | 568.446µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:03 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:03 | 500 | 565.775µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:05 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:05 | 500 | 720.8µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:08 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:08 | 500 | 3.669905ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:09 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:09 | 500 | 662.599µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:22 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:22 | 500 | 587.797µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:48 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:48 | 500 | 1.469283ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:50 | 500 | 906.646µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:50 | 500 | 635.598µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:52 | 500 | 764.891µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:31:56 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:31:56 | 500 | 3.305225ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:03 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:03 | 500 | 936.766µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:17 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:17 | 500 | 601.587µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:39 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:39 | 500 | 483.834µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:39 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:39 | 500 | 426.132µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:41 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:41 | 500 | 593.718µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:42 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:42 | 500 | 351.68µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:45 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:45 | 500 | 370.13µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:32:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:32:52 | 500 | 458.243µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:02 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:02 | 500 | 758.201µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:19 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:19 | 500 | 1.396271ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:19 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:19 | 500 | 546.796µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:21 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:21 | 500 | 910.626µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:23 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:23 | 500 | 1.079711ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:31 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:31 | 500 | 654.949µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:31 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:31 | 500 | 483.504µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:33:40 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:33:40 | 500 | 647.238µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:03 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:03 | 500 | 551.056µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:04 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:04 | 500 | 702.57µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:04 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:04 | 500 | 535.095µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:06 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:06 | 500 | 5.299484ms | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:09 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:09 | 500 | 487.333µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:15 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:15 | 500 | 444.863µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:28 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:28 | 500 | 497.374µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:49 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:49 | 500 | 573.156µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:49 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:49 | 500 | 298.189µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:50 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:50 | 500 | 489.815µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:52 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:52 | 500 | 644.109µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:34:54 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:34:54 | 500 | 462.503µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:35:00 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:35:00 | 500 | 363.861µs | 127.0.0.1 | POST "/api/embeddings" Feb 26 17:35:11 xxxxxxxx ollama[42039]: [GIN] 2024/02/26 - 17:35:11 | 500 | 6.175889ms | 127.0.0.1 | POST "/api/embeddings" The more I run journalctl --no-pager -u ollama > logs_2.txt It seems it is flowise that retry, when I thop it there is no more lines. The issue seems to be on flowise side, this is working : curl http://localhost:11434/api/embeddings -d '{ "model": "nomic-embed-text:latest", "prompt": "144-9 ne sont pas applicables lorsque le locataire-gérant qui a pris en location par un contrat de crédit-bail un fonds de commerce ou un établissement artisanal lève l'option d'achat. Code de commerce - Dernière modification le 02 février 2024 - Document généré le 08 février 2024" }' {"embedding":[0.5879230499267578,-0.4614289700984955,-2.5650248527526855,-1.553174614906311,0.46838247776031494,-0.8282526731491089,0.17281049489974976,0.19310308992862701,-0.48714545369148254,-0.6507179141044617,-0.6411677002906799,0.027051951736211777,1.5435084104537964,-1.315412998199463,0.5458495020866394,0.2484922558069229,0.15063320100307465,0.41101428866386414,-0.4029964804649353,0.6231284141540527,-0.3781229257583618,-0.6557794809341431,-0.9146603941917419,-0.1570180505514145,0.9038989543914795,-0.751021683216095,0.9472826719284058,0.8980532884597778,-0.620988130569458,-0.620420515537262,-1.4748501777648926,-0.4388757348060608,0.3426695764064789,-1.179388165473938,0.48191893100738525,-0.8571786880493164,0.5588282346725464,0.5670812129974365,-1.010512113571167,-0.1307649165391922,0.47565850615501404,0.3193055987358093,-0.31731343269348145,-0.15109115839004517,1.2699939012527466,0.3591509461402893,0.5067027807235718,0.06541904807090759,2.149880886077881,-0.05022357404232025,-0.42971083521842957,-0.22094783186912537,-0.06410536170005798,0.32535845041275024,0.1474873274564743,0.9267763495445251,-0.7393923401832581,0.8836348056793213,0.0932621881365776,-0.4650017023086548,0.7128828167915344,0.8810251355171204,0.6653714179992676,0.626773476600647,1.085187554359436,-0.10698090493679047,-0.4881669580936432,0.6741030216217041,0.06921552121639252,-0.8953726291656494,0.6732814311981201,0.19860322773456573,0.5362323522567749,0.27960073947906494,-1.016805648803711,-0.4417467415332794,-0.5526797771453857,-0.4294854998588562,-0.2497924119234085,0.06777431070804596,0.12099910527467728,-0.08599607646465302,1.6461036205291748,-0.11303169280290604,-0.05686027184128761,0.08355595916509628,0.21272285282611847,-0.30922847986221313,0.08120302110910416,0.669865608215332,-0.027656374499201775,0.2185150682926178,0.31202104687690735,0.9363645315170288,-1.4452515840530396,-0.24916009604930878,0.2027982771396637,0.4112018644809723,-0.14905160665512085,-0.29842326045036316,-0.4904385209083557,-0.9105168581008911,0.3235545754432678,0.5559990406036377,-0.45055341720581055,0.21735218167304993,0.059721775352954865,-0.39347752928733826,0.050308529287576675,-0.6944177746772766,0.1318860501050949,0.3905506134033203,-0.03504527360200882,-0.29942962527275085,0.24423426389694214,0.06032710149884224,1.6531788110733032,-0.7711520791053772,0.30134299397468567,0.5437901020050049,0.04019211605191231,0.1005009189248085,0.04597243666648865,0.6865343451499939,-0.051479522138834,-0.7031663060188293,-1.2243410348892212,-0.17781931161880493,1.1274012327194214,-1.1105704307556152,-0.04996240884065628,0.6024253964424133,0.24071821570396423,-0.7475718855857849,-0.6109890341758728,0.1011151671409607,-0.1507534384727478,-0.5405871868133545,-0.04023530334234238,0.9422991871833801,0.30948248505592346,-0.09311861544847488,0.9027828574180603,-0.5026087760925293,-0.33289527893066406,-0.891136646270752,0.5425561666488647,-0.6346796751022339,0.21611438691616058,-0.23529237508773804,0.46645987033843994,-0.10303661227226257,-0.39381474256515503,0.5285255312919617,0.4241728186607361,-0.524414598941803,0.049042314291000366,0.5186384916305542,1.2318665981292725,0.9920060038566589,0.5518910884857178,0.8031067252159119,-0.42693063616752625,0.25527262687683105,-0.21494720876216888,-0.4126141667366028,-0.1769055426120758,1.68439519405365,-0.21819227933883667,0.21102313697338104,-0.8024341464042664,-0.6040406227111816,-0.7825937867164612,-0.8982680439949036,0.7353620529174805,-0.25033652782440186,0.11226329952478409,0.6473714113235474,0.4028559625148773,-1.0600351095199585,-0.09753947705030441,-0.25276535749435425,0.2260293960571289,0.8275443315505981,-0.13398368656635284,0.01018705777823925,0.9360055923461914,-0.39272013306617737,-0.5184060335159302,-1.1269032955169678,-0.5817555785179138,0.6320147514343262,-0.6158735752105713,0.11710479110479355,-1.4240100383758545,-0.2531552016735077,-0.4062488377094269,0.07817009091377258,0.4388923943042755,0.43182867765426636,-0.8350027799606323,0.6812258362770081,0.11299809068441391,-0.14636868238449097,-0.07057168334722519,0.5424314141273499,-0.24526968598365784,0.6715149283409119,0.4862833321094513,0.7731935977935791,0.8316822052001953,-0.5270752906799316,-0.7560031414031982,0.14843808114528656,0.4858596622943878,0.18044109642505646,0.49594953656196594,-0.18981434404850006,-0.0015206380048766732,-0.25352704524993896,0.5333041548728943,0.23326660692691803,0.7635682821273804,-0.2780277132987976,1.059533715248108,0.8848631381988525,-0.23913557827472687,0.34348389506340027,0.11509457975625992,1.14359450340271,0.6597920060157776,-0.8639805912971497,-0.3310091197490692,-0.05281020328402519,-0.056608278304338455,0.6159089803695679,-0.6591479182243347,0.3725685179233551,-0.35594114661216736,0.22972716391086578,0.1743686944246292,0.5786044001579285,0.2585105299949646,0.17716661095619202,-0.42569535970687866,0.6381205916404724,0.27049216628074646,-0.06934535503387451,0.23299719393253326,1.011564016342163,0.5243074893951416,0.12114734947681427,0.6846563816070557,0.19940868020057678,0.32479122281074524,0.5328943729400635,-0.4770001471042633,0.30501580238342285,0.458300918340683,0.736168384552002,-0.4542663097381592,-0.31436288356781006,1.3085403442382812,-1.157568097114563,-0.2144967019557953,-0.022257350385189056,-1.2736440896987915,-0.05175585672259331,0.12541638314723969,-0.5479447841644287,0.15907126665115356,1.2689276933670044,-0.33130744099617004,0.8485058546066284,0.5979182720184326,-0.7919005155563354,0.721328616142273,0.03209291025996208,-0.894668459892273,0.5262144207954407,0.044691625982522964,-0.7512563467025757,-0.08139229565858841,-0.26481181383132935,0.3417198657989502,0.9797732830047607,-0.45994070172309875,0.2860119342803955,-0.20204591751098633,0.4905186593532562,1.3735519647598267,0.26007208228111267,-1.2191718816757202,0.09502298384904861,0.2652939260005951,0.45796918869018555,0.38498860597610474,0.3255915641784668,0.5906028747558594,-1.0517325401306152,0.8329008221626282,0.28206202387809753,1.1157218217849731,1.1656761169433594,0.8531410098075867,0.16023848950862885,0.2661706209182739,0.8186941742897034,0.5348010063171387,0.09957630932331085,-0.9961751103401184,0.1423807442188263,-0.5999496579170227,0.23217162489891052,-0.5795001983642578,0.06711892038583755,0.46326518058776855,-0.08815999329090118,-0.05815949663519859,-0.6270841956138611,0.8876924514770508,0.2479993999004364,-0.5876357555389404,-1.5543761253356934,0.7874850034713745,0.8263699412345886,-0.0987081378698349,0.7657560706138611,-0.24477605521678925,-1.2242032289505005,-0.5183115601539612,0.04621340334415436,1.004541039466858,-1.4393388032913208,-0.6872410178184509,0.8272337913513184,-0.06303297728300095,-0.36582690477371216,0.07869496196508408,0.7371191382408142,2.2962567806243896,-0.06328654289245605,0.4054734408855438,-0.8986337184906006,0.2420121729373932,-0.20943930745124817,-0.3268815279006958,-0.2243015021085739,0.4838618338108063,0.7164756655693054,-0.796106219291687,-0.9215084910392761,0.11185358464717865,0.3227585256099701,0.36042532324790955,-0.23840279877185822,0.40907859802246094,0.5896551012992859,0.4880826771259308,0.11307791620492935,0.6529527902603149,-0.18355728685855865,0.027144942432641983,-0.427805095911026,0.4959781765937805,0.3261958658695221,1.177128791809082,-0.6400737166404724,0.27526116371154785,0.2574802041053772,0.20850391685962677,0.5623753070831299,0.6236318349838257,0.6472141146659851,1.2967379093170166,-0.19769901037216187,-1.5029670000076294,-0.16993170976638794,-0.5425391793251038,0.46416419744491577,-0.2467149794101715,-0.28107985854148865,0.8164492845535278,-0.518746018409729,-0.35698801279067993,-0.8455509543418884,0.11691996455192566,-0.18793490529060364,-0.679129958152771,-0.26270154118537903,-0.23372788727283478,-0.8901479244232178,-0.14494098722934723,0.18669170141220093,-0.5242101550102234,-0.5079449415206909,0.3069148659706116,0.5274631381034851,-0.16663861274719238,0.17788292467594147,-0.7802147269248962,-0.6433538794517517,0.30863216519355774,-0.36375483870506287,-0.36465877294540405,0.16701509058475494,-0.4764656722545624,-0.8199139833450317,0.9452889561653137,-0.00666959909722209,0.040284156799316406,0.6000190377235413,-0.63625568151474,-0.8804939985275269,0.3437291383743286,-0.3343811631202698,0.9490221738815308,-0.17817047238349915,0.11962360143661499,-0.012613940052688122,1.0612109899520874,0.3657594621181488,0.6535769701004028,0.2321847677230835,0.9701380729675293,0.12796221673488617,0.6945893168449402,0.2337571382522583,0.21507151424884796,-0.13377037644386292,-0.9407665133476257,0.6073285937309265,1.068159818649292,-0.34864529967308044,-0.6696531772613525,-0.18084987998008728,-0.1896912306547165,-0.6717878580093384,0.32505643367767334,0.43774133920669556,0.29689857363700867,-0.490562379360199,-0.15940086543560028,-0.728169322013855,0.09282895922660828,0.6548134684562683,0.27271568775177,-0.8533996939659119,0.46771761775016785,0.14985854923725128,0.8408121466636658,-0.14396288990974426,0.4616584777832031,0.589831531047821,1.160042643547058,-0.09665992110967636,-0.18767549097537994,0.10225008428096771,-0.3169642984867096,0.3360528349876404,-0.307926207780838,0.3704459071159363,-0.9065306186676025,-0.39111945033073425,-0.12390445172786713,0.09255894273519516,0.37152647972106934,-0.6798927783966064,-0.25453612208366394,0.9660773873329163,-0.10190773755311966,0.7586427330970764,0.15681137144565582,-0.36371538043022156,0.020482538267970085,0.3599109947681427,0.3378484845161438,0.3314918279647827,0.5575999617576599,0.03695042058825493,-1.1511428356170654,-0.9064353704452515,-0.8768227696418762,-1.1504031419754028,0.34349286556243896,0.30102068185806274,0.4652414917945862,-1.1226929426193237,0.5303158164024353,-0.9026607871055603,0.5133945345878601,0.3091062605381012,-0.5193840265274048,0.012455274350941181,0.7518824338912964,-0.29156923294067383,-0.6029825806617737,-0.10299257189035416,1.0040913820266724,-0.04789550602436066,0.2096976488828659,0.7004339694976807,-0.13617318868637085,0.7491774559020996,0.17185375094413757,-0.8233650326728821,0.5577027797698975,-0.47571077942848206,-1.1065890789031982,-0.22373351454734802,-0.19240587949752808,0.5513930916786194,0.48846501111984253,-0.4296707808971405,0.3007441461086273,-0.8043498396873474,-0.5019879341125488,-0.18144311010837555,0.1820191740989685,-0.2845883369445801,0.07001030445098877,-0.07294917106628418,-0.9675453305244446,-0.50685054063797,-1.1181353330612183,-0.14383481442928314,0.4307507276535034,-1.2600423097610474,0.20503519475460052,0.38126546144485474,0.3095036745071411,0.12326575070619583,0.25680166482925415,-0.9278073906898499,-0.3765414357185364,-0.058434948325157166,-1.887418270111084,-0.41232767701148987,0.542262077331543,0.14846183359622955,-0.6232964992523193,-0.9436224699020386,-1.0457391738891602,0.11852080374956131,-0.46139565110206604,-1.6403555870056152,0.07076490670442581,-1.0129578113555908,-0.3975510597229004,-0.4548969566822052,0.37837734818458557,-0.2213670164346695,0.45618778467178345,-0.6935335397720337,0.36978721618652344,-0.4075636565685272,-0.503461480140686,0.06429608166217804,-0.30246493220329285,0.5310140252113342,0.2807975113391876,0.40527546405792236,0.31464651226997375,0.3500943183898926,0.4404071271419525,-0.38805192708969116,0.3240903317928314,-0.08506166189908981,0.8767339587211609,0.7454716563224792,-0.4000422954559326,-1.6847491264343262,-0.9774961471557617,-0.22406668961048126,0.2628345489501953,-0.2714310884475708,-0.6717839241027832,-0.06378857791423798,-0.03749764338135719,-1.0179328918457031,-0.5531290173530579,-0.3061423599720001,0.6287685632705688,-0.2684328556060791,-0.9055643677711487,1.1497511863708496,-0.13582080602645874,-0.9247487783432007,-0.3341391086578369,-0.15981221199035645,0.40386542677879333,0.6321028470993042,0.2993645668029785,-0.63834547996521,0.14062106609344482,-0.24496987462043762,-0.21022920310497284,-0.365054190158844,-0.5856821537017822,-1.2010045051574707,0.07868409156799316,0.793073296546936,0.7925385236740112,-0.5847464799880981,-0.4009019136428833,0.8695284724235535,0.005403451155871153,0.676328718662262,0.1065061166882515,-0.13079924881458282,1.203163743019104,0.09863827377557755,-0.42701852321624756,0.4288853704929352,0.6924564838409424,0.5028597116470337,0.3690177798271179,-0.35866406559944153,-0.03515603393316269,-0.5913554430007935,0.4811463952064514,-0.2836799919605255,-0.7202337980270386,-0.5268370509147644,-0.20860706269741058,0.1184537261724472,-1.3377455472946167,0.21910163760185242,0.7280264496803284,-0.2238146811723709,-0.13939990103244781,-0.10411061346530914,-1.4003087282180786,-0.9278319478034973,-1.5491890907287598,0.3775022327899933,-0.3565685749053955,0.7189761400222778,0.13441506028175354,1.0244133472442627,0.231312558054924,-0.48402684926986694,0.058930233120918274,0.5929901599884033,1.0967823266983032,-1.0856961011886597,0.7165735363960266,0.22838468849658966,-0.12857504189014435,0.2806514501571655,1.1687843799591064,1.1850560903549194,0.6982377767562866,0.378750205039978,0.3835785686969757,0.0002201886527473107,-0.03200363367795944,-0.24092449247837067,-1.0234264135360718,-0.77900230884552,-0.461668461561203,0.15010809898376465,-0.5649777054786682,0.17813044786453247,0.01559673435986042,0.12964728474617004,0.3418077528476715,0.424034982919693,-1.0707237720489502,-0.9848840236663818,0.38187456130981445,0.24792037904262543,0.1686137169599533,-0.23532050848007202,-0.3104169964790344,0.9579948782920837,0.34567147493362427,0.49747416377067566,-0.5235443711280823,0.16186515986919403,-0.21781513094902039,0.7427554130554199,-0.0035736141726374626,-1.0775123834609985,0.34692370891571045,-0.7741353511810303,0.8082257509231567,0.3511011302471161,1.0246862173080444,-0.5262578725814819,0.1818346381187439,-0.800616443157196,0.35097014904022217,-0.6253940463066101,0.5153369307518005,0.11370325088500977,0.30596861243247986,-0.8897976279258728,-1.0354888439178467,0.7174272537231445,0.04692941531538963,0.3548128306865692,0.1894514560699463,-0.14200325310230255,0.4818851053714752,-0.10528933256864548,-0.24221119284629822,-0.1777392327785492,-0.7930077314376831,-0.549810528755188,0.6377922296524048,0.49774885177612305,0.32820773124694824,0.5881062746047974,-0.43745845556259155,0.7344570755958557,0.5894871354103088,-0.7315142154693604,-0.16760395467281342,0.6905401349067688,0.34537696838378906,-0.08799251168966293,-1.1234949827194214,-1.0872529745101929,-0.7254822254180908,-0.39657241106033325,0.06428402662277222,-0.8275733590126038,0.45779949426651,-0.45692020654678345,-0.009849892929196358,0.025775013491511345,-1.3741309642791748,0.780658483505249,-0.0010395979043096304,0.4716354310512543,-0.9038219451904297,-0.6412084102630615,-0.08371476829051971,0.13333849608898163,-0.6407477855682373,0.14455409348011017,0.37340912222862244,0.41332945227622986,-0.36234065890312195,-0.18446296453475952,0.14749938249588013,0.18497148156166077,0.8782810568809509,0.05967101827263832,0.91541588306427,-0.9860656261444092,-0.44518575072288513,-0.5514029860496521,-0.5441444516181946,-0.5357893705368042,-0.11838725209236145,0.20944885909557343,1.7730095386505127,0.2770710587501526,0.6558204293251038,-0.0486062653362751,1.05164635181427,-0.07050880044698715,-0.8858150839805603,-0.3630664050579071,-0.9288794994354248,-0.2733443081378937]} ________________________________ De : Jeffrey Morgan ***@***.***> Envoyé : samedi 24 février 2024 00:40 À : ollama/ollama ***@***.***> Cc : Adrien F. ***@***.***>; Author ***@***.***> Objet : Re: [ollama/ollama] ollama won't stop working (Issue #2707) Hi there, sorry you hit this. Would it be possible to get the full logs and check for an error? It should be accessible by running journalctl --no-pager -u ollama > logs.txt - Reply to this email directly, view it on GitHub<https://github.com/ollama/ollama/issues/2707#issuecomment-1962139487>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAXE37CLTERQFKNN7EWTTVLYVESGJAVCNFSM6AAAAABDWO52EOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSGEZTSNBYG4>. You are receiving this because you authored the thread.
Author
Owner

@SikamikanikoBG commented on GitHub (Mar 12, 2024):

I had the same issue with .27 version. Today I upgraded to .28 and I have the same:

Flowise:
image

And the server logs:
[GIN] 2024/03/12 - 10:47:07 | 500 | 507.948µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:26 | 500 | 505.182µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:26 | 500 | 702.412µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:28 | 500 | 428.304µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:30 | 500 | 632.877µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:36 | 500 | 531.406µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:44 | 500 | 560.034µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:44 | 500 | 389.676µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:44 | 500 | 807.651µs | 172.17.0.1 | POST "/api/embeddings"
[GIN] 2024/03/12 - 10:47:45 | 500 | 477.732µs | 172.17.0.1 | POST "/api/embeddings"

<!-- gh-comment-id:1991349907 --> @SikamikanikoBG commented on GitHub (Mar 12, 2024): I had the same issue with .27 version. Today I upgraded to .28 and I have the same: Flowise: ![image](https://github.com/ollama/ollama/assets/46193504/b80b8e76-5470-4f1a-a8f0-802bd9018f09) And the server logs: [GIN] 2024/03/12 - 10:47:07 | 500 | 507.948µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:26 | 500 | 505.182µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:26 | 500 | 702.412µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:28 | 500 | 428.304µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:30 | 500 | 632.877µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:36 | 500 | 531.406µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:44 | 500 | 560.034µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:44 | 500 | 389.676µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:44 | 500 | 807.651µs | 172.17.0.1 | POST "/api/embeddings" [GIN] 2024/03/12 - 10:47:45 | 500 | 477.732µs | 172.17.0.1 | POST "/api/embeddings"
Author
Owner

@jmorganca commented on GitHub (Mar 13, 2024):

Hi folks, versions 0.1.28 has an issue where embeddings will hang on Linux. I'm so sorry about this – we'll make sure it doesn't happen again. Version 0.1.29 should be fully released soon https://github.com/ollama/ollama/releases/tag/v0.1.29, and you can install it on linux in the meantime with:

curl https://ollama.com/install.sh | sed 's#https://ollama.com/download#https://github.com/ollama/ollama/releases/download/v0.1.29#' | sh
<!-- gh-comment-id:1993345221 --> @jmorganca commented on GitHub (Mar 13, 2024): Hi folks, versions 0.1.28 has an issue where embeddings will hang on Linux. I'm so sorry about this – we'll make sure it doesn't happen again. Version 0.1.29 should be fully released soon https://github.com/ollama/ollama/releases/tag/v0.1.29, and you can install it on linux in the meantime with: ``` curl https://ollama.com/install.sh | sed 's#https://ollama.com/download#https://github.com/ollama/ollama/releases/download/v0.1.29#' | sh ```
Author
Owner

@54sww commented on GitHub (Mar 14, 2024):

@jmorganca

I have upgraded to 0.1.29, but still report 500 errors,Ollama Embeddings modelName:nomic-embed-text

Flowise log

docker-flowise-1  | 2024-03-14 02:35:55 [INFO]: ⬆️ POST /api/v1/vector/internal-upsert/bfe14fb8-7341-4448-bed9-06fb5aab0024
docker-flowise-1  | 2024-03-14 02:36:30 [ERROR]: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  | Error: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  |     at InMemoryVectorStore_VectorStores.upsert (/usr/local/lib/node_modules/flowise/node_modules/flowise-components/dist/nodes/vectorstores/InMemory/InMemoryVectorStore.js:25:27)
docker-flowise-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
docker-flowise-1  |     at async buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:273:17)
docker-flowise-1  |     at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13)
docker-flowise-1  |     at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13
docker-flowise-1  | 2024-03-14 02:36:30 [ERROR]: [server]: Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  | Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  |     at buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:333:19)
docker-flowise-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
docker-flowise-1  |     at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13)
docker-flowise-1  |     at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13
docker-flowise-1  | 2024-03-14 02:37:24 [ERROR]: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  | Error: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  |     at InMemoryVectorStore_VectorStores.upsert (/usr/local/lib/node_modules/flowise/node_modules/flowise-components/dist/nodes/vectorstores/InMemory/InMemoryVectorStore.js:25:27)
docker-flowise-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
docker-flowise-1  |     at async buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:273:17)
docker-flowise-1  |     at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13)
docker-flowise-1  |     at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13
docker-flowise-1  | 2024-03-14 02:37:24 [ERROR]: [server]: Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  | Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error
docker-flowise-1  |     at buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:333:19)
docker-flowise-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
docker-flowise-1  |     at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13)
docker-flowise-1  |     at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13

ollama log


root@sww-SYS-4028GR-TR2:/opt# systemctl status ollama.service
● ollama.service - Ollama Service
     Loaded: loaded (/etc/systemd/system/ollama.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/ollama.service.d
             └─override.conf
     Active: active (running) since Thu 2024-03-14 10:22:26 CST; 18min ago
   Main PID: 3070546 (ollama)
      Tasks: 22 (limit: 154247)
     Memory: 468.6M
        CPU: 8.232s
     CGroup: /system.slice/ollama.service
             └─3070546 /usr/local/bin/ollama serve

3月 14 10:36:00 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:00 | 500 |     902.844µs |      172.30.0.2 | POST     "/api/embeddings"
3月 14 10:36:04 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:04 | 500 |     809.209µs |      172.30.0.2 | POST     "/api/embeddings"
3月 14 10:36:14 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:14 | 500 |     1.07996ms |      172.30.0.2 | POST     "/api/embeddings"
3月 14 10:36:30 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:30 | 500 |     820.886µs |      172.30.0.2 | POST     "/api/embeddings"
3月 14 10:36:45 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:45 | 500 |     926.961µs |      172.30.0.2 | POST     "/api/embeddings"
3月 14 10:37:24 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:37:24 | 500 |     839.563µs |      172.30.0.2 | POST     "/api/embeddings"
3月 14 10:39:54 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:39:54 | 200 |     130.587µs |       127.0.0.1 | GET      "/api/version"
3月 14 10:40:00 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:40:00 | 200 |       69.01µs |       127.0.0.1 | GET      "/api/version"
3月 14 10:40:04 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:40:04 | 200 |      85.522µs |   172.168.201.5 | GET      "/api/version"
3月 14 10:40:15 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:40:15 | 200 |        97.8µs |       127.0.0.1 | GET      "/api/version"
root@sww-SYS-4028GR-TR2:/opt# curl http://127.0.0.1:11434/api/version
{"version":"0.1.29"}root@sww-SYS-4028GR-TR2:/opt# 


<!-- gh-comment-id:1996291252 --> @54sww commented on GitHub (Mar 14, 2024): @jmorganca I have upgraded to 0.1.29, but still report 500 errors,Ollama Embeddings modelName:nomic-embed-text Flowise log ``` docker-flowise-1 | 2024-03-14 02:35:55 [INFO]: ⬆️ POST /api/v1/vector/internal-upsert/bfe14fb8-7341-4448-bed9-06fb5aab0024 docker-flowise-1 | 2024-03-14 02:36:30 [ERROR]: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | Error: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | at InMemoryVectorStore_VectorStores.upsert (/usr/local/lib/node_modules/flowise/node_modules/flowise-components/dist/nodes/vectorstores/InMemory/InMemoryVectorStore.js:25:27) docker-flowise-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) docker-flowise-1 | at async buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:273:17) docker-flowise-1 | at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13) docker-flowise-1 | at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13 docker-flowise-1 | 2024-03-14 02:36:30 [ERROR]: [server]: Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | at buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:333:19) docker-flowise-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) docker-flowise-1 | at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13) docker-flowise-1 | at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13 docker-flowise-1 | 2024-03-14 02:37:24 [ERROR]: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | Error: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | at InMemoryVectorStore_VectorStores.upsert (/usr/local/lib/node_modules/flowise/node_modules/flowise-components/dist/nodes/vectorstores/InMemory/InMemoryVectorStore.js:25:27) docker-flowise-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) docker-flowise-1 | at async buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:273:17) docker-flowise-1 | at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13) docker-flowise-1 | at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13 docker-flowise-1 | 2024-03-14 02:37:24 [ERROR]: [server]: Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error docker-flowise-1 | at buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:333:19) docker-flowise-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) docker-flowise-1 | at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1503:13) docker-flowise-1 | at async /usr/local/lib/node_modules/flowise/dist/index.js:1112:13 ``` ollama log ``` root@sww-SYS-4028GR-TR2:/opt# systemctl status ollama.service ● ollama.service - Ollama Service Loaded: loaded (/etc/systemd/system/ollama.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/ollama.service.d └─override.conf Active: active (running) since Thu 2024-03-14 10:22:26 CST; 18min ago Main PID: 3070546 (ollama) Tasks: 22 (limit: 154247) Memory: 468.6M CPU: 8.232s CGroup: /system.slice/ollama.service └─3070546 /usr/local/bin/ollama serve 3月 14 10:36:00 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:00 | 500 | 902.844µs | 172.30.0.2 | POST "/api/embeddings" 3月 14 10:36:04 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:04 | 500 | 809.209µs | 172.30.0.2 | POST "/api/embeddings" 3月 14 10:36:14 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:14 | 500 | 1.07996ms | 172.30.0.2 | POST "/api/embeddings" 3月 14 10:36:30 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:30 | 500 | 820.886µs | 172.30.0.2 | POST "/api/embeddings" 3月 14 10:36:45 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:36:45 | 500 | 926.961µs | 172.30.0.2 | POST "/api/embeddings" 3月 14 10:37:24 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:37:24 | 500 | 839.563µs | 172.30.0.2 | POST "/api/embeddings" 3月 14 10:39:54 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:39:54 | 200 | 130.587µs | 127.0.0.1 | GET "/api/version" 3月 14 10:40:00 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:40:00 | 200 | 69.01µs | 127.0.0.1 | GET "/api/version" 3月 14 10:40:04 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:40:04 | 200 | 85.522µs | 172.168.201.5 | GET "/api/version" 3月 14 10:40:15 sww-SYS-4028GR-TR2 ollama[3070546]: [GIN] 2024/03/14 - 10:40:15 | 200 | 97.8µs | 127.0.0.1 | GET "/api/version" root@sww-SYS-4028GR-TR2:/opt# curl http://127.0.0.1:11434/api/version {"version":"0.1.29"}root@sww-SYS-4028GR-TR2:/opt# ```
Author
Owner

@thedavc commented on GitHub (Apr 18, 2024):

I'm running into the following errors in Flowise 1.65

Error: vectorsService.upsertVector - ERror: Error: Request to Ollama server failed: 500 Internal Service Error.

<!-- gh-comment-id:2063069971 --> @thedavc commented on GitHub (Apr 18, 2024): I'm running into the following errors in Flowise 1.65 Error: vectorsService.upsertVector - ERror: Error: Request to Ollama server failed: 500 Internal Service Error.
Author
Owner

@BoyuanGao commented on GitHub (Apr 25, 2024):

issue still happened @jmorganca

Flowise log

2024-04-25 13:35:33 [ERROR]: [server]: Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error
Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error
    at buildFlow (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\utils\index.js:415:19)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async upsertVector (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\utils\upsertVector.js:117:32)
    at async Object.upsertVectorMiddleware (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\services\vectors\index.js:9:16)
    at async createInternalUpsert (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\controllers\vectors\index.js:28:29)

ollama log

[GIN] 2024/04/25 - 13:37:35 | 500 |       570.2µs |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:37:40 | 500 |         224µs |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:37:41 | 500 |      2.1118ms |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:38:03 | 500 |      2.1843ms |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:38:05 | 500 |      2.4679ms |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:38:05 | 500 |      1.2768ms |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:38:06 | 500 |       993.1µs |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:38:10 | 500 |       906.8µs |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:38:15 | 500 |      2.2816ms |   10.119.158.29 | POST     "/api/embeddings"
[GIN] 2024/04/25 - 13:38:24 | 500 |       197.2µs |   10.119.158.29 | POST     "/api/embeddings
<!-- gh-comment-id:2076408538 --> @BoyuanGao commented on GitHub (Apr 25, 2024): issue still happened @jmorganca **Flowise log** ``` 2024-04-25 13:35:33 [ERROR]: [server]: Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error Error: Error: Error: Request to Ollama server failed: 500 Internal Server Error at buildFlow (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\utils\index.js:415:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async upsertVector (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\utils\upsertVector.js:117:32) at async Object.upsertVectorMiddleware (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\services\vectors\index.js:9:16) at async createInternalUpsert (C:\Users\gaoby\AppData\Roaming\npm\node_modules\flowise\dist\controllers\vectors\index.js:28:29) ``` **ollama log** ``` [GIN] 2024/04/25 - 13:37:35 | 500 | 570.2µs | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:37:40 | 500 | 224µs | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:37:41 | 500 | 2.1118ms | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:38:03 | 500 | 2.1843ms | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:38:05 | 500 | 2.4679ms | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:38:05 | 500 | 1.2768ms | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:38:06 | 500 | 993.1µs | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:38:10 | 500 | 906.8µs | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:38:15 | 500 | 2.2816ms | 10.119.158.29 | POST "/api/embeddings" [GIN] 2024/04/25 - 13:38:24 | 500 | 197.2µs | 10.119.158.29 | POST "/api/embeddings ```
Author
Owner

@harnalashok commented on GitHub (Jul 23, 2024):

I continue to get the same error with ollama while upserting data.

<!-- gh-comment-id:2246508163 --> @harnalashok commented on GitHub (Jul 23, 2024): I continue to get the same error with ollama while upserting data.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#48132