陈闯

Results 8 comments of 陈闯

我们是从网页版的雪球上来看具体的url么,看您的配置文件中的url都是192.168.1.1

> 先确定下两个问题: > 1、ids这个字段是想用term filter功能来过滤满足条件的结果吗? > 2、索引的总向量多少? 1. ids是想用来做filter, 我想用vearch来做粗排,ids可能是5000个,想先过滤,基于过滤的结果再计算相似度 2. 总量在500w左右, 后期可能有1亿的场景 如果用faiss现有的算法会导致有损的召回,所以想着能否先过滤,再召回, 麻烦您了

> > > 先确定下两个问题: > > > 1、ids这个字段是想用term filter功能来过滤满足条件的结果吗? > > > 2、索引的总向量多少? > > > > > > > > 1. ids是想用来做filter, 我想用vearch来做粗排,ids可能是5000个,想先过滤,基于过滤的结果再计算相似度 > > 2. 总量在500w左右, 后期可能有1亿的场景 >...

is this problem solved today ?, i meet the same problem in 7.5.5

> +1 for this headache. The root cause is https://github.com/logstash-plugins/logstash-filter-json/blob/master/lib/logstash/filters/json.rb#L106 where `event.set` will dereference JSON keys. Keys with brackets will have unexpected outcomings. For example: `[]` crashes, `[non_existing_field]` resolves to...

> `filter { json { source => "message" } }` is not a solution for copying nested json to root? if "message" is not A JSON string but a json...

i need this refactor, but seems still not in 6.4