-
Notifications
You must be signed in to change notification settings - Fork 19
Create collection with schema #175
Copy link
Copy link
Labels
api: cloudsql-postgresIssues related to the googleapis/langchain-google-cloud-sql-pg-python API.Issues related to the googleapis/langchain-google-cloud-sql-pg-python API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: cloudsql-postgresIssues related to the googleapis/langchain-google-cloud-sql-pg-python API.Issues related to the googleapis/langchain-google-cloud-sql-pg-python API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
Currently we are trying to place our collections inside a specific schema based on the app, rather than a public schema. So right now this is a blocker for our app to progress
Describe the solution you'd like
We would like to be able to specify the schema with the collection name. Right now if I specify . as a single string when calling init_vectorstore_table it just creates the table as "schema.collection"
Describe alternatives you've considered
I right now the only alternatives would be creating a table through pure sql and then referencing that table when creating a vectorstore.
Additional context
This is the same Trevor James from Ford Motor Company that has been messaging Kurtis, Averi and Tabby. Ford does not allow me to file issues on my company github account, so I am filiing using this one.