lilac
lilac copied to clipboard
Curate better data for LLMs
Potentially better way to structure top level tsconfig. https://www.typescriptlang.org/docs/handbook/project-references.html
Currently, schema has "leafs" which returns all the nodes with values. This is technically incorrect, so let's introduce "petal" terminology for nodes with values. Leafs are truly leafs.
We often break the UI because of some small bugs that happen between browser handler. See https://fastapi.tiangolo.com/tutorial/testing/
When running python github checks, the python installation cache is always a miss. We should investigate trying to get this to be a cache hit to speed up the python...
Currently STRING_SPANs are implemented as {'start': 0, 'end': 10}. The data format will not encode 'start' and 'end', but there is runtime overhead of emitting this dictionary. Since we may...
I want to import a big CSV file (~1.5GB) but, at some point, it fails with the error: `Invalid Input Error: Error in file "/data/dataset.csv" on line 483: Maximum line...
I am running this in my local machine `docker run $TTY_FLAGS -p 5432:80 --memory=128g --volume /home/user:/lilac -e LILAC_PROJECT_DIR="/lilac" lilac` Getting the following error. ``` Traceback (most recent call last): File...