DocVersion
What KnowledgeProvider.ingest returns: the admitted version of a document and the store revision after the ingest.
Fields
doc_idstringrequiredThe document's id (the source's source_id).
versionstringrequiredThe admitted version's id, non-empty. local_knowledge uses the first 16 hex characters of the content's sha256, so the same bytes are the same version.
content_sha256Sha256requiredThe sha256 of the admitted bytes, lowercase hex.
revisionnumberrequiredThe store's monotonic revision after this ingest.