graphrag icon indicating copy to clipboard operation
graphrag copied to clipboard

A modular graph-based Retrieval-Augmented Generation (RAG) system

Results 568 graphrag issues
Sort by recently updated
recently updated
newest added

This would be implemented after Entity Resolution, generate pseudonyms for PERSON/ORG type entities.

enhancement

* Extract entities with UniversalNER * Use LLM to extract relationships based on NER output

enhancement

* Add config for wiring in Azure Insights * Report on some high-level stats in LLM jobs, push out to `stats.json` (e.g. generated tokens per minute, error rate, mean request...

enhancement

Our CSV parsing tools support a pretty rich set of input parsing options, we should expose some of these into our CSV Input configuration model.

enhancement

As an alternative to CSV, we should allow structured input from JSONL files, and use similar configs to CSV mode to drill down into text, title, timestamp, etc.. fields.

enhancement