Vector GraphRAG
Preamble¶
NOTE: The APOC core library must be installed in your Neo4j instance (Installation)
In [2]:
Copied!
from ragsphere import RAG
from ragsphere.models import Text2CypherRetrieverConfig
from ragsphere.graphrag import Text2CypherRetriever
from ragsphere import RAG
from ragsphere.models import Text2CypherRetrieverConfig
from ragsphere.graphrag import Text2CypherRetriever
C:\ProgramData\mambaforge_24.3.0.0\envs\raglib\Lib\site-packages\tqdm\auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html from .autonotebook import tqdm as notebook_tqdm