dataiku / dataiku/dataiku-api-client-python
Bug: No module named 'dataiku.core.vector_stores.lifecycle
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 44
- フォーク
- 29
- 平均マージ
- 3時間 34分
- マージ済み PR(30日)
- 2
説明
I followed your document here: https://developer.dataiku.com/latest/tutorials/genai/nlp/create-knowledge-bank/index.html#wrapping-up.
I try to query the KB.
With this line: vector_store = kb_core.as_langchain_vectorstore()
I got error:
from dataiku.core.vector_stores.lifecycle.shared_folder import (
ModuleNotFoundError: No module named 'dataiku.core.vector_stores.lifecycle'
Look the code I did not find this module named lifecyle in vector_stores. This should be a bug.
And I did not find this module anywhere in the dataiku module.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
チュートリアルの「Wrapping up」セクションから始め、kb_core.as_langchain_vectorstore() を再現します。dataiku.core.vector_stores パッケージと失敗している lifecycle.shared_folder のインポートを調査し、ドキュメントに記載されたクエリでそのモジュールを見つけられない理由を特定します。ドキュメントに記載されたクエリが ModuleNotFoundError なしで動作するか、ドキュメントで必要なパッケージとバージョンが特定されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100