https://github.com/jasonjmcghee/rust_embedding_lib
Bindings (Objective-C only) into candle transformers focused on creating embeddings
https://github.com/jasonjmcghee/rust_embedding_lib
Last synced: 3 months ago
JSON representation
Bindings (Objective-C only) into candle transformers focused on creating embeddings
- Host: GitHub
- URL: https://github.com/jasonjmcghee/rust_embedding_lib
- Owner: jasonjmcghee
- License: mit
- Created: 2023-12-30T07:09:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T06:35:33.000Z (over 1 year ago)
- Last Synced: 2025-01-11T17:21:35.132Z (5 months ago)
- Language: Rust
- Size: 57.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust_embedding_lib
Is there a better way to do this...
Trying to make it so we can call an embedding model from rust without all the conversion stuff...
Am I crazy not to use https://github.com/huggingface/swift-transformers?