An open API service indexing awesome lists of open source software.

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

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?