config.ini 574 B

12345678910111213141516171819202122232425262728293031323334353637
  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. top_k = 2
  29. port=9876
  30. concurrence=1
  31. [logging]
  32. log_path= logs/aitagging-app.log