John Trengrove
John Trengrove
Nice to hear from you @dandv, multiple targets during search is under https://github.com/weaviate/weaviate/issues/5138 with the first set of improvements coming in 1.26.
Completed in https://github.com/weaviate/weaviate/pull/4058
Completed in https://github.com/weaviate/weaviate/pull/4003.
Completed in https://github.com/weaviate/weaviate/pull/4163
Thanks @aminst I reran the tests and it looks good
Hey @databyjp, currently `rescoreLimit` is only available on the flat index type and in HNSW the `ef` value is used to determine how much to rescore by. I think though...
@lbakshi are you testing this in WCS or in your self-hosted Weaviate cluster? `Expected BEGIN_OBJECT but was STRING` indicates the result isn't coming back as valid json. The most likely...
Given we have some use now I don't see a lot of utility in changing from `io.weaviate.spark.Weaviate` -> `io.weaviate.DataSource`. Are we ok to close this issue?
Thanks @donaldmunro I'll add this as a fix
@daveatweaviate we aren't planning to change the default `ef` value (although the default dynamic ef value is generally on the higher side comparatively). Because `ef` can be changed at query...