fだ
Browse files- routers/webhook.py +1 -0
routers/webhook.py
CHANGED
@@ -184,6 +184,7 @@ async def webhook(request: Request):
|
|
184 |
from babyagi.classesa.diamond import calculate
|
185 |
title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
|
186 |
id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
|
|
|
187 |
res_calculate = calculate(text)
|
188 |
subtitle = res_calculate
|
189 |
link_text = "データを確認する"
|
|
|
184 |
from babyagi.classesa.diamond import calculate
|
185 |
title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
|
186 |
id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
|
187 |
+
#ベクトルインデックス
|
188 |
res_calculate = calculate(text)
|
189 |
subtitle = res_calculate
|
190 |
link_text = "データを確認する"
|