Thor Whalen
Thor Whalen
@arnaudmiribel, this is what I use to get the `include` to act more like MongoDBs `projection` field, which has the meaning of "only give me these fields". Essentially, it's a...
Made [this issue](https://github.com/chroma-core/chroma/issues/1622) to describe a solution which I believe is good non-disruptive step of @jeffchuber's _drop the field entirely if the user does not include it_ solution. Basically, give...
I added this to my PR from 6 days ago: https://github.com/chroma-core/chroma/pull/1607/commits I'll update the docs too, if the PR is accepted.
## Other details in case it helps When running (in a jupyter notebook) ```python from audioldm.pipeline import text_to_audio, build_model f = lambda text: text_to_audio(build_model(), text) ``` I get the same...
Personally, I'm not a fan of the `filter_include` name for the argument, but haven't thought of better. Do propose if you think of something.
Implemented in PR: https://github.com/chroma-core/chroma/pull/1626