lllin000_PaperForge/tests/embedding
LLLin000 66c2db427e fix: add missing vec_fulltext_meta DDL and embed lifecycle tests
schema.py: CREATE_VEC_FULLTEXT_META was referenced at line 328 but
never defined. Adds the missing DDL constant so the v5 schema migration
does not raise NameError on fresh databases.

tests: add embedding test suite with four tests covering vec0 resume
detection, empty-table fallback, force drop, and delete-then-write
ordering verification.
2026-07-10 23:39:10 +08:00
..
__init__.py fix: add missing vec_fulltext_meta DDL and embed lifecycle tests 2026-07-10 23:39:10 +08:00
conftest.py fix: add missing vec_fulltext_meta DDL and embed lifecycle tests 2026-07-10 23:39:10 +08:00
test_embed_resume.py fix: add missing vec_fulltext_meta DDL and embed lifecycle tests 2026-07-10 23:39:10 +08:00