infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
19.68k stars 1.97k forks source link

[Bug]: using ollama add an embedding model and a chat model, but system model settings do not select this two model #2332

Open laneado opened 1 month ago

laneado commented 1 month ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

265a7a283ae1a29a4827d2a973d62cad14c41dc5

Other environment information

No response

Actual behavior

using ollama add an embedding model and a chat model, but system model settings do not select this two model. I can not use ollama models

Expected behavior

No response

Steps to reproduce

1. using ollama to add models
2. selecting ollama models in the system model settings

Additional information

image it is not ollama's dage model image it is not ollama's bge-m3 embedding model image Actually, system model settings only read config file image

KevinHuSh commented 1 month ago

It seems version of your system is a little older.

laneado commented 1 month ago

It seems version of your system is a little older.

sorry, I use the lastest main version

hangters commented 1 month ago

hi @laneado You should be able to find the added Ollama models by scrolling down with your mouse wheel. Are you unable to find them?

laneado commented 1 month ago

hi @laneado You should be able to find the added Ollama models by scrolling down with your mouse wheel. Are you unable to find them?

Yes, I can not find it. I already pull the latest verison on 2024-09-12 and it is normal. I do not know why it's reason