Support for dependency graph generation with tree sitter.
Support for Embedding generation in dependency graph using open-ai.
Support for embedding based code relevancy selection for
Updated:
The Network layer is refactored to reduce redundancy.
Config command now has two sub-commands 'local' & 'global' with respective options.
overide config has a new option --embedding to enable embedding.
Fixes:
Fixed ignore file pattern matching.
Fixed context generation for programming languages which dows not have tree-sitter support.
Fixed embedding generation to exclude non-supported languages.
Patch Changes
55ee800: Refactored the embedding and parsing service to handle the generation of prompt embedding and contexts properly.
6f1ea9b: Added a cool 3D view for dependency graph - This can be further improved to give user a proper experiance of manually adding context and viewing the project-wide code dependency.