generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- 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
/docsfolder 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working