このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
minor fix: Object of type int64 is not JSON serializable (
#23109
)
tags/1.7.2
呆萌闷油瓶
3ヶ月前
親
6914c1c85e
コミット
ab7c2cf000
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
1
1
api/services/annotation_service.py
+ 1
- 1
api/services/annotation_service.py
ファイルの表示
@@ -280,7 +280,7 @@ class AppAnnotationService:
try:
# Skip the first row
df = pd.read_csv(file)
df = pd.read_csv(file
, dtype=str
)
result = []
for index, row in df.iterrows():
content = {"question": row.iloc[0], "answer": row.iloc[1]}
書き込み
プレビュー
読み込み中…
キャンセル
保存