Bug report
Describe the bug
Embeddings fail in the github action on every run.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Create new repo with the action and
/docs folder containing a single md file
- Commit
- Check action run
- Following error arises :
Run supabase/embeddings-generator@v0.0.5
Discovered 1 pages
Checking which pages are new or have changed
Page 'docs/cv' or one/multiple of its page sections failed to store properly. Page has been marked with null checksum to indicate that it needs to be re-generated.
{
code: 'PGRST106',
details: null,
hint: null,
message: 'The schema must be one of the following: public, storage, graphql_public'
}
Removing old pages and their sections
Expected behavior
A new document with embedding inside supabase
Screenshots
System information
- Version of embeddings-generator: 0.0.5
- Version of Node.js: 16
Bug report
Describe the bug
Embeddings fail in the github action on every run.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
/docsfolder containing a single md fileExpected behavior
A new document with embedding inside supabase
Screenshots
System information