Shamsuddin Ahmed

Results 12 issues of Shamsuddin Ahmed

**Problem** When using asynchronous methods with `PGVector` (`async_mode=True`), the `metadata` field retrieved from the database may be of type `Fragment` (from `asyncpg`) or other non-dict types. This causes a `ValidationError`...

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 into a Python `dict`. Instead, it remains...