ModuleNotFoundError When Accessing Knowledge Bank via REST API SDK

Hi everyone,
I'm running into an issue while trying to access a Dataiku Knowledge Bank from an external Python script using the Dataiku REST API client.
When I execute my script, I get the following error:ModuleNotFoundError: No module named 'dataiku.core.vector_stores.lifecycle'
Here are my environment details:
- Dataiku DSS Version:
14.0.0
- Dataiku Python API Client Version:
14.0.0
It seems like a module related to vector stores is missing from the public API client library, even though my client and DSS versions match.
Has anyone encountered this before? Is accessing the Knowledge Bank from an external environment via the REST API client supported in version 14.0.0, or am I missing a configuration step?
Any help or suggestions would be greatly appreciated!
Thanks.
Operating system used: Ubuntu 22.04 (WSL)
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,576 Neuron
Can you post your code please?