org.llm4s.rag.loader.DocumentVersion
See theDocumentVersion companion object
final case class DocumentVersion(contentHash: String, timestamp: Option[Long], etag: Option[String])
Version information for change detection.
Used by sync operations to determine if a document has changed since it was last indexed.
Value parameters
- contentHash
-
SHA-256 hash of the content
- etag
-
Optional HTTP ETag for URL sources
- timestamp
-
Optional last modified timestamp (epoch ms)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article