mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #106] [feat]allow user to specify collection & embedding table names #168
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/106
Author: @liunux4odoo
Created: 8/10/2024
Status: 🔄 Open
Base:
main← Head:feat3📝 Commits (1)
156e933allow user to specify collection & embedding table names, so user can📊 Changes
1 file changed (+115 additions, -39 deletions)
View changed files
📝
langchain_postgres/vectorstores.py(+115 -39)📄 Description
allow user to specify collection & embedding table names, so user can create multiple vector store pairs for different usage.
also some small fix:
EmbeddingStore.embeddingconnection_string_from_db_params_results_to_docs_and_scoresand other similar methodsexample code:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.