toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.rag.lucene
/
LuceneStatistics
Lucene
Statistics
data
class
LuceneStatistics
(
val
totalChunks
:
Int
,
val
totalDocuments
:
Int
,
val
averageChunkLength
:
Double
,
val
hasEmbeddings
:
Boolean
,
val
vectorWeight
:
Double
)
Statistics about the Lucene RAG service state
Members
Constructors
Lucene
Statistics
Link copied to clipboard
constructor
(
totalChunks
:
Int
,
totalDocuments
:
Int
,
averageChunkLength
:
Double
,
hasEmbeddings
:
Boolean
,
vectorWeight
:
Double
)
Properties
average
Chunk
Length
Link copied to clipboard
val
averageChunkLength
:
Double
has
Embeddings
Link copied to clipboard
val
hasEmbeddings
:
Boolean
total
Chunks
Link copied to clipboard
val
totalChunks
:
Int
total
Documents
Link copied to clipboard
val
totalDocuments
:
Int
vector
Weight
Link copied to clipboard
val
vectorWeight
:
Double