config.ini 632 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 = 60
  17. [embedding]
  18. model = Qwen3-Embedding-8B
  19. base_url = http://10.192.72.12:18081/v1/embeddings
  20. default_dims = 4096
  21. enable_config = false
  22. api_key =
  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. esb_callback=http://xxxxx:xxxx/api/callback
  31. top_n=10
  32. breaker=false
  33. [logging]
  34. log_path= logs/aitagging-app.log