config.ini 488 B

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