document local embedding certificate blocker

This commit is contained in:
Codex
2026-09-07 22:10:49 -07:00
parent aaf72f82f6
commit 4a504a17e1
+12
View File
@@ -77,6 +77,18 @@ Run `poc.py smoke` before importing any sampled production material. It checks
the v3 document path plus the v4 search, profile, and conversation endpoints the v3 document path plus the v4 search, profile, and conversation endpoints
used by Hermes. used by Hermes.
### Current local-embedding blocker
On the unRaid POC host, `server-v0.0.8` remains healthy but its local embedding
worker returns `unknown certificate verification error` when first loading
`Xenova/bge-m3`. Supplying a Mozilla CA bundle through `SSL_CERT_FILE`,
`SSL_CERT_DIR`, `NODE_EXTRA_CA_CERTS`, and Debian's standard CA path did not
change the error; TLS verification was never disabled. Do not import sampled
Hindsight or document data until either a remote OpenAI-compatible embedding
endpoint or a separately approved local embedding sidecar passes the smoke
test. The server also returns HTTP 409 when deleting documents stuck in the
`embedding` state, so failed smoke rows may require a fresh POC data directory.
## Evaluation guardrails ## Evaluation guardrails
- Score raw Supermemory API retrieval separately from the Hermes answer. In - Score raw Supermemory API retrieval separately from the Hermes answer. In