mdx-embeddings-actions
Version updated for https://github.com/PieterDePauw/mdx-embeddings-actions to version v0.0.11.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of generating and storing document embeddings using OpenAI and Supabase. It reads markdown files from a specified directory, converts them into embeddings, and stores these embeddings in a PostgreSQL/Supabase database. This setup enables efficient vector similarity search within the documentation or website, facilitating quick access to relevant information.
What’s Changed
- TOTAL OVERHAUL (2cd1eba)
- Refactor processMdxForSearch function for improved code readability and performance (b002cf3)
- Refactor parsePaths function to improve code clarity and consistency (d3aa6c6)
- Add /dist files (15b298a)
- Refactor generateEmbeddings function for improved code readability and removal of unused code (2069271)
- Refactor generateEmbeddings function for improved code readability and removal of unused code (3d4485e)
- Refactor generateEmbeddings function to improve code readability and remove unused code (dffc3cb)
- Refactor generateEmbeddings function to improve code readability and remove unused code (9bc0822)
- chore: Update pages table schema to reference parent_page_id column (59d1dc9)
- chore: Update package.json to include release script (86e6b5f)