-
Hi there! We are currently migrating our llamaindex python service to typescript and make use of the PGVectorStore. We face the following problem: Because the checkSchema method is private I cannot override it, so I would need to replace the complete class. Thanks for your input! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Would also be nice to accept a pg.Pool directly and not just the client - the pool itself has the method query and distributes queries across available clients or fires up new clients. |
Beta Was this translation helpful? Give feedback.
-
@matzutt seems like we have Yes, please send a PR for making the schema check optional |
Beta Was this translation helpful? Give feedback.
-
I read the contribution guidelines, but I am still not sure, what the preferred way to a PR is. Should I convert this discussion into an issue and then create a branch for that issue (that is how we do it in our projects). Are new tests mandatory? Sorry for those newbie questions. |
Beta Was this translation helpful? Give feedback.
I read the contribution guidelines, but I am still not sure, what the preferred way to a PR is. Should I convert this discussion into an issue and then create a branch for that issue (that is how we do it in our projects). Are new tests mandatory? Sorry for those newbie questions.