Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion genai-function-calling/spring-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Or to run with Maven:
## Notes

The LLM should generate something like "The latest stable version of
Elasticsearch is 8.18.1", unless it hallucinates. Just run it again, if you
Elasticsearch is 8.19.3", unless it hallucinates. Just run it again, if you
see something else.

Spring AI uses Micrometer which bridges to OpenTelemetry, but needs a few
Expand Down
10 changes: 5 additions & 5 deletions genai-function-calling/spring-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>co.elastic.observability-labs</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Function Calling with Spring AI</description>
<properties>
<java.version>21</java.version>
<spring-ai.version>1.0.0</spring-ai.version>
<spring-ai.version>1.0.1</spring-ai.version>
<tools/>
</properties>
<dependencies>
Expand Down Expand Up @@ -50,8 +50,8 @@
<dependency>
<groupId>co.elastic.otel</groupId>
<artifactId>elastic-otel-javaagent</artifactId>
<version>1.4.1</version>
<scope>optional</scope>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependencyManagement>
Expand Down Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<goals>
Expand Down