francesco
francesco
@charmander > pg_config --version PostgreSQL 15.1
Ciao @tiero ! At some point into the code, there is a call at **openaipublic.blob.core.windows.net** ``` File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 565, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host=\'openaipublic.blob.core.windows.net\', port=443): Max retries...
@filopedraz I'm behind a corporate proxy without direct internet connection. Yep, the tiktoken library fetches some meta info. I've found a workaround rebuilding the docker image of **[prem-daemon](https://github.com/premAI-io/prem-daemon)** and set...
Yes, to make the workaround works it's needed to rebuild prem-daemon with the above changes, relaunch docker-compose and then relaunch containers (in this case ghcr.io/premai-io/embeddings-all-minilm-l6-v2-cpu:1.0.2). Now it finds the proxy...
@spaiz if you want use literal string as query try https://www.npmjs.com/package/sql-template-tag ```js import sql from "sql-template-tag"; import pg from "pg"; const id = 10; pg.query( sql`SELECT * FROM books WHERE...
Hi @Eomm this PR don't seeem a good performance improvments :(
> This should cointain the full implementation to allow the use of MTOM. it allow the use of MTOM based on SDI implementation of MTOM. Isn't a universal implementation of...
> If it is a single file and the new class SdiSoapClient is not used anywhere how does it work? Other users are free to implement it, now they have...
@simevo PHP SoapClient doesn't support anymore MTOM. A simple implementation is: ```php class MTOMSoapClient extends SoapClient { public function __doRequest($request, $location, $action, $version, $one_way = 0) { $response = parent::__doRequest($request,...