Complete GraphRAG processing pipeline
configGraphRAGConfig
graphKnowledgeGraph
communitiesDetected communities
new()Create a new GraphRAGPipeline
GraphRAGPipeline$new(config = NULL)configGraphRAGConfig
process()Process documents
GraphRAGPipeline$process(texts, document_ids = NULL)textsCharacter vector of documents
document_idsDocument IDs
Self
queryQuery string
search_type"local", "global", or "hybrid"
Search result
stats()Get statistics
GraphRAGPipeline$stats()Named list
clone()The objects of this class are cloneable with this method.
GraphRAGPipeline$clone(deep = FALSE)deepWhether to make a deep clone.