-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingestion Utility: All class , func metadata and Func to func call ingestion into Neo4j #206
Comments
Package Support
Qualified Names
Data Model Enhancements
Python Version Management
Import Handling
Onboarding Documentation
Data Models
Neomodel Schema Implementation
Dspy Pipelines and Summary Generation
|
For Python - Had to revamp code again due to chapi separating a single file which has mix of functional and class code into separate json items creating duplication of nodes. This needs to be sorted. As there are 5/6 python specific processing codebases we have revamped the entire processing to be strategy pattern based on programming language so we reduce burden on creating every special processing that any programming language requires and we do not have to do it again. |
|
Function params , function call params fixed thanks Phodal! here is the issue ->archguard/archguard#154 |
Cant depend on cross referencing package deps with package manager as package and module name (name used in imports) can be different and there is no deterministic way as of now to fix it. So right now aft figuring system imports we should figure out internal imports based on import , current file path to which import belongs, root package name and workspace path. Then remaining ones are external |
For dev environement added mypy and ruff. Will be committed by eod |
No description provided.
The text was updated successfully, but these errors were encountered: