| 12345678910111213141516171819202122232425262728293031 |
- [database]
- host = 10.192.72.11
- port = 4321
- user = root
- password = admin
- database = ai_tagging
- schema=ai_tagging
- [llm]
- model = qwen3-32b
- temperature = 0.2
- base_url = http://172.16.40.16:20001/compatible-mode/v1
- api_key =
- [embedding]
- model = Qwen3-Embedding-8B
- base_url = http://10.192.72.11:18081/v1/embeddings
- api_key =
- default_dims = 4096
- enable_config = false
- [es]
- url = http://10.192.72.13:9200
- [app]
- top_k = 2
- port=9876
- concurrence=1
- [logging]
- log_path= logs/aitagging-app.log
|