Amith Koujalgi
e2b29b6a07
added Prompt Builder
2023-12-31 01:33:59 +05:30
Amith Koujalgi
14d18d731f
Fixed javadoc
2023-12-30 14:17:36 +05:30
Amith Koujalgi
01c5a8f07f
updated readme
2023-12-30 12:23:42 +05:30
Amith Koujalgi
657593be09
Updated all APIs to use getRequestBuilderDefault()
method
2023-12-29 10:25:18 +05:30
Michael Wechner
7481c2ba0e
method introduced to get request builder default settings
2023-12-27 08:42:45 +01:00
Michael Wechner
9d336e257c
basic auth implemented for generate request
2023-12-26 20:49:54 +01:00
Amith Koujalgi
df5c451a12
updated docs
2023-12-26 20:15:43 +05:30
Amith Koujalgi
1fdd89f50f
clean up
2023-12-19 00:32:58 +05:30
Amith Koujalgi
ab89dfcefe
Added APIs to pass images and ask questions on it with LLaVA
model
2023-12-17 15:07:26 +05:30
Amith Koujalgi
251968e5e0
Added APIs to pass images and ask questions on it with LLaVA
model
2023-12-17 15:02:30 +05:30
Amith Koujalgi
e9ec19a62d
clean up
2023-12-17 11:56:55 +05:30
Amith Koujalgi
899b734abf
clean up
2023-12-17 11:44:13 +05:30
Amith Koujalgi
b6c1afff32
clean up
2023-12-17 11:44:04 +05:30
Amith Koujalgi
e2a88b06c5
Updated tests
2023-12-14 20:10:18 +05:30
Amith Koujalgi
74b03dcb87
Updated tests
2023-12-14 18:22:53 +05:30
Amith Koujalgi
a0d6a5ef97
Updated models with Lombok
2023-12-14 18:12:06 +05:30
Amith Koujalgi
1df8622b32
Fixes to listModels API
2023-12-14 17:55:17 +05:30
Amith Koujalgi
b2d76970dc
Added surefire and failsafe plugins
2023-12-14 17:41:23 +05:30
Amith Koujalgi
f6af7025a8
Merge remote-tracking branch 'origin/main'
2023-12-14 17:30:27 +05:30
Amith Koujalgi
afb8d21747
Added surefire and failsafe plugins
2023-12-14 17:30:14 +05:30
Amith Koujalgi
d52427fb68
Fixes to tests
2023-12-14 16:47:38 +05:30
Amith Koujalgi
4e4a5d2996
Fixes to ask API
2023-12-14 16:45:12 +05:30
Amith Koujalgi
f67f3b9eb5
updated readme
2023-12-14 16:40:15 +05:30
Amith Koujalgi
a5c6ba5558
Updated ask
and askAsync
responses to include responseTime
parameter
2023-11-16 00:50:56 +05:30
Amith Koujalgi
79f69c1620
Merge remote-tracking branch 'origin/main'
2023-11-16 00:49:12 +05:30
Amith Koujalgi
7579bbbc59
Updated ask
and askAsync
responses to include responseTime
parameter
2023-11-16 00:48:59 +05:30
Matthew MacLeod
04e942f1f9
Added a system
property to prevent Unrecognized field "system"
when calling OllamaApi.getModelDetails
2023-11-14 10:25:04 -05:00
Amith Koujalgi
dc2b73a72d
added test cases for more APIs
2023-11-13 12:15:06 +05:30
Amith Koujalgi
c5f3bb5d31
- updated non-primitives Long
and Boolean
to primitive types
2023-11-13 11:45:53 +05:30
Amith Koujalgi
7da4a7ffd4
- updated Java version to 11.
...
- replaced Apache HTTP client code with `Java.net.http.HttpClient`
2023-11-13 11:32:53 +05:30
Amith Koujalgi
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
2023-11-13 00:47:47 +05:30
Richard Eckart de Castilho
e2a8be42e0
Issue #4 : evalCount in response from ollama cannot be parsed
...
- Change `eval_count` identify in Java code to more appropriate `evalCount`
- Change `evalCount` to `eval_count` in the JSON mapping
- Configure JSON mapping to ignore unknown fields to avoid errors in case ollama expands its response
2023-11-12 19:36:27 +01:00
Amith Koujalgi
df9b9af063
Updated askAsync
API to use OutputStream.write
instead of DataOutputStream.writeBytes
2023-11-12 23:53:36 +05:30
Amith Koujalgi
7c4b17454b
Handled ignorable JSON fields of Ollama response
2023-11-12 23:33:22 +05:30
Amith Koujalgi
3a45746a63
add missing import of EmbeddingResponse
2023-11-12 23:24:05 +05:30
Richard Eckart de Castilho
84386cf539
Issue #2 : Certain requests fail with a 400 Bad Request
...
- writeBytes(String) does not work properly with Unicode characters and may produce invalid UTF-8 - replacing it with an alternative call that converts the JSON string to a proper UTF-8 byte array representation and sends that
2023-11-12 18:42:34 +01:00
Amith Koujalgi
7933154462
Added generateEmbeddings
API
2023-11-12 21:14:54 +05:30
Amith Koujalgi
e78609727e
Added generateEmbeddings
API
2023-11-12 20:23:21 +05:30
Amith Koujalgi
48acf921e8
Updated models with @JsonProperty
to have Java-naming conventions for attributes
2023-11-12 20:00:44 +05:30
Amith Koujalgi
5c5463b764
Fix for logback as a transitive dependency.
...
- updated pom.xml to have logback-classic in test scope.
- moved logback.xml from src/main/resources to src/test/resources
2023-11-12 19:48:40 +05:30
Amith Koujalgi
6678cd3f69
- replaced GSON with Jackson
...
- Updated readme
- general cleanup
2023-11-09 12:56:45 +05:30
Amith Koujalgi
1f28e61234
Updated readme
2023-11-09 11:55:00 +05:30
Amith Koujalgi
c1c3e4902a
updated setVerbose
2023-11-09 00:31:13 +05:30
Amith Koujalgi
d50e30f147
- Added verbose
param to OllamaAPI
...
- Setup logback logging
- Updated readme
2023-11-09 00:26:03 +05:30
Amith Koujalgi
384c2cf041
added Javadocs
2023-11-08 14:28:37 +05:30
Amith Koujalgi
c379e94571
added Javadocs
2023-11-08 14:27:50 +05:30
Amith Koujalgi
bf0a1e2160
init
2023-11-08 14:09:31 +05:30
Amith Koujalgi
f5b46410e8
init
2023-11-08 14:05:26 +05:30
Amith Koujalgi
0da7e8d68f
init
2023-11-07 23:11:35 +05:30
Amith Koujalgi
e2e000b499
init
2023-11-07 23:06:11 +05:30