{"id":14968809,"url":"https://github.com/supabase/embeddings-generator","last_synced_at":"2025-10-19T09:32:10.968Z","repository":{"id":169254378,"uuid":"645171789","full_name":"supabase/embeddings-generator","owner":"supabase","description":"GitHub Action to generate embeddings from the markdown files in your repository.","archived":false,"fork":false,"pushed_at":"2024-04-01T20:25:52.000Z","size":1454,"stargazers_count":76,"open_issues_count":9,"forks_count":13,"subscribers_count":17,"default_branch":"main","last_synced_at":"2024-04-13T21:54:14.364Z","etag":null,"topics":["embeddings","postgres","postgresql","supabase","vector"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/supabase-embeddings-generator","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supabase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["supabase"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-05-25T04:43:02.000Z","updated_at":"2024-04-09T13:42:02.000Z","dependencies_parsed_at":"2024-04-12T08:20:41.176Z","dependency_job_id":null,"html_url":"https://github.com/supabase/embeddings-generator","commit_stats":{"total_commits":53,"total_committers":6,"mean_commits":8.833333333333334,"dds":"0.49056603773584906","last_synced_commit":"41796c9b0ed844ed88144ba43cdbe32bb2b5bf5a"},"previous_names":["thorwebdev/supabase-vector-embeddings","supabase/supabase-vector-embeddings-github-action","supabase/embeddings-generator"],"tags_count":5,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fembeddings-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fembeddings-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fembeddings-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fembeddings-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supabase","download_url":"https://codeload.github.com/supabase/embeddings-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877488,"owners_count":16554903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embeddings","postgres","postgresql","supabase","vector"],"created_at":"2024-09-24T13:40:36.362Z","updated_at":"2025-10-19T09:32:10.216Z","avatar_url":"https://github.com/supabase.png","language":"TypeScript","funding_links":["https://github.com/sponsors/supabase"],"categories":[],"sub_categories":[],"readme":"# Supabase Embeddings Generator\n\nA GitHub Action that converts your markdown files into embeddings and stores them in your Postgres/Supabase database, allowing you to perform vector similarity search inside your documentation and website.\n\nThis action is a companion to the [`headless-vector-search`](https://github.com/supabase/headless-vector-search) repo, which is used to store and retrieve the embeddings using [OpenAI](https://openai.com) and [Supabase](https://supabase.com).\n\n## Usage\n\nYou can find this action on the [GitHub Marketplace](https://github.com/marketplace/actions/supabase-embeddings-generator).\n\nIn your knowledge base repository, create a new action called `.github/workflows/generate_embeddings.yml` with the following content:\n\n```yml\nname: 'generate_embeddings'\non: # run on main branch changes\n  push:\n    branches:\n      - main\n\njobs:\n  generate:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: supabase/embeddings-generator@v0.x.x # Find the latest version in the Marketplace\n        with:\n          supabase-url: 'https://your-project-ref.supabase.co'\n          supabase-service-role-key: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}\n          openai-key: ${{ secrets.OPENAI_KEY }}\n          docs-root-path: 'docs' # the path to the root of your md(x) files\n```\n\nMake sure to set `SUPABASE_SERVICE_ROLE_KEY`, and `OPENAI_KEY` as repository secrets in your repo settings (settings \u003e secrets \u003e actions).\n\nSee the instructions in the [`headless-vector-search`](https://github.com/supabase/headless-vector-search) for more information on how to query your database from your website.\n\n## Developers\n\nSee details in [MAINTAINERS.md](https://github.com/supabase/embeddings-generator/blob/main/MAINTAINERS.md)\n\n## License\n\n[MIT](https://github.com/supabase/embeddings-generator/blob/main/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Fembeddings-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupabase%2Fembeddings-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Fembeddings-generator/lists"}