Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

service_conf.yaml 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. postgres:
  13. name: 'rag_flow'
  14. user: 'rag_flow'
  15. password: 'infini_rag_flow'
  16. host: 'postgres'
  17. port: 5432
  18. max_connections: 100
  19. stale_timeout: 30
  20. minio:
  21. user: 'rag_flow'
  22. password: 'infini_rag_flow'
  23. host: 'minio:9000'
  24. azure:
  25. auth_type: 'sas'
  26. container_url: 'container_url'
  27. sas_token: 'sas_token'
  28. #azure:
  29. # auth_type: 'spn'
  30. # account_url: 'account_url'
  31. # client_id: 'client_id'
  32. # secret: 'secret'
  33. # tenant_id: 'tenant_id'
  34. # container_name: 'container_name'
  35. s3:
  36. endpoint: 'endpoint'
  37. access_key: 'access_key'
  38. secret_key: 'secret_key'
  39. region: 'region'
  40. es:
  41. hosts: 'http://es01:9200'
  42. username: 'elastic'
  43. password: 'infini_rag_flow'
  44. redis:
  45. db: 1
  46. password: 'infini_rag_flow'
  47. host: 'redis:6379'
  48. user_default_llm:
  49. factory: 'Tongyi-Qianwen'
  50. api_key: 'sk-xxxxxxxxxxxxx'
  51. base_url: ''
  52. oauth:
  53. github:
  54. client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
  55. secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  56. url: https://github.com/login/oauth/access_token
  57. feishu:
  58. app_id: cli_xxxxxxxxxxxxxxxxxxx
  59. app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  60. app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
  61. user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
  62. grant_type: 'authorization_code'
  63. authentication:
  64. client:
  65. switch: false
  66. http_app_key:
  67. http_secret_key:
  68. site:
  69. switch: false
  70. permission:
  71. switch: false
  72. component: false
  73. dataset: false