mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #201] [MERGED] chore: Update vectorstore search to support inline embedding #229
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/201
Author: @dishaprakash
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @averikitsch
Base:
main← Head:inline-embed-change📝 Commits (1)
1b4a77echore: Update vectorstore search to support inline embedding📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
langchain_postgres/v2/async_vectorstore.py(+4 -2)📄 Description
chore: Update vectorstore search to support inline embedding
While using inline embedding functions in the current select sql query, due to parameterization, sql throws an error( The parameter has to already be in vector datatype).
This change is to support inline embedding functions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.