Chris Knight
Chris Knight
Just following up on this... I've now manually tested all public methods of the `WeaviateVectorStore` with the updates in the PR and all looks good to me. Any timeline for...
@brenkehoe ok thanks for pointing that out. I've now merged the latest changes from main into #13719 taking the `delete` implementation from main.
There is no message popping up related to Ruff. I tried setting `"ruff.nativeServer": "on"` but the Ruff output is just the same as before. Btw my VS Code just auto-updated...
OK I believe I have found and fixed the root cause by observing the `Extension Host (Remote)` output as you suggested. I noticed some error messages related to misconfigured python...
I am also encountering hanging with Ray 2.47.0 when running in Github Actions on an ubuntu image with a uv venv. Both python 3.12.10 and 3.13.3 affected. Pytest starts but...
This is not limited to wrapping non-async functions. I'm also seeing this kind of error when wrapping an async iterable as below. ```python import asyncio from typing import AsyncIterable import...