dataiku-api-client-python icon indicating copy to clipboard operation
dataiku-api-client-python copied to clipboard

Bug: No module named 'dataiku.core.vector_stores.lifecycle

Open wangdong-sd opened this issue 4 months ago • 1 comments

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.

wangdong-sd avatar Sep 15 '25 07:09 wangdong-sd