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
chunkCount
:
Int
,
val
documentCount
:
Int
,
val
contentElementCount
:
Int
,
val
averageChunkLength
:
Double
,
val
hasEmbeddings
:
Boolean
,
val
vectorWeight
:
Double
,
val
isPersistent
:
Boolean
,
val
indexPath
:
String
?
)
Statistics about the Lucene RAG service state
Members
Constructors
Lucene
Statistics
Link copied to clipboard
constructor
(
chunkCount
:
Int
,
documentCount
:
Int
,
contentElementCount
:
Int
,
averageChunkLength
:
Double
,
hasEmbeddings
:
Boolean
,
vectorWeight
:
Double
,
isPersistent
:
Boolean
,
indexPath
:
String
?
)
Properties
average
Chunk
Length
Link copied to clipboard
val
averageChunkLength
:
Double
chunk
Count
Link copied to clipboard
open
val
chunkCount
:
Int
content
Element
Count
Link copied to clipboard
open
val
contentElementCount
:
Int
document
Count
Link copied to clipboard
open
val
documentCount
:
Int
has
Embeddings
Link copied to clipboard
open
val
hasEmbeddings
:
Boolean
index
Path
Link copied to clipboard
val
indexPath
:
String
?
is
Persistent
Link copied to clipboard
open
val
isPersistent
:
Boolean
vector
Weight
Link copied to clipboard
val
vectorWeight
:
Double