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.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. infinity:
  21. uri: '${INFINITY_HOST:-infinity}:23817'
  22. db_name: 'default_db'
  23. redis:
  24. db: 1
  25. password: '${REDIS_PASSWORD:-infini_rag_flow}'
  26. host: '${REDIS_HOST:-redis}:6379'
  27. # postgres:
  28. # name: '${POSTGRES_DBNAME:-rag_flow}'
  29. # user: '${POSTGRES_USER:-rag_flow}'
  30. # password: '${POSTGRES_PASSWORD:-infini_rag_flow}'
  31. # host: '${POSTGRES_HOST:-postgres}'
  32. # port: 5432
  33. # max_connections: 100
  34. # stale_timeout: 30
  35. # s3:
  36. # endpoint: 'endpoint'
  37. # access_key: 'access_key'
  38. # secret_key: 'secret_key'
  39. # region: 'region'
  40. # azure:
  41. # auth_type: 'sas'
  42. # container_url: 'container_url'
  43. # sas_token: 'sas_token'
  44. # azure:
  45. # auth_type: 'spn'
  46. # account_url: 'account_url'
  47. # client_id: 'client_id'
  48. # secret: 'secret'
  49. # tenant_id: 'tenant_id'
  50. # container_name: 'container_name'
  51. # user_default_llm:
  52. # factory: 'Tongyi-Qianwen'
  53. # api_key: 'sk-xxxxxxxxxxxxx'
  54. # base_url: ''
  55. # oauth:
  56. # github:
  57. # client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
  58. # secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  59. # url: https://github.com/login/oauth/access_token
  60. # feishu:
  61. # app_id: cli_xxxxxxxxxxxxxxxxxxx
  62. # app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  63. # app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
  64. # user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
  65. # grant_type: 'authorization_code'
  66. # authentication:
  67. # client:
  68. # switch: false
  69. # http_app_key:
  70. # http_secret_key:
  71. # site:
  72. # switch: false
  73. # permission:
  74. # switch: false
  75. # component: false
  76. # dataset: false