Anton Troynikov
Anton Troynikov
I think we should just pull the trigger and not complicate the interface with cruft, while ensuring we communicate to users.
The default Chroma client is ephemeral and should not persist files - which files are you seeing persisted?
Ah, yes the server persists by default. I should be easy to add an argument to the CLI to allow it to be ephemeral - happy to support that PR...
I think you were right actually, if you are running a Chroma server via CLI, the server will persist files by default, regardless of the client(s) connecting to it.
@namp @eebmagic @Jkense while we don't currently support this, there are a couple of workarounds to try. 1. Have a 'master' collection which acts as the document store, with original...
Chroma already supports full text search using the `where_document` feature: https://docs.trychroma.com/guides#filtering-by-document-contents This should be much better named so people can find it more easily. We are looking into solutions for...
Adding @codetheweb for review; will cover this this week!
Initial review pass looks good, @codetheweb is reviewing docs currently. @AlabasterAxe could we please split this up into a stack of PRs for easier in-depth review of each part?
Reproduced for python 3.12 and 3.10 on our windows machine (though this does not show up in CI, we should figure out why - perhaps the number of embeddings we...
Have reproduced the 0.7.6a1 failure on our windows machine. The next step is to put a debugger on the cpp code itself. This will be a bit hairy but will...