Skip to content

Latest commit

 

History

History

spring-ai-alibaba-examples

This directory contains examples demonstrating basic and advanced usages of Spring AI Alibaba.

All the examples here are designed to be independent maven projects that can be copied and imported independently. So it's recommended to import the whole example directory or each specific example sub-directory as a separate maven project.

  • Hello World
  • Chat Model
  • Function Calling
  • Structured Output
  • Prompt
  • RAG
  • Flight Booking Playground, an advanced example showcasing usage of prompt template, function calling, chat memory and rag at the same time.