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

feat: migrated to the latest DIAL SDK #127

Merged
merged 17 commits into from
Jul 26, 2024
Merged

Conversation

adubovik
Copy link
Collaborator

@adubovik adubovik commented Jul 18, 2024

Mainly migrated embeddings endpoint implementation to the API provided by SDK.

Supported image embeddings amazon.titan-embed-image-v1 in the following way:

{
    "input": [],
    "custom_input": [
        [
            "inputText",
            {
                "type": "image/png",
                "url": "DIAL_URL or public URL",
                "data": "or base64 encoded image data" 
            }
        ]
    ]
}

@adubovik adubovik self-assigned this Jul 18, 2024
@adubovik
Copy link
Collaborator Author

adubovik commented Jul 24, 2024

/deploy-review

Environment URL: https://chat-ai-dial-adapter-bedrock-pr-127.nightly-test.deltixhub.io
E2E tests status: failed

@roman-romanov-o roman-romanov-o self-requested a review July 26, 2024 14:56
@adubovik
Copy link
Collaborator Author

adubovik commented Jul 26, 2024

/deploy-review

Environment URL: https://chat-ai-dial-adapter-bedrock-pr-127.nightly-test.deltixhub.io
E2E tests status: failed

@adubovik adubovik merged commit fc1f4ae into development Jul 26, 2024
6 checks passed
@adubovik adubovik deleted the feat/migrate-to-latest-sdk branch July 26, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants