Skip to content

Releases: Galileo-Galilei/kedro-serving

Release 0.0.1

17 Nov 22:54
Compare
Choose a tag to compare

[0.0.1] - 2021-11-17

Added

  • ✨ The kedro serving serve command enable tos erve a pipeline as a FastAPI application
  • ✨ ⚡ The artifacts (i.e. any inputs of the pipeline different from the body) are loaded as MemoryDataSet(copy_mode=assign) to reduce I/O operations and increase speed
  • ✨ The input schema is automatically inferred from the input DataFrame