RAGStats

org.llm4s.rag.RAGStats
final case class RAGStats(documentCount: Int, chunkCount: Int, vectorCount: Long)

RAG pipeline statistics.

Value parameters

chunkCount

Number of chunks indexed

documentCount

Number of documents indexed

vectorCount

Number of vectors in store

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product