embeddings-generator
embeddings-generator copied to clipboard
Embedding failing
Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
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/[email protected]
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