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

Add Ollama #28

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Add Ollama #28

merged 3 commits into from
Mar 5, 2024

Conversation

eddumelendez
Copy link
Member

No description provided.

@eddumelendez eddumelendez requested a review from a team as a code owner March 4, 2024 17:14
Comment on lines +10 to +11
var ollama = new OllamaContainer("ollama/ollama:0.1.26");
ollama.start();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the example, IMO we should show how to pull models with it. We could also show an example of using Ollama with Langchain4j's images that embed the model already

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code to pull the image has been added. Also, doc has been improved in testcontainers/testcontainers-java#8417

modules/ollama.md Outdated Show resolved Hide resolved
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
@eddumelendez eddumelendez changed the title Add ollama Add Ollama Mar 5, 2024
@eddumelendez eddumelendez merged commit 5b04977 into main Mar 5, 2024
@eddumelendez eddumelendez deleted the ollama branch March 5, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants