feat: add embedding APIs, batching, and docs#75
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (29.79%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #75 +/- ##
==========================================
+ Coverage 76.48% 76.81% +0.33%
==========================================
Files 66 66
Lines 8338 8579 +241
==========================================
+ Hits 6377 6590 +213
- Misses 1961 1989 +28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Coverage update after backend/worker/model-params test expansion:
|
|
Web bridge update completed:
Reference release: https://github.com/leehack/llama-web-bridge-assets/releases/tag/v0.1.6 |
|
Upstream tracking for the web bridge bump:
|
|
Web embeddings are now wired and validated. What changed in this branch:
Validation run:
Upstream references: |
|
Additional browser integration coverage added:
Re-validated:
|
Summary
LlamaEnginewith optional backend capability interfaces and native backend implementations (embedandembedBatch)ModelParams.maxParallelSequences) plus benchmark/sweep tooling for throughput analysisValidation
dart analyzedart test -p vm -j 1 --exclude-tags local-onlydart test(inexample/basic_app)npm run build(inwebsite)