infiniflow / ragflow

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

[Question]: There was a failure in adding the API key. So how to add the API-Key correctly? #1228

Closed water-2022 closed 3 months ago

water-2022 commented 4 months ago

Describe your problem

The details are as follows:

企业微信截图_1718879993245

Thank you for your response.

KevinHuSh commented 4 months ago

It seems your DNS has issue to translate URL of ZHIPU.

water-2022 commented 4 months ago

It seems your DNS has issue to translate URL of ZHIPU.

I have made additional changes to the /etc/resolv.conf file.

docker exec -it ragflow-server /bin/bash
vi /etc/resolv.conf
nameserver 8.8.8.8
nameserver 114.114.114.114

The issue has been resolved. However, is it strange that it's not the default configuration in a docker container?