Xule Lin

Results 15 comments of Xule Lin

Of the Zotero items. I have attached an example here

Same as above. It happened right after export with the most recent update.

@argenos I tried both files with two different dummy items. The issue seems to be unresolved.

For Frontend, Error message in the browser is "ERROR: Failed connection to server. Please ensure the server is reachable at ws://localhost:3001/ws." ``` > [email protected] start > vite VITE v5.2.7 ready...

Backend works. ``` (opendevin) xulelin@Xules-MBP14 OpenDevin % uvicorn opendevin.server.listen:app --port 3000 --host 0.0.0.0 INFO: Started server process [33336] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running...

I have also enabled `Allow the default Docker socket to be used (requires password)` on Docker Desktop.

I tested the endpoint and got ``` curl -I http://localhost:3001/api/litellm-models HTTP/1.1 500 Internal Server Error Access-Control-Allow-Origin: * Content-Type: text/plain Date: Mon, 01 Apr 2024 17:57:31 GMT Connection: keep-alive Keep-Alive: timeout=5...

> Alternatively, for node 17+, start your backend with: > > ``` > uvicorn opendevin.server.listen:app --host '::' --port 3000 > ``` @foragerr amazing. thank you so much for this!

[0] Lin, Xule reacted to your message: ________________________________ From: Maciej Skorski ***@***.***> Sent: Thursday, January 11, 2024 1:12:02 AM To: MaartenGr/BERTopic ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [MaartenGr/BERTopic] getting representative...

> That is currently not possible since the custom label is only created for the topics found during `.fit` or `.fit_transform`, not the topics found using `.hierarchical_topics`. If there is...