spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/index.html
Apache License 2.0
3.25k stars 830 forks source link

Add documentation on how to create a console application using spring-ai #1343

Open asaikali opened 2 months ago

asaikali commented 2 months ago

add documentation showing how to create a console app using spring ai, folks are opening bug reports around web client and rest client dependencies need to show how to add a web stack but turn off starting a server.

coderphonui commented 1 month ago

I built a console application that using Spring AI and I have put this configuration to the application.yaml to make it works without starting the web server.

spring:
  main:
    web-environment: false
    web-application-type: none
PRIYANKjakharia commented 1 month ago

i can work on it