SyncStats

org.llm4s.rag.loader.SyncStats
See theSyncStats companion object
final case class SyncStats(added: Int, updated: Int, deleted: Int, unchanged: Int)

Statistics for sync operations.

Value parameters

added

New documents added

deleted

Documents removed

unchanged

Documents with no changes

updated

Existing documents updated

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def changed: Int
def hasChanges: Boolean
def total: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product