infiniflow / ragflow

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

[Bug]: the error.log database.log ... are not fellow the formater: "[%(levelname)s] [%(asctime)s] [%(module)s.%(funcName)s] [line:%(lineno)d]: %(message)s" #1182

Closed chinamerp closed 1 week ago

chinamerp commented 1 week ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

1eb4caf02a9fdb1f3c5a7e8f304163d8823bfa5c

Other environment information

No response

Actual behavior

LookupError: Model(text-embedding-v2) not authorized

Expected behavior

[ERROR] [2024-06-11 09:09:13,408] [xxx.xxx] [line:xxx]: LookupError: Model(text-embedding-v2) not authorized

Steps to reproduce

see log files of logs/api

Additional information

No response

KevinHuSh commented 1 week ago

text-embedding-v2 is autherized by Aliyun. Set API key in settings >> model providers. Or, use embedding model from BAAI.

chinamerp commented 1 week ago

Actual behavior LookupError: Model(text-embedding-v2) not authorized

Expected behavior [ERROR] [2024-06-11 09:09:13,408] [xxx.xxx] [line:xxx]: LookupError: Model(text-embedding-v2) not authorized

chinamerp commented 1 week ago

i do not care the exception