From 42268a254ce163bfdc126e7bfda18b8263182ea9 Mon Sep 17 00:00:00 2001 From: Travis Herbranson Date: Sat, 16 May 2026 17:50:18 -0400 Subject: [PATCH] vault commit --- .../Dev/2026-05-16-vault-integration-test.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Sources/Dev/2026-05-16-vault-integration-test.md diff --git a/Sources/Dev/2026-05-16-vault-integration-test.md b/Sources/Dev/2026-05-16-vault-integration-test.md new file mode 100644 index 0000000..b69f779 --- /dev/null +++ b/Sources/Dev/2026-05-16-vault-integration-test.md @@ -0,0 +1,21 @@ +--- +project: vault-integration-test +type: session-note +status: active +tags: [test, integration, verification] +created: 2026-05-16 +updated: 2026-05-16 +--- +# Vault Integration Test 2026-05-16 + +This is an end-to-end test of the vault indexing pipeline post-chunking-refactor. +We're verifying that the save_note → index_note → public.embeddings path is fully +operational after Travis rebuilt the vault-mcp container with the published +embedding-chunking package from gitea. + +The note should land in wiki.notes with a fresh source_id, and produce one row +in public.embeddings with source_schema='wiki', source_table='notes', and a +non-NULL chunk_text that contains the content above. + +This content is intentionally short — about 80 tokens — to verify the single-chunk +path. A separate test with longer content will exercise multi-chunk.