groobyming
groobyming
你好,请问下这里只能使用qdrant的云服务,不能使用本地qdrant吗
你好,我这边是本地用docker起的一个qdrant服务,看了下相关的文档,没有发现 QDRANT_API_KEY 的生成方式,所以我只用配置如下两项就可以了吗? ``` # Vector database configuration, support: weaviate, qdrant VECTOR_STORE=qdrant # Qdrant configuration QDRANT_URL=https://your-qdrant-cluster-url.qdrant.io ```
@sepaci 测试失败,直接改这两个会导致服务启动失败,但是又没有报错内容
@alamb Hi, could you please take a look at this issue? I didn't find any more instructions about this custom Dialect
@alamb Thanks, when I added the following code in src/dialect/tokenizer.rs, it worked for me, but I still don't know why it works test success: So if I want to extend...
@alamb Thanks for the feedback! I'll create a PR to address this issue. PR addressing: https://github.com/sqlparser-rs/sqlparser-rs/pull/1188
@alamb OK,Thanks
@yuanbohan hi,yuanbohan.if you have time, please help to review it
> May I ask a question: > > Is this PR the beginning of total implementation of MetricsQL, or only to support `OR` in label matcher? @yuanbohan just only to...
> @groobyming Could you please update the PR description to summarize what the PR does? There is an example: #76 OK