Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/refactor abstract modules #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

aeSouid
Copy link

@aeSouid aeSouid commented Jan 10, 2025

Change the Project structure to a multi-module artifact where the plugin-langchain4j module is the Abstract module.
Implement the textCompletion feature for the OpeniAi, Ollama & gemini models

- Create the langchain4j abstract module
- Add the ollama, openAi, google gemini sub modules
- Create the TextCompletion task for all those modules
@aeSouid aeSouid requested a review from loicmathieu January 10, 2025 14:47
Create the abstract Image generation in the langchain4j module
implement the task in the openAI, ollama and google models
@aeSouid aeSouid requested a review from tchiotludo January 11, 2025 15:35
Create the abstract Classification in the langchain4j module
implement the task in the openAI, ollama and google models
Create the abstract Json structued output  in the langchain4j module
implement the task in the openAI, ollama and google models
Create the abstract Chat memory in the langchain4j module
implement the task in the openAI and google models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To review
Development

Successfully merging this pull request may close these issues.

1 participant