Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add error handling for generating embeddings * Change file name of test file * Add toml config * Move api key setting into init function * Analyze & explain commands now stream responses from chatgpt. * Add vscode lens extraction function * Update repo to use tree-sitter sql parser * Remove sqlglot * Add refactor_code function for vscode ext * Using queries to find functions instead of manually searching * Remove code from vscode output * Ignore parsing hidden directories * Don't try parsing files that we don't have parsers for * Ignore filepaths with extensions we can't pass * Fixed the error where all the changes were getting resaved. * Ensure that running setup without an existing file still works * Fix typo * Add expt with agents * Add expt with agents * Add poetry.toml * Add agents * Stop warnings in jupyter notebook * Fix typo * Add agents * Temp move pygraphviz to dev dependencies so it doesn't need to be installed in github
- Loading branch information