chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Unnecessary missing embedding function warning when handling embeddings directly (JS Client)

Open Aspvik opened this issue 3 months ago • 1 comments

Hi!

I just wanted to point out that the current console.warn("No embedding function configuration found for collection <COLLECTION NAME>. 'add' and 'query' will fail unless you provide them embeddings directly") every time I get a collection is quite annoying for someone that only works with embeddings directly.

Suggestion: Add an option to supress the messages or show them only on an actual add or query operation.

Aspvik avatar Sep 03 '25 07:09 Aspvik

Seconding this! I am using this with langchainjs, which handles the embedding prior to calling add and query. Would love not to see these messages.

jencompgeek avatar Sep 30 '25 17:09 jencompgeek