Commit Graph

7 Commits

Author SHA1 Message Date
Dylan Knutson
0dadf2654c Update dependencies and enhance SQL formatting in fit_model
- Added new dependencies: `colored`, `lazy_static`, `sqlformat`, and `unicode_categories` to improve code readability and SQL formatting capabilities.
- Introduced a new module `format_sql` for better SQL query formatting in `fit_model.rs`.
- Updated `fit_model.rs` to utilize the new `format_sql` function for logging SQL commands, enhancing clarity in database operations.
- Adjusted the `Cargo.toml` and `Cargo.lock` files to reflect the new dependencies and their versions.

These changes improve the maintainability and readability of the code, particularly in the context of SQL operations.
2024-12-28 21:46:14 +00:00
Dylan Knutson
b255f40ac7 add progress bar 2024-12-28 20:51:11 +00:00
Dylan Knutson
bc88c54cb0 write vector binary type to database 2024-12-28 19:04:43 +00:00
Dylan Knutson
428ca89c92 use COPY for importing data 2024-12-28 17:55:56 +00:00
Dylan Knutson
32a7292481 more fixes 2024-12-28 03:04:50 +00:00
Dylan Knutson
e21541af46 embeddings visualization 2024-12-28 01:59:11 +00:00
Dylan Knutson
f7bb5b0cdd initial commit 2024-12-28 01:28:33 +00:00