Hammad Bashir

Results 148 comments of Hammad Bashir

Why would you expect it to be exhaustive? Chroma uses an approximate nearest neighbors index which will prune the candidates it searches. https://github.com/chroma-core/chroma/blob/fc4c8b547444efafa8ddf75fbd53a9b8e1a7eabe/chromadb/test/test_api.py#L1060 This is an example of setting the...

> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....

Hi, What version of chroma are you on? There was a bug with the resizing logic in

I think #214 is supposed to introduce a simplified settings? cc @levand

``` org.wildfly.plugins wildfly-maven-plugin 2.1.0.Beta1 ``` Can confirm that this works +1 . Thank you!

In my case, the scaffold was created with ``` mvn -B archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 ``` From the maven getting started guide https://maven.apache.org/guides/getting-started/index.html. I think this is just user...