lilac
lilac copied to clipboard
Lilac server won't open / is blank, operations can't be applied.
Hello!
The latest fix allowed me to install and create a project (lilac = 0.17)
However, after creating an initial test object, loading a JSON file (correctly, if I'm reading the .yaml file right) I can't seem to load the server on the browser. Console seems to show Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain"
but not sure that's relevant.
Additionally, running operations on it gives errors like
pydantic.error_wrappers.ValidationError: 1 validation error for EmbeddingConfig
embedding
Signal "gte_small" not found in the registry (type=value_error)
My apologies if I missed something obvious, I tried to look around issues.
Hi @TheodoreGalanos, been trying to reproduce this with no luck! I'm on it today.
Can you share your OS version, python version, and potentially the JSON dataset you're trying to load (if it's not private)?
And did you pip install lilac
or pip install lilac[all]
?
Also, are you installing in a venv?
Hello @nsthorat !
Apologies for late reply. I am on Windows 10 and in a python 3.11 environment. I installed lilac with pip install[gte]
. I will give all
a try now.
edit: same issue with pip install lilac[all]
, after doing lilac start /test
command within a folder, I get a blank page on 127.0.0.1:5432
Ah awesome, thanks. I'll boot up my windows machine today and look into this!
@TheodoreGalanos one last question -- are you running this in WSL or from the windows terminal?
Hey, I'm running this from a miniconda environment.
BTW it worked fine through WSL. Wonder if it's a windows thing?
Yeah it must be a windows bug.. got my windows machine set up but it's got some issues. Still going to work on this!
Does WSL unblock you or do you need it to work without that?