選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

service_conf.yaml 876B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. authentication:
  34. client:
  35. switch: false
  36. http_app_key:
  37. http_secret_key:
  38. site:
  39. switch: false
  40. permission:
  41. switch: false
  42. component: false
  43. dataset: false