langchain4j/langchain4j-spring-boot-sta...
LangChain4j 529ef6b647
Added in-process embedding models (#41)
- all-minilm-l6-v2
- all-minilm-l6-v2-q
- e5-small-v2
- e5-small-v2-q

The idea is to give users an option to embed documents/texts in the same
Java process without any external dependencies.
ONNX Runtime is used to run models inside JVM.
Each model resides in it's own maven module (inside the jar).
2023-07-23 19:05:13 +02:00
..
src/main improved auto-configuration errors 2023-07-05 18:55:20 +02:00
pom.xml Added in-process embedding models (#41) 2023-07-23 19:05:13 +02:00