张凯

Results 6 issues of 张凯

### Describe the bug local查询正常 但global查询如下: INFO: Reading settings from ragtest\settings.yaml creating llm client with {'api_key': 'REDACTED,len=6', 'type': "openai_chat", 'model': 'qwen2:latest', 'max_tokens': 4000, 'request_timeout': 180.0, 'api_base': 'http://127.0.0.1:11434/v1', 'api_version': None, 'organization':...

community_support
awaiting_response
stale

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

### Do you need to file an issue? - [ ] I have searched the existing issues and this bug is not already filed. - [ ] My model is...

triage

![Image](https://github.com/user-attachments/assets/2b116598-b7ed-4c19-b7ee-146d0e6080fd) 我已经按照接口的规范去调用,上传了历史对话,为什么还是没有按照我给的上下文信息回答。

### Describe your question 我的数据库表中有一个营业额字段,我想统计本期的营业额,也就是最近三个月的营业额。创建指标本期营业额时如何书写限定条件。 目前我指定的限定条件为:date >= DATE_SUB(CURDATE(), INTERVAL 3 MONTH) AND date

question