Commit Graph

  • 3c30593e1e
    clean up amithkoujalgi 2025-03-08 17:44:00 +05:30
  • 98b794ca2b
    Add a test GitHub Actions workflow to publish to a GitHub repository, Maven repository, and GitHub Pages amithkoujalgi 2025-03-08 17:24:29 +05:30
  • bc90a15a68
    Add "Examples" link to navbar and footer 1.0.97 amithkoujalgi 2025-03-08 16:45:43 +05:30
  • bb4689e94b
    Add examples section and GitHub links to docs and README amithkoujalgi 2025-03-08 16:34:00 +05:30
  • 6739c93edc
    Refactor workflows and update dependencies. amithkoujalgi 2025-03-08 16:05:17 +05:30
  • c8c30d703b
    Refactor code to enhance robustness and clarity amithkoujalgi 2025-03-08 15:46:43 +05:30
  • 419b0369c9
    Merge pull request #93 from hboutemy/reproducible-builds 1.0.96 Amith Koujalgi 2025-02-28 21:57:31 +05:30
  • d9a94b95e1 enable Reproducible Builds Hervé Boutemy 2025-02-21 17:05:55 +01:00
  • db1db948c8
    Merge pull request #94 from hboutemy/release Amith Koujalgi 2025-02-23 19:48:26 +05:30
  • 41ad780224
    use release flag instead of old source/target Hervé Boutemy 2025-02-21 17:14:54 +01:00
  • cb58c6a9b0 Updated README.md Amith Koujalgi 2025-02-17 23:47:48 +05:30
  • d1115e0b35 Updated README.md Amith Koujalgi 2025-02-17 23:47:11 +05:30
  • 740bd3750b
    Merge pull request #92 from ollama4j/90 1.0.95 1.0.94 Amith Koujalgi 2025-02-17 22:37:20 +05:30
  • c9aa6c9e08 Merge branch 'main' into 90 Amith Koujalgi 2025-02-17 22:35:38 +05:30
  • 71bba6ee0d Added GH action to run tests Amith Koujalgi 2025-02-17 22:33:02 +05:30
  • 27b2201ff9 Added GH action to run tests Amith Koujalgi 2025-02-17 22:31:56 +05:30
  • 23d23c4ad7 Added new createModel API to make it conform to Ollama's new API - https://github.com/ollama/ollama/blob/main/docs/api.md#create-a-model Amith Koujalgi 2025-02-17 22:25:25 +05:30
  • e409ff1cf9
    Update OllamaAPI.java amithkoujalgi 2025-02-03 08:56:49 +05:30
  • 9a12cebb68
    Update README.md amithkoujalgi 2025-02-01 23:13:35 +05:30
  • 24f5bc4fec
    Delete close-issue.yml amithkoujalgi 2025-02-01 09:10:46 +05:30
  • d7c313417b
    Update label-issue-stale.yml Amith Koujalgi 2025-02-01 09:03:57 +05:30
  • b67b4c7eb5
    Update publish-docs.yml 1.0.93 Amith Koujalgi 2025-02-01 00:10:37 +05:30
  • ab70201844
    Merge pull request #89 from kwongiho/main 1.0.92 Amith Koujalgi 2025-02-01 00:00:26 +05:30
  • ac8a40a017 Add support for deepseek-r1 model kwongiho 2025-01-30 21:30:25 +09:00
  • 1ac65f821b
    Update label-issue-stale.yml Amith Koujalgi 2025-01-29 00:34:17 +05:30
  • d603c4b94b
    Update label-issue-stale.yml Amith Koujalgi 2025-01-29 00:17:34 +05:30
  • a418cbc1dc
    Create label-issue-stale.yml Amith Koujalgi 2025-01-29 00:17:11 +05:30
  • 785dd12730
    Update close-issue.yml Amith Koujalgi 2025-01-28 23:52:22 +05:30
  • dda807d818
    Merge pull request #88 from seeseemelk/feature/token-streamer Amith Koujalgi 2025-01-26 17:37:22 +05:30
  • a06a4025fa
    Merge pull request #87 from seeseemelk/feature/annotated-objects Amith Koujalgi 2025-01-26 17:35:58 +05:30
  • 761fbc3398 Add support for streaming tokens Sebastiaan de Schaetzen 2025-01-24 14:59:21 +01:00
  • a96dc11679 Fix random test failure Sebastiaan de Schaetzen 2025-01-24 14:32:48 +01:00
  • b2b3febdaa Add support for registering object instances instead of only through the @OllamaToolService annotation Sebastiaan de Schaetzen 2025-01-24 13:38:47 +01:00
  • f27bea11d5
    Merge branch 'main' of https://github.com/ollama4j/ollama4j amithkoujalgi 2025-01-14 10:44:13 +05:30
  • 9503451d5a
    Create close-issue.yml amithkoujalgi 2025-01-14 10:42:58 +05:30
  • 04bae4ca6a
    Update README.md Amith Koujalgi 2025-01-14 10:06:30 +05:30
  • 3e33b8df62
    Update README.md Amith Koujalgi 2025-01-13 20:08:42 +05:30
  • a494053263
    Merge pull request #85 from AgentSchmecker/feature/annotationBasedTools 1.0.91 Amith Koujalgi 2025-01-04 23:52:51 +05:30
  • 260c57ca84 Removes system.err lines Markus Klenke 2024-12-27 23:10:08 +01:00
  • db008de0ca Adds documentation for annotation based Tool registration Markus Klenke 2024-12-27 23:07:35 +01:00
  • 1b38466f44 Adds BigDecimal type for ToolProperty typeCast Markus Klenke 2024-12-27 23:05:08 +01:00
  • 26ec00dab8 Adds Javadoc for new classes and annotations Markus Klenke 2024-12-27 22:33:44 +01:00
  • 5e6971cc4a Adds first approach to annotation based tool callings using basic java reflection Markus Klenke 2024-12-27 22:20:34 +01:00
  • 8b3417ecda
    Merge pull request #82 from AgentSchmecker/feature/toolextension_for_chat_model Amith Koujalgi 2024-12-17 12:03:56 +05:30
  • 35f5f34196 Adds doc for tool-based chat API calls Markus Klenke 2024-12-09 23:30:05 +01:00
  • d8c3edd55f Parametrizes the max chat tool call retries for a single chat request Markus Klenke 2024-12-09 23:29:43 +01:00
  • 7ffbc5d3f2 Adds implicit tool calling for streamed chat requests (requires Ollama v0.4.6) Markus Klenke 2024-12-09 23:07:25 +01:00
  • c4b7830614 Fixes merge conflicts Markus Klenke 2024-12-07 01:18:12 +01:00
  • 69f6fd81cf Enables in chat tool calling Markus Klenke 2024-12-07 01:04:13 +01:00
  • b6a293add7 Makes changes to OllamaChatResult backwards compatible Markus Klenke 2024-12-07 00:36:37 +01:00
  • 25694a8bc9 extends ollamaChatResult to have full access to OllamaChatResult Markus Klenke 2024-12-07 00:29:09 +01:00
  • 12bb10392e Extends ChatModels to use Tools and ToolCalls Markus Klenke 2024-12-06 14:12:33 +01:00
  • e9c33ab0b2 Extends chat API to automatically load registered Tools Markus Klenke 2024-12-04 09:12:55 +01:00
  • 903a8176cd Extends ToolSpec to have PromptDef for ChatRequests Markus Klenke 2024-12-04 08:45:00 +01:00
  • 4a91918e84
    Merge pull request #81 from AgentSchmecker/bugfix/79 1.0.90 Amith Koujalgi 2024-12-05 16:42:30 +05:30
  • ff3344616c Fixes NPE in #78 Markus Klenke 2024-12-04 22:54:54 +01:00
  • 726fea5b74 Fixes #79 Markus Klenke 2024-12-04 22:28:00 +01:00
  • a09f1362e9 Adds Builder for EmbedRequests and deprecates old Embedding Models Markus Klenke 2024-12-02 22:48:33 +01:00
  • 4ef0821932
    updated README.md amithkoujalgi 2024-11-08 12:43:36 +05:30
  • 2d3cf228cb
    added findModelTagFromLibrary API 1.0.89 amithkoujalgi 2024-11-08 12:37:58 +05:30
  • 5b3713c69e
    added getLibraryModelDetails API and pullModel API with LibraryModelTag 1.0.88 amithkoujalgi 2024-11-08 11:23:47 +05:30
  • e9486cbb8e
    Merge pull request #76 from ollama4j/model-listing Amith Koujalgi 2024-11-08 10:05:19 +05:30
  • 057f0babeb
    updated listModelsFromLibrary API amithkoujalgi 2024-11-08 10:00:43 +05:30
  • da146640ca
    Update README.md Amith Koujalgi 2024-11-08 00:08:13 +05:30
  • 82be761b86
    Merge pull request #75 from ollama4j/model-listing 1.0.87 Amith Koujalgi 2024-11-07 23:54:56 +05:30
  • 9c3fc49df1
    added listModelsFromLibrary API amithkoujalgi 2024-11-07 23:53:11 +05:30
  • 5f19eb17ac Update OllamaAPI.java Amith Koujalgi 2024-11-07 21:53:41 +05:30
  • ecb04d6d82
    Cleanup Amith Koujalgi 2024-10-31 21:22:17 +05:30
  • 3fc7e9423c
    Updated docs 1.0.86 Amith Koujalgi 2024-10-31 17:57:02 +05:30
  • 405a08b330
    Updated docs Amith Koujalgi 2024-10-31 16:25:05 +05:30
  • 921f745435
    Custom roles support Amith Koujalgi 2024-10-31 16:15:21 +05:30
  • bedfec6bf9
    Update generate-embeddings.md Amith Koujalgi 2024-10-30 11:07:40 +05:30
  • afa09e87a5
    Update OllamaAPI.java Amith Koujalgi 2024-10-30 11:02:37 +05:30
  • baf2320ea6
    Updated javadoc Amith Koujalgi 2024-10-30 11:01:23 +05:30
  • 948a7444fb
    Update README.md Amith Koujalgi 2024-10-30 00:54:33 +05:30
  • ec0eb8b469
    Update README.md Amith Koujalgi 2024-10-30 00:44:08 +05:30
  • 8f33de7e59
    Update README.md Amith Koujalgi 2024-10-30 00:43:09 +05:30
  • 8c59e6511b
    Update README.md Amith Koujalgi 2024-10-30 00:41:55 +05:30
  • b93fc7623a
    Updated javadoc Amith Koujalgi 2024-10-30 00:28:53 +05:30
  • bd1a57c7e0
    Added support for new embed API /api/embed 1.0.85 Amith Koujalgi 2024-10-30 00:03:49 +05:30
  • 7fabead249
    Merge pull request #73 from daguava/tool-role Amith Koujalgi 2024-10-29 22:05:43 +05:30
  • 268a973d5e Add tool role Mitchell Lutzke 2024-10-27 17:06:25 -07:00
  • d949a3cb69
    Merge pull request #72 from daguava/minp-custom-options Amith Koujalgi 2024-10-27 20:05:24 +05:30
  • e2443ed68a Add throws to the docs Mitchell Lutzke 2024-10-26 22:08:03 -07:00
  • 37193b1f5b slight cleanup Mitchell Lutzke 2024-10-26 21:36:43 -07:00
  • e33071ae38 Add minp option and ability to set custom options Mitchell Lutzke 2024-10-26 21:22:46 -07:00
  • fffc8dc526
    Update README.md Amith Koujalgi 2024-10-16 00:55:01 +05:30
  • def950cc9c
    Update README.md Amith Koujalgi 2024-10-15 14:27:07 +05:30
  • f4db7ca326
    Update README.md Amith Koujalgi 2024-10-15 11:51:20 +05:30
  • 18760250ea
    Update README.md Amith Koujalgi 2024-10-11 21:21:20 +05:30
  • 233597efd1
    Update README.md Amith Koujalgi 2024-10-01 23:38:49 +05:30
  • cec9f29eb7
    Update README.md Amith Koujalgi 2024-09-15 09:43:37 +05:30
  • 20cb92a418
    Update README.md Amith Koujalgi 2024-09-15 08:48:31 +05:30
  • b0dc38954b
    Update README.md Amith Koujalgi 2024-09-15 08:47:22 +05:30
  • 1479d0a494
    Update README.md Amith Koujalgi 2024-09-08 16:28:46 +05:30
  • b328daee43
    Update README.md Amith Koujalgi 2024-09-08 16:28:23 +05:30
  • b90c8bc622
    Docs build fixes 1.0.84 Amith Koujalgi 2024-09-05 01:41:24 +05:30
  • 660a1b937a
    Added llama3.1 1.0.83 Amith Koujalgi 2024-09-05 01:24:13 +05:30
  • fd961d7037
    Added BMC Amith Koujalgi 2024-09-05 00:48:50 +05:30
  • b48f9550c3
    Update README.md Amith Koujalgi 2024-09-04 00:10:09 +05:30