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.
- Host: GitHub
- URL: https://github.com/mkhludnev/langchain-localai
- Owner: mkhludnev
- Created: 2024-12-12T19:04:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T06:20:35.000Z (10 months ago)
- Last Synced: 2025-04-27T09:04:48.842Z (6 months ago)
- Topics: embeddings, langchain, llm, localai
- Language: Python
- Homepage: https://python.langchain.com/docs/integrations/text_embedding/localai/
- Size: 159 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)