diff --git a/config_example.json b/config_example.json index 9df2b0d..b2dc2f7 100644 --- a/config_example.json +++ b/config_example.json @@ -1,6 +1,13 @@ { - "url":"https://api.siliconflow.cn/v1/chat/completions", - "key":"", - "embedding_model":"", - "query_model":"Qwen/Qwen3-8B" + "queryURL":"https://api.siliconflow.cn/v1/chat/completions", + "embeddingURL":"https://api.siliconflow.cn/v1/embeddings", + "rerankURL":"https://api.siliconflow.cn/v1/rerank", + "vectorDBURL":"http://localhost:8000", + "key":"sk-xxxxxxxxxxxxxxxxx", + "queryModel":"Qwen/Qwen3-8B", + "embeddingModel":"Qwen/Qwen3-Embedding-0.6B", + "rerankModel":"Qwen/Qwen3-Reranker-0.6B", + "retriveTopK":20, + "rerankTopK":10, + "memory":true } \ No newline at end of file