langchain integration package langchain-localai
#4420
mkhludnev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on one langchain application I need high performance embeddings, which I've found in LocalAI. It can run embeddings on GPU and provides them in bulks!
Unfortunately, LocalAIEmbeddings in langchain is not able to request bulks, and depends on outdated openai sdk v0. I attempt to fix it in langchain-ai/langchain#22399 and langchain-ai/langchain#22666, but was advised to spit off a standalone integration package. Here we go:
I'm going to maintain this project under my account. And I'm ok to contribute this repository here to @mudler organization\account or other (even without committer permission - I'm ok with it).
So, please let me know if you wish to migrate https://github.com/mkhludnev/langchain-localai to another org.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions