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

類似度出すとこリファクタリング #53

Merged
merged 6 commits into from
Nov 14, 2024

Conversation

Kubosaka
Copy link
Collaborator

概要

  • 類似度出すフローを変更するリファクタリング
sequenceDiagram
    フロント ->> バックエンド : 画像を送る
    バックエンド ->> MIniO : 画像アップロード
    バックエンド ->> GPT4o : 画像キャプション生成リクエスト
    MIniO ->> GPT4o : 画像取得 
    GPT4o -->> バックエンド : キャプション(英文)
    バックエンド ->> バックエンド : 英文を単語に分割
    バックエンド ->> 類似度サーバー : 類似度リクエスト
    類似度サーバー ->> 類似度サーバー : 類似度算出
    類似度サーバー -->> バックエンド : 類似度
    バックエンド ->> バックエンド : スコア算出
    バックエンド ->> DB : スコア保存
    バックエンド -->> フロント : スコア
Loading

変更内容

  • 考えるな感じろ(コードを読んでください)

動作確認

  • VPN繋いで写真を撮る
  • 類似度でたらおけ

関連するIssue

  • 関連するIssue番号を記載してください。例: #123

備考

  • その他、レビュワーに伝えたいことがあれば記述してください。

@Kubosaka Kubosaka requested a review from harata-t November 14, 2024 16:37
Copy link
Collaborator

@nose221834 nose221834 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

@nose221834 nose221834 merged commit 7a810fb into main Nov 14, 2024
1 check passed
@nose221834 nose221834 deleted the feat/kubosaka/refactering-method branch November 14, 2024 17:16
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