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: add ollama module #2265

Merged
merged 24 commits into from
Mar 5, 2024
Merged

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    ceb0570 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    969de4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4e249 View commit details
    Browse the repository at this point in the history
  3. chore: skip example on CI

    mdelapenya committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6cf76f8 View commit details
    Browse the repository at this point in the history
  4. chore: mod tidy

    mdelapenya committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d7f5329 View commit details
    Browse the repository at this point in the history
  5. fix: lint

    mdelapenya committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    db9a5b9 View commit details
    Browse the repository at this point in the history
  6. fix: handle error

    mdelapenya committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b9c3fb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix: first pull the model

    mdelapenya committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bdaed03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b161e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    552d40c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    201e4f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge branch 'main' into ollama-module

    * 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)
    mdelapenya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    39a9c9c View commit details
    Browse the repository at this point in the history
  2. chore: run mod tidy

    mdelapenya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    29567a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152183f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into ollama-module

    * main:
      chore(deps): bump github.com/amikos-tech/chroma-go in /modules/chroma (testcontainers#2275)
    mdelapenya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eb84b92 View commit details
    Browse the repository at this point in the history
  5. fix: typo

    mdelapenya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    002adff View commit details
    Browse the repository at this point in the history
  6. chore: bump docker/docker

    mdelapenya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    09b00c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4da53f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbf7e1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    850c31b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into ollama-module

    * 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)
    mdelapenya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c710fa9 View commit details
    Browse the repository at this point in the history
  11. chore: go mod tidy

    mdelapenya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f766ecf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2fdda2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3431940 View commit details
    Browse the repository at this point in the history