Incidentally, Chroma also produced the single best study on long-context degradation that I've come across:
https://research.trychroma.com/context-rot
Before that, I cited nolima (https://www.reddit.com/r/LocalLLaMA/comments/1io3hn2/nolima_...) constantly to illustrate how difficult tasks involving reasoning or multi-step information gathering degraded much faster than the needle-in-haystack benchmarks cited by the major labs. Now Chroma is the first stop. Nice job on the research!
Cool project!
I would hope "native" means at least either CPU-native code (i.e. not Typescript) or OS-native UI (i.e. not Electron) - what did you mean by it here?
Looking at https://github.com/stepandel/chroma-explorer/blob/master/pac... it looks like it's using Electron.
it's an Electron app that's built to look like native. you're right, the language is a bit misleading -- will update
files in https://github.com/stepandel/chroma-explorer/tree/master/src are .tsx (typescipt) code.
Very cool!