Andriy Mulyar

Results 82 comments of Andriy Mulyar

@glemaitre You are right - I have read the paper. I inserted a check into tree.py to resolve this. If I could bring up one consideration with including the multi-class...

Not this simple, we've changed the interface slightly for compatibility across model architectures. A separate PR exists for this already. See https://github.com/hwchase17/langchain/pull/4567 I recommend closing this and not merging!

We are standardizing on these bindings (they are the best multiplatform option), no more large changes 😀

Let's wait to merge anything until the python bindings dev chimes in

Please do rely on the auto suggested backend - we will ensure the right model gets loaded (it won't be just hard coded if statements soon) These bindings will be...

Yep 😊 Happy to take suggestions on what that looks like in the gpt4all repo - inspecting the file contents makes the most sense. It doesn't make sense to implement...

I think this is ready for merge pending the resolution of the above threads

You can access the IDs through the metadata component, labels are unique across an entire map. This brings a good question, would you prefer the IDs or labels in the...

You left a previous issue on 1.x about accessing datapoints by topics: https://github.com/nomic-ai/nomic/issues/183 Are you still facing this. You should be able to do: ```python from nomic import AtlasProject project...

@Code-Solver Can you recommend anyone to review this on the rust side?