apache / apache/camel-kamelets
Create Langchain4j Kamelets specific to certain Models
- Dominant language
- Java
- Stars
- 71
- Forks
- 88
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 70
Description
Langchain4j-chat and Langchain4j-embedding components in Camel lack knowledge of the specific type of LLM to connect to.
To utilize them, we need to create Java beans that can generate eitherEmbeddingModels or ChatModels.
The goal is to begin with a few examples of Kamelets that are aware of the model type, which will simplify usage.
These are examples we target for the EmbeddingModels
- [ ] #2323
- [ ] #2324
- [ ] a Kamelet to create embeddings with Camel Langchain4j Embedding component, relying on Nomic Embedding Model
- [ ] a Kamelet to create embeddings with Camel Langchain4j Embedding component, relying on Ollama Embedding Model
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.