Zack Dai

Results 8 comments of Zack Dai

Same issue Using self hosted ES 8.1.0 main.5f8d78f2.js:2 POST http://10.8.1.245:9200/coface/_search 400 (Bad Request) a @ main.5f8d78f2.js:2 i @ main.5f8d78f2.js:2 s @ main.5f8d78f2.js:2 (anonymous) @ main.5f8d78f2.js:2 (anonymous) @ main.5f8d78f2.js:2 t.handleClick @...

Using a ARM server on Oracle, tried "DOCKER_DEFAULT_PLATFORM=linux/amd64 docker-compose build" And installed with pip latest and 0.34.0, 0.34.1 none of them work

Tried to solve myself: I think the issue is self._thermostat.temp_unit is returning what my device setting. However, even though I set the temperature to Celsius, the actual data of self._thermostat.temperature...

NOTE: This is a simple set-up if you are using over public domain you MUST change credentials in the docker-compose file Using docker-compose might make things much easier, refer: https://github.com/boschkundendienst/guacamole-docker-compose...

@shanghaikid Maybe this could be a good start referred: https://github.com/botisan-ai/sentence-transformers.js/blob/main/src/index.ts https://huggingface.co/docs/transformers.js/api/pipelines ``` import { env } from "@xenova/transformers"; import { SentenceTransformer } from "./model.js"; async function main() { console.log(env); const...