Spacy

Results 128 comments of Spacy

You have to set the schema on Postgres when opening a new connection. The schema is also called `search_path`. For example when using the pgx driver you can do this...

Working my way down the list of database integration test in GraphJin will take care of these two issues once I'm free to work on Cockroach and Yugabyte.

This is not supported as yet but we could definitely add it

GraphJin is used in severless environments like Google Cloud Run, Cloud Functions and App Engine all of which are scale to zero services. GraphJin should work fine in any functions...

I need to check the wiki but every new GraphJin project contains a `cloudbuild.yml` to build and deploy GraphJin on CloudRun. Its just a matter or deploying the Docker image...

@krish7919 Not at the moment all of GraphJin works off this database discovery. Unless your using cloud function that are rarely called (run from cold start every time) it won't...

> I tried to write a small PoC using graphjin library, and pointed it to my currrent tables. It fails with the error `panic: postgres: foreign key column not found:...

Added a fix for this 01d54ca2edb1f0051fd7dd8e324239e773e75054 @krish7919 can you please test and confirm.

@krish7919 can you confirm if the above fix worked for you?

The commit has other changes as well in addition to including that err check I had previously missed. The schema discovery now has ordering. The previous random processing order of...