Eric Xanderson
Eric Xanderson
can confirm that something changed with this optimization. I spent the past 2+ days trying to re-train an embedding I had working a week ago. With this on, it does...
this would be great.
Yes, we want to use a custom but OpenAI compatible API endpoint. it's not clear how to do that. On Tue, Jan 30, 2024, 03:39 maciu665 ***@***.***> wrote: > Danswer...
heres my error: ``` Error: No version of module jupyter-leaflet is registered at f.loadClass (446.fdf8b1b233cb8c1783f6.js?v=fdf8b1b233cb8c1783f6:1:74920) at f.loadModelClass (327.68dbf8491690b3aff1e7.js?v=68dbf8491690b3aff1e7:1:10729) at f._make_model (327.68dbf8491690b3aff1e7.js?v=68dbf8491690b3aff1e7:1:7517) at f.new_model (327.68dbf8491690b3aff1e7.js?v=68dbf8491690b3aff1e7:1:5137) at f.handle_comm_open (327.68dbf8491690b3aff1e7.js?v=68dbf8491690b3aff1e7:1:3894) at _handleCommOpen (446.fdf8b1b233cb8c1783f6.js?v=fdf8b1b233cb8c1783f6:1:73457)...
reproduce: ``` docker run -p 10000:8888 quay.io/jupyter/scipy-notebook:2024-05-27 ``` ``` # install ipyleaflet !pip install ipyleaflet ``` ``` #sample code from ipyleaflet import Map, basemaps, basemap_to_tiles m = Map( basemap=basemap_to_tiles(basemaps.NASAGIBS.ModisTerraTrueColorCR, "2017-04-08"),...
got a different error with: ``` #docker run -p 8888:8888 jupyter/datascience-notebook:r-3.6.2 jupyter core : 4.6.3 jupyter-notebook : 6.0.3 qtconsole : not installed ipython : 7.13.0 ipykernel : 5.1.4 jupyter client...
when I try to manually install it: ``` jupyter labextension install jupyter_leaflet ``` from the pip store, I get the following error: ``` (Deprecated) Installing extensions with the jupyter labextension...
I fixed the issue in my ```quay.io/jupyter/scipy-notebook:notebook-7.2.1``` based docker, but have no idea how. all I seem to have done is add this line before installation for cuda from nvidia:...
Hey all @raineorshine @HMarzban @jeffrafter @himself65 I forked this and implemented what I think is the obvious bug here: https://github.com/yjs/y-indexeddb/compare/master...disarticulate:y-indexeddb:patch-1 In short, the constructor function calls to initiate then doc...
Looks like I'm still getting a update every time I refresh, but I need to create a minimal reproduction without other events occurring. A minimal implement still gets a update....