-
-
Python invokes are currently internally blocking (and thus serialised) in many cases, even though they return `Awaitable`s. This is a holdover from when the SDK was first written before `async` suppor…
-
Not entirely sure how this should work or if it's a use case you want to support.
Problem:
- I have a long-running script that takes 10 files as input; most of the time is spent waiting for networ…
smuun updated
2 weeks ago
-
looks like new sdk version uses 'async' parameter which causes a syntax error in Python 3.5 and above
this is not the case with previous sdk versions: 9_4_0 and 9_5_0 but it starts with 9_6_0
ex…
-
### LanceDB version
_No response_
### What happened?
The documentation for async tables states that only the closest vectors will be return for vector_search.
The corresponding sync tables hav…
-
### Describe the bug
CI links:
https://github.com/valkey-io/valkey-glide/actions/runs/11698386348/job/32578606911#step:6:57
https://github.com/valkey-io/valkey-glide/actions/runs/11698386348/job/…
-
### Problem?
In `python-sdk/data_loaders`, we have `url_loader.py` and `local_directory_loader.py`. We need to add another method `sync_files` to the existing data loaders which will return a [Genera…
-
### Your current environment
```text
The output of `python collect_env.py`
```
### How would you like to use vllm
I I tried deploying `qwen2-vl-7b` using vllm with commands:
```bash
VLLM_WORK…
-
Maybe I'm stupid, but I don't understand how to call an async JS function from Python. For example:
```html
eel.expose(test);
async function test() {
console.log("Hello world!");
}
```
…
-
https://github.com/aio-libs/aiobotocore
https://github.com/terrycain/aioboto3