Suggestion: init_vectorstore_table() should also create the schema #85

Open
opened 2026-02-16 05:16:29 -05:00 by yindo · 1 comment
Owner

Originally created by @gardner on GitHub (Aug 2, 2025).

Hi there,
This is just a suggestion: When using init_vectorstore_table() I had expected it to create the schema if it didn't exist.

engine.init_vectorstore_table(
    schema_name="vector_store",
    overwrite_existing=True,
    table_name=table_name,
    vector_size=vector_size,
)

Please consider adopting this behavior. Cheers

Originally created by @gardner on GitHub (Aug 2, 2025). Hi there, This is just a suggestion: When using `init_vectorstore_table()` I had expected it to create the schema if it didn't exist. ```python engine.init_vectorstore_table( schema_name="vector_store", overwrite_existing=True, table_name=table_name, vector_size=vector_size, ) ``` Please consider adopting this behavior. Cheers
yindo added the enhancement label 2026-02-16 05:16:29 -05:00
Author
Owner

@NisugaJ commented on GitHub (Aug 2, 2025):

+1

@NisugaJ commented on GitHub (Aug 2, 2025): +1
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#85