Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 493 Bytes

text.yoga cli

⚠️ WIP - not yet ready for use.

A cli for automatic generation of embeddings for text documents.

Features

  • 100% Rust - No python required
  • Hardware-accelerated (uses candle)
  • Supported models
    • jinaai/jina-embeddings-v2-small-en
  • Supported file types
    • markdown

Usage

cargo run --features metal --release -- --input-folder=<folder-with-markdown-files>

License

Licensed under MIT.