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 support for tools for the ollama provider #662

Closed
wants to merge 33 commits into from

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    38261d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55037da View commit details
    Browse the repository at this point in the history
  3. Fix typo

    humcqc committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c3c4776 View commit details
    Browse the repository at this point in the history
  4. Review 1

    humcqc committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    95e3d20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    213c0af View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. New Prompt, but still some issues with send poem. Need to tune it to …

    …avoid unnecessary multiple calls to same tool
    humcqc committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e33b92d View commit details
    Browse the repository at this point in the history
  2. Fix Format

    humcqc committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9f951e7 View commit details
    Browse the repository at this point in the history
  3. Fix Format 2

    humcqc committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    19f2157 View commit details
    Browse the repository at this point in the history
  4. Fix Test model

    humcqc committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    aba545d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. New approach

    humcqc committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9231922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e1d04 View commit details
    Browse the repository at this point in the history
  3. Prompt Optimisation for Llama3

    humcqc committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d06a779 View commit details
    Browse the repository at this point in the history
  4. fix format

    humcqc committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    51c8f39 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    6f2b938 View commit details
    Browse the repository at this point in the history
  2. change tests order

    humcqc committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3fe6b8d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    da70e5b View commit details
    Browse the repository at this point in the history
  2. - Depends on langchain4j/langchain4j#1353

    - Adapt quarkus langchain to use latest version 0.32-SNAPSHOT of Ollama Model.
    - Integrate Ollama Tools (Experimental)
    - Add an integration test + app to validate.
    humcqc committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    93ec2cf View commit details
    Browse the repository at this point in the history
  3. - Add Missing Class

    humcqc committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    85a650c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 15, 2024

  1. - Implementation based on released langchain 0.32.0.

    - Discussion in progress if some code will be put in langchain after.
    humcqc committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cc814b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1768ec5 View commit details
    Browse the repository at this point in the history
  3. - Clean up revert and merge.

    humcqc committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0424252 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d96b632 View commit details
    Browse the repository at this point in the history
  5. - Fix langchain4j unwanted dependency 2

    - Tested on Llamma3 and gemma2
    humcqc committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3aa3806 View commit details
    Browse the repository at this point in the history
  6. - Fix native build

    - cleanup parameters
    - doc
    humcqc committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a6759c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. - @geoand review 1

    humcqc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    05fff69 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge branch 'main' into main

    humcqc authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7d99874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a4343 View commit details
    Browse the repository at this point in the history
  3. - Fix import Order

    humcqc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e00ecea View commit details
    Browse the repository at this point in the history
  4. - Fix conflict merge impact

    humcqc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    02e82db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf1a560 View commit details
    Browse the repository at this point in the history
  6. - Fix format

    humcqc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d1e2a53 View commit details
    Browse the repository at this point in the history