Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

service_conf.yaml 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ragflow:
  2. host: 0.0.0.0
  3. http_port: 9380
  4. mysql:
  5. name: 'rag_flow'
  6. user: 'root'
  7. password: 'infini_rag_flow'
  8. host: 'mysql'
  9. port: 3306
  10. max_connections: 100
  11. stale_timeout: 30
  12. minio:
  13. user: 'rag_flow'
  14. password: 'infini_rag_flow'
  15. host: 'minio:9000'
  16. es:
  17. hosts: 'http://es01:9200'
  18. username: 'elastic'
  19. password: 'infini_rag_flow'
  20. redis:
  21. db: 1
  22. password: 'infini_rag_flow'
  23. host: 'redis:6379'
  24. user_default_llm:
  25. factory: 'Tongyi-Qianwen'
  26. api_key: 'sk-xxxxxxxxxxxxx'
  27. base_url: ''
  28. oauth:
  29. github:
  30. client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
  31. secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  32. url: https://github.com/login/oauth/access_token
  33. feishu:
  34. app_id: cli_xxxxxxxxxxxxxxxxxxx
  35. app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  36. app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
  37. user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
  38. grant_type: 'authorization_code'
  39. authentication:
  40. client:
  41. switch: false
  42. http_app_key:
  43. http_secret_key:
  44. site:
  45. switch: false
  46. permission:
  47. switch: false
  48. component: false
  49. dataset: false