Hello guys, I am just starting to learn about Kedr...
# questions
b
Hello guys, I am just starting to learn about Kedro and noticed that micro-packaging will is being deprecated. Could someone please suggest any alternatives to that feature?
h
Someone will reply to you shortly. In the meantime, this might help:
j
hi @Bibo Bobo! could you tell us more about your use case? what problem are you trying to solve?
b
@Juan Luis Right now I am in the middle of the process of choosing a framework for our project (we are building various things with LLM APIs) to create pipelines and run experiments. The idea was to have a way to share the working solution with our backend so they can easily integrate it into production code.
j
got it. every Kedro project is a reusable Python library, so in principle you can
pip
-install it and import those pipelines into the production code. you might need to ship the configuration with it, so that it can work properly. micropackaging was a (clunky) way of achieving this.
kedro package
still works. you can read more here: https://docs.kedro.org/en/stable/tutorial/package_a_project.html#package-a-kedro-project do you think this would be enough for your needs?
b
@Juan Luis Well, I think this is also an option. Thank you!
✔️ 1
j
any time! keep us posted on your progress 💪🏼