lean-embed 0.1.0

Lean, provider-agnostic text-embeddings client for OpenAI, Gemini, Voyage, and Ollama, on rustls + ring (no OpenSSL, no aws-lc).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Security Audit

on:
  schedule:
    - cron: "0 6 * * 1" # Mondays 06:00 UTC
  workflow_dispatch: {}

jobs:
  audit:
    uses: jhheider/rust-ci/.github/workflows/audit.yml@v1
    with:
      runs-on: self-hosted