config.ini 564 B

123456789101112131415161718192021222324252627282930313233343536
  1. [database]
  2. host = 10.192.72.11
  3. port = 4321
  4. user = root
  5. password = KingBase@123
  6. database = ai_tagging
  7. schema=ai_tagging
  8. min=5
  9. max=20
  10. [llm]
  11. model = qwen3-32b
  12. temperature = 0.2
  13. base_url = http://172.16.40.16:20001/compatible-mode/v1
  14. api_key =
  15. max_retries = 3
  16. timeout = 30
  17. [embedding]
  18. model = Qwen3-Embedding-8B
  19. base_url = http://10.192.72.11:18081/v1/embeddings
  20. api_key =
  21. default_dims = 4096
  22. enable_config = false
  23. [es]
  24. url = http://10.192.72.13:9200
  25. username = elastic
  26. password = 123456
  27. [app]
  28. port=9876
  29. concurrence=1
  30. [logging]
  31. log_path= logs/aitagging-app.log