Steve

Results 78 comments of Steve

I have the latest version; maybe something changed with docker compose v2? ``` docker -v Docker version 24.0.7, build afdd53b docker-compose -v Docker Compose version v2.20.3 cat /etc/issue Ubuntu 22.04.3...

still same error: ``` git pull conda activate dify cd api pip install -r requirements.txt --upgrade ``` output: ``` Collecting beautifulsoup4==4.12.2 (from -r requirements.txt (line 1)) Using cached beautifulsoup4-4.12.2-py3-none-any.whl.metadata (3.6...

When I switched to other tabs (integrations, Data source, ...) and came back, the system embedding model has been populated automatically and correctly. Still an issue for the reasoning model...

after a fresh install, configure ollama, then it is not possible to select any system model settings. When I moved to other tabs, it worked for the embeddings. After a...

I am facing the same problem but I changed uvicorn to run on 0.0.0.0:8000 Github popup to login diseappers very fast. Google popup appears but with error: Access blocked: This...

Just to add my 2 cents, we could still use the [openai](https://github.com/openai/openai-python) SDK, and allow the user to modify the base_url. If users wants to use litellm as a proxy/router,...

as a possible more configurable approach we may benefit from the project https://github.com/AnswerDotAI/rerankers

that is a very good news. thank you very much

I still face the issue with v0.2024.02.27.08.01.stable_03; after an `ls`, I am getting: > Warning: untrusted X11 forwarding setup failed: xauth key data not generated > Warning: untrusted X11 forwarding...

Maybe I am confused but I am not sure I understand how embedding works with ollama. Usually, the embedding model is different to the chat model (i.e. intfloat/multilingual-e5-small vs. GPT4),...