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
13
14
15
16
name: Style

on:
  pull_request:
  push:
    branches: [main]

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

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