-
-
Notifications
You must be signed in to change notification settings - Fork 500
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: add ollama module #2265
Merged
Merged
feat: add ollama module #2265
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* main: chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 in /modules/gcloud, google.golang.org/api from 0.165.0 to 0.167.0 in /modules/gcloud, cloud.google.com/go/pubsub from 1.36.1 to 1.36.2 in /modules/gcloud (testcontainers#2293) chore(deps): bump github.com/nats-io/nats.go in /modules/nats (testcontainers#2253)
* main: chore(deps): bump github.com/amikos-tech/chroma-go in /modules/chroma (testcontainers#2275)
mdelapenya
commented
Mar 4, 2024
* main: chore(deps): bump github.com/docker/docker from 25.0.2+incompatible to 25.0.3+incompatible (testcontainers#2296) chore(deps): bump github.com/couchbase/gocb/v2 from 2.7.1 to 2.7.2 in /modules/couchbase, github.com/tidwall/gjson from 1.17.0 to 1.17.1 in /modules/couchbase (testcontainers#2297) chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (testcontainers#2295) chore(deps): bump github.com/microsoft/go-mssqldb in /modules/mssql (testcontainers#2288)
eddumelendez
approved these changes
Mar 4, 2024
mdelapenya
added a commit
to mdelapenya/testcontainers-go
that referenced
this pull request
Mar 5, 2024
* main: chore: simplify commit method feat: add ollama module (testcontainers#2265) chore(deps): bump github.com/stretchr/testify in /modulegen (testcontainers#2298)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR adds a Go module for Ollama, using the module generator to bootstrap the module.
We present examples on how to use it with an HTTP client and with Langchaingo.
To improve the performance, the module will automatically request GPUs if the docker host supports it, and will allow to Commit the container after the module in order to speed the following containers using that image as base.
Why is it important?
A module for Ollama!