[PR #201] [MERGED] chore: Update vectorstore search to support inline embedding #229

Closed
opened 2026-02-16 05:17:02 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: inline-embed-change


📝 Commits (1)

  • 1b4a77e chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/201 **Author:** [@dishaprakash](https://github.com/dishaprakash) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/22/2025 **Merged by:** [@averikitsch](https://github.com/averikitsch) **Base:** `main` ← **Head:** `inline-embed-change` --- ### 📝 Commits (1) - [`1b4a77e`](https://github.com/langchain-ai/langchain-postgres/commit/1b4a77e11a69ea63b5f7344aeec9b15ef783f714) chore: Update vectorstore search to support inline embedding ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/v2/async_vectorstore.py` (+4 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:17:02 -05:00
yindo closed this issue 2026-02-16 05:17:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#229