Commit Graph

17 Commits

Author SHA1 Message Date
Matteo Rosati 26df98c08e add multi-file import support
build / build (push) Successful in 9s
pytest / pytest (push) Successful in 26s
2026-04-29 15:39:42 +02:00
Matteo Rosati 74e48fbcd5 replace existing file records on re-import
build / build (push) Successful in 9s
pytest / pytest (push) Successful in 25s
2026-04-29 14:46:41 +02:00
Matteo Rosati d1b1238897 decouple core data from CLI formatting
build / build (push) Successful in 49s
pytest / pytest (push) Successful in 30s
2026-04-29 12:44:28 +02:00
mrosati c5b6b196b5 fix syntax and types 2026-04-24 18:23:02 +02:00
Matteo Rosati ebf664a25a add empty test for embedding
build / build (push) Successful in 9s
pytest / pytest (push) Successful in 23s
2026-04-23 22:00:45 +02:00
Matteo Rosati a14edebafe add colors!
build / build (push) Successful in 12s
pytest / pytest (push) Successful in 29s
2026-04-23 21:49:46 +02:00
Matteo Rosati 3fcc3904b4 remove pointless test
build / build (push) Successful in 9s
pytest / pytest (push) Successful in 25s
2026-04-23 21:18:35 +02:00
Matteo Rosati 6861636794 add test test_delete_non_existent_collection
build / build (push) Successful in 10s
pytest / pytest (push) Successful in 24s
2026-04-23 21:13:35 +02:00
Matteo Rosati 7ee58939a6 add test test_create_collection_with_same_name 2026-04-23 21:06:41 +02:00
mrosati 4a7804af19 add test test_list_existing_collections
build / build (push) Successful in 10s
2026-04-23 20:49:52 +02:00
mrosati e5b63ac6fb use absolute paths 2026-04-23 19:56:11 +02:00
mrosati 38fa57e348 refactor rename add-data -> import
build / build (push) Successful in 9s
2026-04-23 19:34:59 +02:00
Matteo Rosati 0441bcd911 remove command aliases 2026-04-22 22:21:14 +02:00
Matteo Rosati b52952a2eb simplify the app using typer 2026-04-22 22:14:26 +02:00
Matteo Rosati 2dfaa68466 modernize type hints 2026-04-22 17:19:14 +02:00
Matteo Rosati 33b46c2c21 add ruff. fix all linting 2026-04-22 17:03:01 +02:00
Matteo Rosati 2962a2e088 replace argparse.Namespace plumbing with typed command inputs 2026-04-22 16:03:51 +02:00