open-notebook/tests
Luis Novo 5d84ab0768 fix: embedding batch sizing and 413 error classification (1.7.4)
- Add batching to generate_embeddings() (50 texts per batch with per-batch retry)
  to prevent 413 Payload Too Large errors on large documents
- Add 413 error classification rule for user-friendly error messages
- Fix misleading "Created 0 embedded chunks" log in process_source_command
  by removing premature get_embedded_chunks() call (embedding is fire-and-forget)

Closes #594
2026-02-18 11:39:47 -03:00
..
conftest.py feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
README.md Initial commit with all features 2024-10-21 14:56:10 -03:00
test_chunking.py feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
test_domain.py fix: handle empty/whitespace source content without retry loop (#576) 2026-02-14 18:09:07 -03:00
test_embedding.py fix: embedding batch sizing and 413 error classification (1.7.4) 2026-02-18 11:39:47 -03:00
test_graphs.py Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
test_models_api.py Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
test_notes_api.py feat: expose embed command_id in note API responses (#545) 2026-02-14 18:11:23 -03:00
test_url_validation.py feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
test_utils.py feat: content-type aware chunking and unified embedding (#444) 2026-01-21 23:49:08 -03:00

Coming Soon