Sajith Ariyarathna

Results 14 comments of Sajith Ariyarathna

Lets bump MSF4J to the latest http-transport, & see whether the issue persist.

What is the error that occurs when running on the other OS? Is this still happens in SP-4.3.0?

Ran a test with a `wso2sp-4.4.0-m1-SNAPSHOT` pack build in Windows 10. Starting `dashboard.sh` gives following error. ``` $ ./bin/dashboard.sh bash: ./bin/dashboard.sh: /bin/sh^M: bad interpreter: No such file or directory ```

Following the mentioned exception, the `SiddhiExtensionLoader` class is responsible for loading Siddhi extension classes. Since in this scenario is not an OSGi runtime, [`loadLocalExtensions()`](https://github.com/wso2/siddhi/blob/v4.2.11/modules/siddhi-core/src/main/java/org/wso2/siddhi/core/util/SiddhiExtensionLoader.java#L74-L89) method loads extension classes. In there...

@casje896 h2oGPT Python Client development commands (e.g. `make -C client setup`) are not designed to be run in Windows and we have not yet tested in Windows either. We have...

Given the hot fixes you had to do in the `Makefile`, I feel like having a separate `cmd` script for Windows would be a better approach. >I ran the tests...

> How's this PR going? @pseudotensor I'm currently working on the `chat_completion` API. I was hoping to include that in this PR, but we can merge this and I can...

For the `h2ogpt_client` API, please refer https://github.com/h2oai/h2ogpt/tree/main/client#usage

> My understanding is that h2ogpt_client is a client that calls the backend h2ogpt's API, I don't need to run h2ogpt_client to get the backend API to work, right? @jinqiupeter...

@pseudotensor I couldn't reproduce this error in a fresh Python venv. ```sh virtualenv -p python3.10 venv source venv/bin/activate for fil in requirements.txt reqs_optional/requirements_optional_langchain.txt reqs_optional/requirements_optional_gpt4all.txt reqs_optional/requirements_optional_langchain.gpllike.txt ; do pip install -r...