f79ccb49d0e7f294f432225d65c6ad176ba50ba1
Reviewed-on: #9
Markdown Embedding Task
Will embed markdown files to the datalake when merging to main. This will be part of the database that will part of the RAG to dynamically inject into the system prompt based on the input prompt.
Quick start
name: Markdown Embedder
on:
push:
branches:
- main
paths:
- '**.md'
jobs:
embed-markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Send task to coding agent
uses: https://git.yusufali.ca/actions/embed-markdown@main
with:
api_url: ${{ secrets.AGENT_API_URL }} # default: http://agent-api.k8s.private
api_token: ${{ secrets.AGENT_TOKEN }} # optional, required for authenticated API calls
route: agent-lake # default: agent-lake
debug: false
Description
Languages
JavaScript
92.8%
Python
6.7%
Shell
0.5%