Alessio Cesaretti
Alessio Cesaretti
Hello, I'm trying to check my tests code coverage using coverage.py, it's easy to do it for the unit tests because they are launched using pytest: `pytest --cov=standard_datatamers_lib tests/unit --cov-report=xml:cobertura.xml`,...
[Issue]: QdrantRetrieveUserProxyAgent is missing support for text-embedding-ada-002 embedding model
### Describe the issue **Issue Overview:** In [this GitHub issue](https://github.com/microsoft/autogen/issues/253), the proposal for implementing QdrantRetrieveUserProxyAgent has been successfully executed. However, upon attempting to use the feature, it was discovered that...
When running the Databricks CLI Python library in Azure CI/CD using the following command: `databricks workspace import_dir ./PowerBI /PowerBI The command fails with an error message: AttributeError: type object 'Retry'...
### Related Issues - fixes [#7275](https://github.com/deepset-ai/haystack/issues/7275) ### Proposed Changes: Pass a split_threshold to the document splitter, if the last chunk is small than the threshold, attach it to the previous...
### Expected Behavior Hello everyone, I have some azure functions that were working for long time and now they stopped, also locally they work fine, so I tried to investigate...
Hello everyone, I saw the Contribute guide but for some reason the tests would always fail on `_____________________________________ ERROR collecting test/test_function_utils.py _____________________________________ test/test_function_utils.py:288: in class Currency(BaseModel): pydantic/main.py:197: in pydantic.main.ModelMetaclass.__new__ ???...
- [ ] Tests pass - [x] ruff format - [x] README.md updated (if relevant) - [ ] CHANGELOG.md entry added