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

Test AI Workflow Actions on 23.10.24 LTS #27737

Closed
4 tasks
Tracked by #27437
dsilvam opened this issue Feb 27, 2024 · 1 comment
Closed
4 tasks
Tracked by #27437

Test AI Workflow Actions on 23.10.24 LTS #27737

dsilvam opened this issue Feb 27, 2024 · 1 comment

Comments

@dsilvam
Copy link
Contributor

dsilvam commented Feb 27, 2024

Parent Issue

#27437

Task

The AI Workflow Actions included as a part of the AI Plugin needs to be tested. These include:

  • OpenAI Embeddings (DotEmbeddingsActionlet) This actionlet uses OpenAI to generate and save (or delete) the embeddings for content. This is used so that an embedding index can be kept up to date as new content is published and/or unpublished from dotCMS.
  • OpenAI Content Prompt (OpenAIContentPromptActionlet). This actionlet can be called to automatically populate/update fields of content as the content is pushed through a workflow. It works by expecting OpenAI to return its data/answer in a json format which will then be used to update the content. The example usage is to post content to OpenAI and have OpenAI automatically write appropriate SEO title and SEO short description for the content.
  • OpenAI Generate Image (OpenAIGenerateImageActionlet). This actionlet can automatically generate an image based on a content prompt. This content prompt is a velocity template and can use the values of the content in it. By default, this actionlet will add this image to the first binary field in the content.
  • OpenAI Auto Tag Content (OpenAIAutoTagActionlet). This actionlet can automatically tag content based on its values.

Proposed Objective

Integrations

Proposed Priority

Priority 2 - Important

Acceptance Criteria

All of the functionality in the task definition needs to be fully tested.

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@hmoreras
Copy link
Contributor

hmoreras commented Feb 29, 2024

iQA:

4 workflows test : Pass internal.

Screenshare.-.2024-03-01.4_16_00.PM.mp4

Auto Index Content Config: Pass Internal.

Screenshare.-.2024-03-01.4_42_25.PM.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants