New backends: AWS Bedrock + Google Workspace (v0.7.9) #776
safishamsi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Two new integrations landed in v0.7.9.
AWS Bedrock
You can now run graphify extractions through AWS Bedrock - no API key needed, uses your existing IAM credentials via the standard AWS provider chain.
Set
AWS_PROFILEorAWS_REGIONand it auto-detects. Default model isanthropic.claude-3-5-sonnet-20241022-v2:0, overridable viaGRAPHIFY_BEDROCK_MODEL. Useful for teams already on AWS who want extraction to stay inside their own cloud account.Google Workspace
graphify can now export your Google Docs, Sheets, and Slides before extraction. Files are downloaded as Markdown/CSV and fed into the graph alongside your local corpus.
Requires
GRAPHIFY_GOOGLE_WORKSPACE=1or the--google-workspaceflag. Account emails are pseudonymized (SHA-256, 12-char prefix) in sidecar metadata - nothing identifiable lands in your graph.Install or upgrade:
Full changelog: https://github.com/safishamsi/graphify/blob/v7/CHANGELOG.md
All reactions