Skip to content

Commit

Permalink
docs(setup): add quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
clementgig committed Jan 6, 2025
1 parent c5a74f4 commit 95723ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Throughout this journey, we will understand the capabilities and limitations of
For the practical part, we will learn about Spring AI's chat completion features to interact with LLMs. Spring AI serves as an abstraction layer able to interact with several LLM providers.
For the workshop's purposes, we will use Ollama, a solution for running LLMs locally.

## :gift: Quick start

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=863368883&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestEurope)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io?autostart=true&editor=code&workspaceClass=g1-large#https://github.com/AxaFrance/spring-ai-workshop)

## :wrench: Environment setup

- [GitHub Codespaces](workshop/setup/codespaces.md) (5min)
Expand Down

0 comments on commit 95723ea

Please sign in to comment.