Frontmatter
| id | 9755 |
| title | Test: Correct embeddingModel to qwen3-embedding in SessionSummarization |
| state | Closed |
| labels | aitesting |
| assignees | tobiu |
| createdAt | Apr 7, 2026, 3:11 PM |
| updatedAt | Apr 7, 2026, 3:11 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9755 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 7, 2026, 3:11 PM |
Test: Correct embeddingModel to qwen3-embedding in SessionSummarization
Closedaitesting
Description
The
SessionSummarization.spec.mjsPlaywright test incorrectly overridesSDK.Memory_Config.data.ollama.embeddingModelto usegemma4. Sincegemma4is the core inferencer (LLM) and not an embedding model, this is an architectural drift compared to the local native config (qwen3-embedding). Tracking the fix to correct the test configuration.