Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

service_conf.yaml.template 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ragflow:
  2. host: ${RAGFLOW_HOST:-0.0.0.0}
  3. http_port: 9380
  4. mysql:
  5. name: '${MYSQL_DBNAME:-rag_flow}'
  6. user: '${MYSQL_USER:-root}'
  7. password: '${MYSQL_PASSWORD:-infini_rag_flow}'
  8. host: '${MYSQL_HOST:-mysql}'
  9. port: 3306
  10. max_connections: 100
  11. stale_timeout: 30
  12. minio:
  13. user: '${MINIO_USER:-rag_flow}'
  14. password: '${MINIO_PASSWORD:-infini_rag_flow}'
  15. host: '${MINIO_HOST:-minio}:9000'
  16. es:
  17. hosts: 'http://${ES_HOST:-es01}:9200'
  18. username: '${ES_USER:-elastic}'
  19. password: '${ELASTIC_PASSWORD:-infini_rag_flow}'
  20. redis:
  21. db: 1
  22. password: '${REDIS_PASSWORD:-infini_rag_flow}'
  23. host: '${REDIS_HOST:-redis}:6379'
  24. # postgres:
  25. # name: '${POSTGRES_DBNAME:-rag_flow}'
  26. # user: '${POSTGRES_USER:-rag_flow}'
  27. # password: '${POSTGRES_PASSWORD:-infini_rag_flow}'
  28. # host: '${POSTGRES_HOST:-postgres}'
  29. # port: 5432
  30. # max_connections: 100
  31. # stale_timeout: 30
  32. # s3:
  33. # endpoint: 'endpoint'
  34. # access_key: 'access_key'
  35. # secret_key: 'secret_key'
  36. # region: 'region'
  37. # azure:
  38. # auth_type: 'sas'
  39. # container_url: 'container_url'
  40. # sas_token: 'sas_token'
  41. # azure:
  42. # auth_type: 'spn'
  43. # account_url: 'account_url'
  44. # client_id: 'client_id'
  45. # secret: 'secret'
  46. # tenant_id: 'tenant_id'
  47. # container_name: 'container_name'
  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