mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #107] [CLOSED] fix bug: collection name initialize in PGVector class #169
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/107
Author: @freemjstudio
Created: 8/22/2024
Status: ❌ Closed
Base:
main← Head:collection_name_param📝 Commits (1)
cfebc2afix bug: collection name initialize in PGVector class📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
langchain_postgres/vectorstores.py(+5 -2)📄 Description
I found a small bug when I created PGVector class. I wanted to use Table that I already created but in original code, PGVector initializes collection_name with default collection name variable :_LANGCHAIN_DEFAULT_COLLECTION_NAME.
I hope you check this out ! Thank you .
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.