config.ini 449 B

1234567891011121314151617181920212223242526272829
  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. [es]
  18. url = http://10.192.72.13:9200
  19. vecotr_dims = 4096
  20. [app]
  21. top_k = 2
  22. port=9876
  23. [logging]
  24. log_path= logs/aitagging-app.log