| GraphRAGPipeline | R Documentation |
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
search()Search the graph
GraphRAGPipeline$search(query, search_type = NULL)
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.