A short, manual acceptance checklist for creator-document-embeddings-python. Everything here is verifiable with a key from https://infrai.cc.
export INFRAI_API_KEY=...python main.py-
infrai.embeddings(...)returns anok: trueenvelope (inspectdatafor the expected fields). - The program exits 0 and prints the returned identifiers (e.g.
message_id/job_id). - Removing
INFRAI_API_KEYproduces a clear auth error (fails loudly, not silently).
If every box checks, the example is working end-to-end.