Mark Pollack
3c9ae4e1d6
fix javadoc build in CI
2024-09-09 16:51:40 -04:00
Eddú Meléndez
fd19b4430a
Update actions/checkout and actions/setup-java version to v4
2024-06-22 20:51:42 +02:00
Eddú Meléndez
db53166779
Add jlumbroso/free-disk-space action
2024-06-22 19:21:53 +02:00
Christian Tzolov
c45352909e
Final GH doc action fixes
2024-03-15 14:17:57 +01:00
Christian Tzolov
0d0b858d60
Temp disable Ollama ITs
2024-02-27 23:32:05 +01:00
Christian Tzolov
3eb24f6088
Update continuous-integration.yml
...
Try to fix the GH action hashFiles expression
2024-02-27 23:08:00 +01:00
Christian Tzolov
270f01608e
Update continuous-integration.yml
...
Update ScribeMD/docker-cache to @0.3.7
2024-02-27 22:33:53 +01:00
Eddú Meléndez
246ba173fe
Enable Ollama integration test
...
Currently, test is disable because in every run the image should
be downloaded and then pull the model. Now, taking advantage of
Testcontainers and a GHA, a new image is created on-the-fly with
the model in it and then cached, so, next executions will reuse the
cached image instead.
Fixes #121
2024-02-27 20:57:43 +01:00
Christian Tzolov
134b87cb4b
fix CI/CD deploy docs work dir
2024-02-22 18:02:47 +01:00
Christian Tzolov
631521c8dd
Attempt to fix javadocs CI generation
2024-02-22 17:46:06 +01:00
Mark Pollack
3423688908
remove uploading of old asciidoc ref docs as the no longer exist
2023-12-04 15:00:43 -05:00
Mark Pollack
27bb72999a
remove unused asciidoc plugin and docs
2023-12-04 14:49:16 -05:00
Mark Pollack
1666cf0845
Allow for up to 3 retries when running an integration test
2023-11-09 15:18:47 -05:00
Mark Pollack
5208c12237
add additional env var for openai key - still needs cleanup
2023-09-17 17:52:29 -04:00
Mark Pollack
bfafa8bde3
Reactor PromptTemplateActions
...
* PromptTemplateActions contains Prompt create() methods
* PromptTemplateStringActions contains String render() methods
* PromptTemplateMessageActions contains Message createMessage() methods
* PromptTemplateChatActions contains List<Message> createMessages() actions
* Message classes can accept a Spring resource in their constructors
* AiClient implementations package name change llm->client
* Add toString() to Generation
* Add -PintegrationTest profile, disabled by default.
* Add integration test for OpenAi Client and 'evaluation'
* Add Question and Answer Prompts for evaluation of AiClient responses
2023-08-18 13:01:39 -04:00
Mark Pollack
cc3f1ebfbf
Add OPENAI_API_KEY to ci action file
2023-08-15 19:00:21 -04:00
Mark Pollack
2c73507dc6
change branch name for CI builds
2023-08-05 17:25:22 -04:00
Mark Pollack
0ee86b5b5d
add github actions
2023-08-04 11:54:13 -04:00