chroma
chroma copied to clipboard
Unnecessary missing embedding function warning when handling embeddings directly (JS Client)
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.
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.