sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.32k stars 130 forks source link

Add support for huggingface embeddings #291

Open joshpopelka20gmail opened 4 months ago

joshpopelka20gmail commented 4 months ago

For my project, I'm using an embedding model for clinical text. The model is available on huggingface, but I don't see a crate for huggingface embeddings. Is it possible to get this added?

I'm willing to do the work to get it started, but I'd need some guidance. How would I get started if I decide to work on it?