langchain4j/.github
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
..
ISSUE_TEMPLATE Added in-process embedding models (#41) 2023-07-23 19:05:13 +02:00
workflows Added in-process embedding models (#41) 2023-07-23 19:05:13 +02:00