Aleksandr Movchan
Aleksandr Movchan
# Summary We're utilizing FAISS for searches within specific subsets of our data. While the current `IDSelector` supports specifying a subset of IDs for search, it doesn't accommodate independent subsets...
Incompatibility Between Haystack 2.4.0 and Sentence-Transformers 2.x Due to `model_kwargs` Argument
**Describe the bug** Haystack 2.4.0 specifies a dependency on `sentence-transformers` version `>=2.3.0`. However, the `SentenceTransformersTextEmbedder` component uses the `model_kwargs` argument, which is not supported in `sentence-transformers` versions below 3.0. As...
### Problem I'm encountering a dependency conflict due to incompatible versions of `pydantic` between dstack and another package my project relies on. Specifically: - My project (`aana` version 0.2.2.2) requires...
### Steps to reproduce 1. Clone repo: https://github.com/mobiusml/aana_sdk.git 2. Install dstack: `pip install dstack` 3. Configure dstack: ```bash dstack config --url https://sky.dstack.ai --project --token ``` 4. (Optional) Modify `tests.dstack.yml` to...
### Your current environment The output of python collect_env.py ```text INFO 06-19 09:05:59 [__init__.py:244] Automatically detected platform cuda. Collecting environment information... uv is set ============================== System Info ============================== OS :...