Thomas Conté
Thomas Conté
This is a proposal to implement a new helper class that would allow executing tests in parallel from a test notebook. The use case: we have a fairly large amount...
If I run `draft up` without previously logging into ACR, the error below is displayed, which does not clearly explains the problem. After running `az acr login -n myregistry` the...
Reference documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-significantterms-aggregation.html "An aggregation that returns interesting or unusual occurrences of terms in a set." In Kibana, it can only be applied to text fields. According to the documentation,...
The calendar works fine in the simulator, but when I run the app on a real device, it does not show up. The month labels are OK, as well as...
Details in forum post: https://spectrumcomputing.co.uk/forums/viewtopic.php?p=65446#p65446
See http://ethereum.stackexchange.com/questions/1381/how-do-i-parse-the-transaction-receipt-log-with-web3-js.
This is a proposal to add support for shortening dimensions when using newer Azure OpenAI embeddings models, e.g. `text-embedding-3-large`. Also includes a fix for the AML experiment name in `eval.py`...
*Background:* this is a feature request from a customer project. [Recent models from OpenAI](https://openai.com/blog/new-embedding-models-and-api-updates) allow shortening the embeddings, e.g. with `text-embedding-3-large` the dimensions can be reduced from 3072 to 256...
### System Info ❯ python --version Python 3.11.9 ❯ pip freeze | grep pandasai pandasai==3.0.0b11 pandasai-docker==0.1.2 pandasai-openai==0.1.4 ### 🐛 Describe the bug Sometimes, when using the sandbox, the following failure...