mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #206] [CLOSED] chore: Make the private variable __vs to semi private #232
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/206
Author: @dishaprakash
Created: 4/28/2025
Status: ❌ Closed
Base:
main← Head:private-variable📝 Commits (2)
1a894e0chore: Make the private variable __vs to semi private03450dbformat📊 Changes
1 file changed (+38 additions, -40 deletions)
View changed files
📝
langchain_postgres/v2/vectorstores.py(+38 -40)📄 Description
chore: Make the private variable __vs to semi private
This change is being done as the AsyncPGVectorStore was being stored in the PGVectorStore as a private variable which hides it from the child class.
This PR converts it into a semi private variable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.