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

https://github.com/mkhludnev/langchain-localai

Langchain integraion package with LocalAI. It only provides embeddings.
https://github.com/mkhludnev/langchain-localai

embeddings langchain llm localai

Last synced: 5 months ago
JSON representation

Langchain integraion package with LocalAI. It only provides embeddings.

Awesome Lists containing this project

README

          

## langchain-localai

This project provides Langchain [integration package](https://python.langchain.com/docs/contributing/how_to/integrations/) for [LocalAI](https://localai.io/features/embeddings/).

It's descendant of Langchain [community package](https://python.langchain.com/docs/integrations/text_embedding/localai/).
The main advantage is that it depends on OpenAI SDK v1.

### References

- Initial [discussion](https://github.com/langchain-ai/langchain/pull/22399#issuecomment-2537387476).
- package [README.md](./libs/localai/README.md)
- [documentation](./libs/localai/docs/localai_embeddings.ipynb)
- PyPi [repository](https://pypi.org/project/langchain-localai)