Support frontmatter in supabase/embeddings-generator
#18087
Unanswered
jmagrippis
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This Github action which is required for https://github.com/supabase/headless-vector-search turns your Markdown or MDX files into usable embeddings. Great!
Frontmatter is very popular with Markdown, especially useful for blogs, so it'd be great if the Github Action could check whether there is any frontmatter, and store it in a separate bson column. We could even have some "magic" fields we could instruct users to optionally use, like
titleandtags.As it stands, frontmatter gets chugged in as a page section.
https://github.com/supabase/embeddings-generator
All reactions