4 comments
Incidentally, Chroma also produced the single best study on long-context degradation that I've come across:<p><a href="https://research.trychroma.com/context-rot" rel="nofollow">https://research.trychroma.com/context-rot</a><p>Before that, I cited nolima (<a href="https://www.reddit.com/r/LocalLLaMA/comments/1io3hn2/nolima_longcontext_evaluation_beyond_literal/" rel="nofollow">https://www.reddit.com/r/LocalLLaMA/comments/1io3hn2/nolima_...</a>) 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!<p>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 <a href="https://github.com/stepandel/chroma-explorer/blob/master/package.json" rel="nofollow">https://github.com/stepandel/chroma-explorer/blob/master/pac...</a> 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 <a href="https://github.com/stepandel/chroma-explorer/tree/master/src" rel="nofollow">https://github.com/stepandel/chroma-explorer/tree/master/src</a> are .tsx (typescipt) code.
Very cool!