embeddings-generator icon indicating copy to clipboard operation
embeddings-generator copied to clipboard

Embedding failing

Open Dorkside opened this issue 1 year ago • 0 comments

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:

  1. Create new repo with the action and /docs folder containing a single md file
  2. Commit
  3. Check action run
  4. 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

Capture d’écran 2024-01-28 à 10 04 51

System information

  • Version of embeddings-generator: 0.0.5
  • Version of Node.js: 16

Dorkside avatar Jan 28 '24 09:01 Dorkside