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.35k stars 130 forks source link

Implement Embeddings::for_client for llm-chain-openai #134

Closed ruqqq closed 1 year ago

ruqqq commented 1 year ago

As per title, this allows overriding of the async-openai client for embedding use case.