Ishan Chattopadhyaya
Ishan Chattopadhyaya
Create a unit testing support, to ease the refactoring and other improvements, without worrying about breaking functionality here.
The project ID should change per user, and should be possible to pass it in from outside the config files.
* Upgraded to Solr 9x * New version 0.6.0 * Upgraded java version to 11 * Removed the yasa-ui/package-lock.json from tracked files Tested with Solr 9.0, works fine. After merging...
CAGRA and brute force support prefiltering. Couldn't find anything for prefiltering in HNSW as I looked here: https://github.com/rapidsai/cuvs/blob/branch-25.06/cpp/src/neighbors/hnsw_c.cpp#L80
Using a pool memory manager was causing crash with different threads. Modified a test to run parallely sometimes.
[SOLR-17631](https://issues.apache.org/jira/browse/SOLR-17631) Upgrade main to Lucene 10.x Right now, I've fixed all compilation issues with core and test modules. Other modules still don't compile. On the tests front, I've fixed a...
Implementation of support for vector search on GPU with cuVS described in https://github.com/apache/lucene/issues/14243 This is an in-progress PR at the moment. Here is a way to test it out: *...