-
When using the `PGVector` class with `async_mode=True`, the `metadata` field of the `Document` objects returned from query methods (e.g., `asimilarity_search_with_score_by_vector`) is not deserialized…
-
### Describe the problem
Folks, thanks for creating this amazing project. For taking the tool to the next level of production readiness would be great to have async support in python.
### Describe …
-
I am wondering if there is anyway to deal with Python coroutine in `pydantic_core`. I found [the async-await section of PyO3 docs](https://pyo3.rs/v0.22.2/async-await), but the feature seems not enabl…
-
### Do you need to file an issue?
- [ ] I have searched the existing issues and this bug is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers…
-
Please, I am having the following error. Do I need to get a better RPC?
I am currently using chainlink one and i am still having this error
```
`New token created:
{
"name": "Bill",
"symbo…
-
Versions:
```bash
fastapi-cache2==0.2.2
fastapi-cache2[redis]==0.2.2
.venv ❯ python --version
Python 3.12.4
```
Redis:
`docker run -d --name redis-stack-server -p 6379:6379 redis/redis-sta…
-
So I need to obtain some metrics from a database and I'm planning to create a custom collector as described here: http://prometheus.github.io/client_python/collector/custom/
I use asyncpg to connec…
-
### Bug Description
I am using Neo4jPropertyGraphStore and then trying to create an index from the documents.
(i got the same error even without using the from_documents) as i saw in other documenta…
-
### Operating System
Windows
### Programming Languages
Python
### CCXT Version
4.4.24
### Description
In the code you see below, even though I set the limit parameter to 500, watch_ohlcv_for_sy…
-
Heya I just wanted to bring this to your attention, some libs need python's built in async functions like `await` or `async def`, and this can break alot of code without it, so would it be possible to…