litlig
litlig
I agree with the CLA
I agree with the CLA. SonarCode failure is a false alarm.
there was a related issue here https://github.com/weaviate/weaviate/issues/3644, we can make it a user config to choose whether or not to convert property values to lower case
hey I made my first PR to the project, would like to get your feedback! thanks
I agree with the CLA
hey @tsmith023, thanks for taking a look! I did run the gen-code-from-swagger.sh to autogen swagger code. The CI error seems to be complaining about `deprecations/data.go`, which got formatted by swagger...
> Thanks for the contribution! Can you please add some tests? Probably just an acceptance (end2end) test would suffice. Check the existing [multi-tenancy tests](https://github.com/weaviate/weaviate/tree/master/test/acceptance/multi_tenancy) for reference Thanks for the pointer!...
IIRC, we can add a ef field to the gRPC search request, and pass it through all the way to hnsw SearchByVector https://sourcegraph.com/github.com/weaviate/weaviate@master/-/blob/adapters/repos/db/vector/hnsw/search.go?L64. This SearchByVector is also an interface method,...