graphrag light
1.0.0
Bienvenue sur graphrag-light. Une implémentation graphrag facile à démarrer, native de GCP.
python3 -m venv .venv-graphrag-lite
Ajoutez graph2nosql dans votre dossier de projet pour une installation locale. Aucune distribution de pip disponible (encore).
git clone https://github.com/jakobap/graph2nosql.git
pip install -r ./graphrag_lite/requirements.txt
stateless-comm-reporter
et stateless-context-processor
. Les deux répertoires contiennent des Makefiles pour automatiser la construction et le déploiement.Pour déployer :
stateless-comm-reporter
et stateless-context-processor
.stateless-comm-reporter
et stateless-context-processor
: GCP_CREDENTIAL_FILE=""
GCP_PROJECT_ID=""
GCP_PROJECT_NUMBER =""
GCP_REGION =""
GCP_MULTIREGION = ""
DOCUMENT_AI_PROCESSOR_ID =""
DOCUMENT_AI_PROCESSOR_VERSION = ""
LANGFUSE_SECRET_KEY =
LANGFUSE_PUBLIC_KEY =
LANGFUSE_HOST=
FIRESTORE_DB_ID=""
NODE_COLL_ID=""
COMM_COLL_ID=""
EDGES_COLL_ID=""
SCHEDULER_PUBSUB_ID=""
COMMUNITY_WL_PUBSUB=""
QUERY_FS_DB_ID=""
QUERY_FS_INT__RESPONSE_COLL=""
RAW_PDFS_BUCKET_NAME=""
make all