| Entity | R Documentation |
An extracted entity
idUnique identifier
nameEntity name
typeEntity type
descriptionDescription
source_chunksSource chunk IDs
embeddingVector embedding
metadataAdditional metadata
new()Create a new Entity
Entity$new( id = NULL, name, type, description = NULL, source_chunks = NULL, embedding = NULL, metadata = NULL )
idUnique ID
nameName
typeType
descriptionDescription
source_chunksSources
embeddingVector
metadataMetadata
to_list()Convert to list
Entity$to_list()
clone()The objects of this class are cloneable with this method.
Entity$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.