You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
871 B
871 B
NV3.1 hardening notes
This slice hardens the new parallel semantic search path introduced in NV3.
Scope
- dedicated semantic search test application context
- semantic endpoint integration test with MockMvc
- semantic + hybrid orchestrator integration tests
- semantic model selection test
- pgvector-aware test database setup
Test focus
- semantic-only search returns hits when embeddings were created through the new subsystem
- hybrid search includes lexical and semantic engines together
- semantic model selection is honored (
semanticModelKey) - debug endpoint exposes semantic engine participation
Notes
- tests use the new parallel embedding subsystem only
- the legacy vectorization flow is not used
- tests rely on the mock embedding provider for deterministic embeddings
- the semantic test base uses a pgvector-enabled PostgreSQL image