CollectionStats

org.llm4s.rag.permissions.CollectionStats
final case class CollectionStats(documentCount: Long, chunkCount: Long, subCollectionCount: Int)

Statistics for a collection.

Value parameters

chunkCount

Total number of chunks across all documents

documentCount

Number of unique documents in the collection

subCollectionCount

Number of direct sub-collections

Attributes

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

Members list

Value members

Concrete methods

def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product