Graph Data Store
What's a Graph Data Store?
Available Implementations:
Installation
# you can use a Conda environment
pip install --extra-index-url https://oauth2accesstoken:$(gcloud auth print-access-token)@glsdk.gdplabs.id/gen-ai-internal/simple/ gllm-datastore --extras kg# you can use a Conda environment
pip install --extra-index-url https://oauth2accesstoken:$(gcloud auth print-access-token)@glsdk.gdplabs.id/gen-ai-internal/simple/ gllm-datastore --extras kg# you can use a Conda environment
FOR /F "tokens=*" %T IN ('gcloud auth print-access-token') DO pip install --extra-index-url "https://oauth2accesstoken:%T@glsdk.gdplabs.id/gen-ai-internal/simple/" "gllm-datastore" --extras "kg"Managing Graph Data with Graph Data Store
Node Operations
Creating and Updating Nodes
Deleting Nodes
Relationship Operations
Creating and Updating Relationships
Deleting Relationships
Querying the Graph
Graph Traversal
Graph RAG Data Store
LightRAG Postgres Graph RAG Data Store
LlamaIndex Neo4j Graph RAG Data Store
Last updated
Was this helpful?