Understand Graphify privacy and data handling
v8Graphify handles different file types with different privacy levels:
- Code files: Processed entirely locally using
tree-sitterAST. Code content is never sent to an external API. - Documents, papers, and images: Content is sent to the LLM API used by your AI coding assistant (e.g., Anthropic Claude, OpenAI) for semantic extraction.
Graphify does not perform any telemetry, usage tracking, or analysis. All network requests are made using your own API keys to your existing model providers.