Skip to main content

GraphRAG

Use a GraphRAG query to generate a response.

curl http://localhost:8088/api/v1/graph-rag \
--header "content-type: application/json" \
--data \
'{
"query": "Give me 10 facts."
}'