mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #97] [MERGED] fix: use self.embeddings.aembed_* in async methods #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/97
Author: @liunux4odoo
Created: 8/6/2024
Status: ✅ Merged
Merged: 9/12/2024
Merged by: @eyurtsev
Base:
main← Head:feat2📝 Commits (4)
4ef1426fix: use self.embeddings.aembed_* in async methods14136e9Merge branch 'main' into feat201a7f05x76fdbb3Merge branch 'main' into feat2📊 Changes
1 file changed (+10 additions, -10 deletions)
View changed files
📝
langchain_postgres/vectorstores.py(+10 -10)📄 Description
using sync methods of embeddings in PGVector async methods harms performance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.