3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

開発でチャレンジして、失敗・成功したことをシェアしよう by 転職ドラフトAdvent Calendar 2024

Day 12

ragas で またでた "output": prompt_trace.outputs.get("output", {})[0] は、library の問題っぽかったので、0.2.8 ⇒0.2.9 とした

Posted at

背景

解決したかと思っていたこの問題・・また発生したので、その対処記録

結論

library を バージョン指定してなかったので、最新版を指定して update

update requirements.in
- ragas
+ ragas==0.2.9
update requirements.txt
- ragas==0.2.8
+ ragas==0.2.9

経緯

debug を有効化してみてみたけれど、何もエラーが無い
にも拘らず発生したので、update してみたら直った。

あとがき

とはいえ・・子のバージョンでの変更点は確認してないので・・何とも確証がない・・ :sweat:

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?