Re: normalizing vectors

2020-11-26 Thread Michael Sokolov
Thanks, Tomoko, I think you're right. Documentation and a helper function should do it. I see now that ann-benchmarks toolkit can be made to do the work external to the indexing process. On Wed, Nov 25, 2020, 6:52 PM Tomoko Uchida wrote: > Hi Mike, > I'm looking forward to that vector search is

Re: Approach towards solving split package issues?

2020-11-26 Thread Dawid Weiss
I think this sounds good! D. On Wed, Nov 25, 2020 at 2:20 PM Tomoko Uchida wrote: > > > The check could be implemented (crudely) by looking at java > > sourceSets, scanning which folders *.java files live in (packages) and > > then checking for conflicts at the top-level project? > > I opened LUC