Nikhil Thorat
Nikhil Thorat
We should probably have markdown-block aware chunking. When we see a code block of markdown, we should probably make it one big chunk.
We should make the counter an input box so it can be jumped
We should fix the VALUE and SPAN key problem so we can turn combine_cold to true by default. This has come up several times now, let's prioritize.
``` File "/usr/local/lib/python3.10/site-packages/lilac/router_dataset.py", line 218, in select_rows_schema dataset = get_dataset(namespace, dataset_name) File "/usr/local/lib/python3.10/site-packages/lilac/db_manager.py", line 43, in get_dataset _CACHED_DATASETS[cache_key] = _DEFAULT_DATASET_CLS( File "/usr/local/lib/python3.10/site-packages/lilac/data/dataset_duckdb.py", line 337, in __init__ manifest = self.manifest() File...
- Sometimes we have the same data point duplicated in 3 slots - Fix bouncing when labeling - Make labeling faster with keyboard shortcuts.
Taskas are not cancellable, we should have an X button
The UI currently doesnt let us delete map columns.
The TaskManager should still be a global singleton (for the sake of a single place to check progress), but we should break the internals down into threads and process subclasses...