Commit Graph

  • 9581dc3357 mvn release test Amith Koujalgi 2023-11-17 10:28:51 +05:30
  • 6bcdab27f3 mvn release test Amith Koujalgi 2023-11-17 08:59:34 +05:30
  • e71034142d mvn release test Amith Koujalgi 2023-11-17 08:57:28 +05:30
  • 11377610bd mvn release test Amith Koujalgi 2023-11-17 08:48:50 +05:30
  • f29851e323 mvn release test Amith Koujalgi 2023-11-17 08:47:31 +05:30
  • a5c6ba5558 Updated ask and askAsync responses to include responseTime parameter Amith Koujalgi 2023-11-16 00:50:56 +05:30
  • 79f69c1620 Merge remote-tracking branch 'origin/main' Amith Koujalgi 2023-11-16 00:49:12 +05:30
  • 7579bbbc59 Updated ask and askAsync responses to include responseTime parameter Amith Koujalgi 2023-11-16 00:48:59 +05:30
  • 5c17bf7bb4
    Merge pull request #6 from mgmacleod/missing-system-property Amith Koujalgi 2023-11-14 23:22:03 +05:30
  • 04e942f1f9 Added a system property to prevent Unrecognized field "system" when calling OllamaApi.getModelDetails Matthew MacLeod 2023-11-14 10:25:04 -05:00
  • 3a43d3e95c Added GH action workflow for PR create Amith Koujalgi 2023-11-13 12:25:40 +05:30
  • dc2b73a72d added test cases for more APIs Amith Koujalgi 2023-11-13 12:15:06 +05:30
  • c5f3bb5d31 - updated non-primitives Long and Boolean to primitive types Amith Koujalgi 2023-11-13 11:45:53 +05:30
  • 7da4a7ffd4 - updated Java version to 11. - replaced Apache HTTP client code with Java.net.http.HttpClient Amith Koujalgi 2023-11-13 11:32:53 +05:30
  • d2f405dc64 - removed returning JSON string from toString methods of POJOs - moved the code to get the ObjectMapper instance to Utils so that any changes to ObjectMapper could be handled at one place. - removed duplicate ObjectMapper instantiation code Amith Koujalgi 2023-11-13 00:47:47 +05:30
  • 0d6af4b4a5
    Merge pull request #5 from reckart/bugfix/4-evalCount-in-response-from-ollama-cannot-be-parsed Amith Koujalgi 2023-11-13 00:14:55 +05:30
  • e2a8be42e0 Issue #4: evalCount in response from ollama cannot be parsed Richard Eckart de Castilho 2023-11-12 19:36:27 +01:00
  • df9b9af063 Updated askAsync API to use OutputStream.write instead of DataOutputStream.writeBytes Amith Koujalgi 2023-11-12 23:53:36 +05:30
  • 7c4b17454b Handled ignorable JSON fields of Ollama response Amith Koujalgi 2023-11-12 23:33:22 +05:30
  • 3a45746a63 add missing import of EmbeddingResponse Amith Koujalgi 2023-11-12 23:24:05 +05:30
  • dd911029d6
    Merge pull request #3 from reckart/bugfix/2-Certain-requests-fail-with-a-400-Bad-Request Amith Koujalgi 2023-11-12 23:21:42 +05:30
  • 84386cf539 Issue #2: Certain requests fail with a 400 Bad Request Richard Eckart de Castilho 2023-11-12 18:42:34 +01:00
  • 4f70d1ee80 Updated readme Amith Koujalgi 2023-11-12 23:06:06 +05:30
  • 7933154462 Added generateEmbeddings API Amith Koujalgi 2023-11-12 21:14:54 +05:30
  • e78609727e Added generateEmbeddings API Amith Koujalgi 2023-11-12 20:23:21 +05:30
  • 48acf921e8 Updated models with @JsonProperty to have Java-naming conventions for attributes Amith Koujalgi 2023-11-12 20:00:44 +05:30
  • 5c5463b764 Fix for logback as a transitive dependency. Amith Koujalgi 2023-11-12 19:48:40 +05:30
  • 6678cd3f69 - replaced GSON with Jackson - Updated readme - general cleanup Amith Koujalgi 2023-11-09 12:56:45 +05:30
  • 1f28e61234 Updated readme Amith Koujalgi 2023-11-09 11:55:00 +05:30
  • 2bdf0cc638 Updated readme Amith Koujalgi 2023-11-09 00:51:19 +05:30
  • c1c3e4902a updated setVerbose Amith Koujalgi 2023-11-09 00:31:13 +05:30
  • bc31a5f92a Updated readme Amith Koujalgi 2023-11-09 00:27:43 +05:30
  • d50e30f147 - Added verbose param to OllamaAPI - Setup logback logging - Updated readme Amith Koujalgi 2023-11-09 00:26:03 +05:30
  • 98a98d3276 updated Readme Amith Koujalgi 2023-11-08 21:22:40 +05:30
  • 0c91db1d03 updated Readme Amith Koujalgi 2023-11-08 14:49:58 +05:30
  • 5a916a4e9f updated Readme Amith Koujalgi 2023-11-08 14:38:29 +05:30
  • dbda21459b updated Readme Amith Koujalgi 2023-11-08 14:36:02 +05:30
  • 0f8edcd4c2 updated Readme Amith Koujalgi 2023-11-08 14:35:10 +05:30
  • 384c2cf041 added Javadocs Amith Koujalgi 2023-11-08 14:28:37 +05:30
  • c379e94571 added Javadocs Amith Koujalgi 2023-11-08 14:27:50 +05:30
  • bf0a1e2160 init Amith Koujalgi 2023-11-08 14:09:31 +05:30
  • f5b46410e8 init Amith Koujalgi 2023-11-08 14:05:26 +05:30
  • b9d888b3d5 init Amith Koujalgi 2023-11-08 14:04:45 +05:30
  • 6c4fc95493 init Amith Koujalgi 2023-11-08 14:02:54 +05:30
  • 5a9e2fb026 init Amith Koujalgi 2023-11-08 13:54:57 +05:30
  • 92ae628d4f init Amith Koujalgi 2023-11-08 13:54:00 +05:30
  • e2b3070677 init Amith Koujalgi 2023-11-08 13:34:08 +05:30
  • 639ffd5459 init Amith Koujalgi 2023-11-08 00:01:26 +05:30
  • 92d594aee6 init Amith Koujalgi 2023-11-07 23:35:34 +05:30
  • eb963b4bd0 init Amith Koujalgi 2023-11-07 23:31:19 +05:30
  • a67a7119c6 init Amith Koujalgi 2023-11-07 23:28:51 +05:30
  • 3e276cc47c init Amith Koujalgi 2023-11-07 23:23:27 +05:30
  • c2ec7da486 init Amith Koujalgi 2023-11-07 23:21:35 +05:30
  • 2eba71a94b init Amith Koujalgi 2023-11-07 23:20:05 +05:30
  • 089fd4f2c3 init Amith Koujalgi 2023-11-07 23:19:06 +05:30
  • 7d4669d449 init Amith Koujalgi 2023-11-07 23:16:57 +05:30
  • 0da7e8d68f init Amith Koujalgi 2023-11-07 23:11:35 +05:30
  • 07f460f3fe Merge remote-tracking branch 'origin/main' Amith Koujalgi 2023-11-07 23:10:16 +05:30
  • 4cb478c0bd
    Create static.yml Amith Koujalgi 2023-11-07 23:10:07 +05:30
  • e2e000b499 init Amith Koujalgi 2023-11-07 23:06:11 +05:30
  • c74e70f3fa init Amith Koujalgi 2023-11-07 23:06:02 +05:30
  • 153f516d9f init Amith Koujalgi 2023-11-07 20:52:42 +05:30
  • c1615a2005 init Amith Koujalgi 2023-10-27 17:32:04 +05:30
  • 46894f9ec4 init Amith Koujalgi 2023-10-27 17:31:45 +05:30
  • 53fc9cf797 init Amith Koujalgi 2023-10-27 17:10:03 +05:30
  • e6f21bcaac init Amith Koujalgi 2023-10-27 17:01:54 +05:30
  • bb6ff30a01 init Amith Koujalgi 2023-10-27 17:01:26 +05:30
  • 73db1dbd8b
    Update README.md Amith Koujalgi 2023-10-27 17:00:42 +05:30
  • 59919ddffa init Amith Koujalgi 2023-10-27 16:58:28 +05:30
  • edc5f90076 init Amith Koujalgi 2023-10-27 16:57:51 +05:30
  • 9fbf13514d init Amith Koujalgi 2023-10-27 16:56:04 +05:30
  • 2db3897c7c init Amith Koujalgi 2023-10-27 16:54:55 +05:30
  • 163e88bc82 init Amith Koujalgi 2023-10-27 16:51:27 +05:30
  • 977cb219e1 init Amith Koujalgi 2023-10-27 16:40:34 +05:30
  • 6becd43a31 init Amith Koujalgi 2023-10-27 16:34:30 +05:30
  • c368a23309 init Amith Koujalgi 2023-10-27 16:30:29 +05:30
  • 6660d9b09a init Amith Koujalgi 2023-10-27 16:27:45 +05:30
  • 10ffe0f14a init Amith Koujalgi 2023-10-27 16:26:40 +05:30
  • d593e974ee init Amith Koujalgi 2023-10-27 15:22:41 +05:30
  • 935f41cb32 init Amith Koujalgi 2023-10-27 15:17:00 +05:30
  • 00facd3641 init Amith Koujalgi 2023-10-27 15:13:35 +05:30
  • 057300b4cd init Amith Koujalgi 2023-10-27 15:13:15 +05:30
  • 304028a747 init Amith Koujalgi 2023-10-27 15:11:58 +05:30
  • b97990e1ff init Amith Koujalgi 2023-10-27 15:09:04 +05:30
  • b7927f9893 init Amith Koujalgi 2023-10-27 15:02:13 +05:30
  • 52b4a5420c init Amith Koujalgi 2023-10-27 15:00:48 +05:30
  • a5f87f89c5 init Amith Koujalgi 2023-10-27 14:59:34 +05:30
  • 5c3b5319aa init Amith Koujalgi 2023-10-27 14:54:18 +05:30
  • 3fd363e0bf init Amith Koujalgi 2023-10-27 14:26:21 +05:30
  • 359133d00f init Amith Koujalgi 2023-10-27 14:24:00 +05:30
  • 7ea74b38e8 init Amith Koujalgi 2023-10-27 14:22:30 +05:30
  • fcbe1b78d1 init Amith Koujalgi 2023-10-27 14:12:55 +05:30
  • f720412252 init Amith Koujalgi 2023-10-27 14:11:41 +05:30
  • c311af8ffd init Amith Koujalgi 2023-10-27 14:07:10 +05:30
  • 1bb5cdff68 init Amith Koujalgi 2023-10-27 13:35:57 +05:30
  • 343f82f93a init Amith Koujalgi 2023-10-27 13:35:48 +05:30
  • 6cb8a7b632 init Amith Koujalgi 2023-10-27 13:32:26 +05:30
  • e042ff473a init Amith Koujalgi 2023-10-27 13:28:51 +05:30
  • f09e9a29de init Amith Koujalgi 2023-10-27 13:25:15 +05:30
  • cf6c296c94 init Amith Koujalgi 2023-10-27 13:18:37 +05:30