Dylan Castillo

Results 12 comments of Dylan Castillo

I came across this same issue. At least in my case, the code is shown below the dashboard (scroll to the end of the page). You can move it to...

Hey @marimeireles, Thank you. PyScript is such a great library. I have been loving working with it! I realized that the issue isn't really what I described. There seems to...

Just to add something I've noticed with `component_dependencies` + the dynamic loading middleware. In cases where you dynamically replace content in a page (e.g., using `hx-get` or `hx-post` in HTMX),...

> Actually, maybe a better approach, so user doesn't have to do the heavy lifting -> We wrap all the JS / CSS dependencies in a JS script that calls...

I guess people would be more used to the isolated setting given that it’s the default option in Vue/React. I also wonder how many people are consciously aware of how...

I think keeping both makes sense, especially if the difference is small. OTOH, I think we should do this change before 1.0. Otherwise, making changes might be unnecessarily complex (and...

I'm also having the same issue for `answer_correctness` and `answer_similarity`. I'm getting the following error: ```shell Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/Users/dcast/Documents/GitHub/all-about-rag/.venv/lib/python3.10/site-packages/ragas/executor.py",...

Just found the issue. This was due to having null values in the `ground_truth` column. Interestingly, those NAs are from synthetically generated questions using `generate_with_llamaindex_docs`. @shahules786 might be good to...

Hello! I haven't been around in a while, but just wanted to say this would be a great feature for HTMX users! That, plus dynamic loading of JS/CSS, would make...