https://github.com/langchain4j/langchain4j-embeddings
https://github.com/langchain4j/langchain4j-embeddings
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/langchain4j/langchain4j-embeddings
- Owner: langchain4j
- License: apache-2.0
- Created: 2023-08-06T16:34:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T18:19:00.000Z (3 months ago)
- Last Synced: 2025-03-29T10:05:48.034Z (3 months ago)
- Language: Java
- Size: 822 KB
- Stars: 82
- Watchers: 4
- Forks: 43
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# langchain4j-embeddings
Repository for LangChain4j's in-process embedding models.
If you have any issues or feature requests, please submit them [here](https://github.com/langchain4j/langchain4j/issues/new/choose).
## Git LFS
This repository is separate from the [main repository](https://github.com/langchain4j/langchain4j) due to the large file sizes of the `.onnx` models.`.onnx` files are stored in Git LFS.
To be able to run integration tests locally, you will need to have `.onnx` files downloaded from the LFS.
Please [install Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) and do `git lfs pull`.