| 1234567891011121314151617181920212223 |
- [database]
- host = 10.192.72.11
- port = 4321
- user = root
- password = admin
- database = ai_tagging
- [llm]
- model = Qwen3-4B-Instruct
- temperature = 0.2
- base_url = http://10.192.72.12:8003/v1
- api_key =
- [embedding]
- model = Qwen3-Embedding-8B
- base_url = http://10.192.72.11:18081/v1/embeddings
- [es]
- url = http://10.192.72.13:9200
- vecotr_dims = 4096
- [app]
- top_k = 2
|