LearnNewsExamplesServices
Frontmatter
id7838
titleFix ChromaDB warning: No embedding function configuration found
stateClosed
labels
bugai
assigneestobiu
createdAtNov 21, 2025, 10:21 AM
updatedAtNov 21, 2025, 11:19 AM
githubUrlhttps://github.com/neomjs/neo/issues/7838
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 21, 2025, 11:19 AM

Fix ChromaDB warning: No embedding function configuration found

Closed v11.8.0 bugai
tobiu
tobiu commented on Nov 21, 2025, 10:21 AM

The ai/examples/self-healing.mjs script outputs a warning: "No embedding function configuration found for collection schema deserialization". This is caused by the dummyEmbeddingFunction not implementing the full interface required by the chromadb client for proper serialization.

We need to update the dummyEmbeddingFunction to include the required properties (name, getConfig, and a static buildFromConfig) so that it is recognized as a valid embedding function and not treated as 'legacy', which triggers the warning.

tobiu added the bug label on Nov 21, 2025, 10:21 AM
tobiu added the ai label on Nov 21, 2025, 10:21 AM
tobiu assigned to @tobiu on Nov 21, 2025, 11:18 AM
tobiu
tobiu Nov 21, 2025, 11:19 AM

resolved via #7839.

tobiu closed this issue on Nov 21, 2025, 11:19 AM