spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
Greetings!!! In [Spring-AI documentation](https://docs.spring.io/spring-ai/reference/getting-started.html) for version 0.8.0-SNAPSHOT, the OpenAI example project is out of date. The [example project was developed for version 0.2.0-SNAPSHOT](https://github.com/rd-1-2022/ai-openai-helloworld/blob/51f73f71b09f0a2cb7b5f09cce100e086bfde18d/pom.xml#L33) and not compatible with 0.8.0-SNAPSHOT because the...
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create. If the bug is trivial, just...
This pull request adds AutoConfiguration for PostgresML. **Checklist:** * Sign the [contributor license agreement](https://cla.pivotal.io/sign/spring) ✅ * Rebase your changes on the latest `main` branch and squash your commits ✅ *...
Hi, I have an improvement for [OllamaAutoConfigurationIT](https://github.com/spring-projects/spring-ai/blob/main/spring-ai-spring-boot-autoconfigure/src/test/java/org/springframework/ai/autoconfigure/ollama/OllamaAutoConfigurationIT.java) which can help when working locally. The current issue as described in the test is the model is around 3GB which can take...
This is missing and is an important high level feature.
**Bug description** spring-ai-azure-openai-spring-boot-starter reports issue about DeploymentNotFound ( it requires Azure model deployment name) with properties included `spring.ai.azure.openai.api-key= spring.ai.azure.openai.endpoint=https://abc.openai.azure.com/ spring.ai.azure.openai.embedding-model=text-embedding-ada-002` `com.azure.core.exception.ResourceNotFoundException: Status code 404, "{"error":{"code":"DeploymentNotFound", "message":"The API deployment for this...
Triggered by the PR https://github.com/spring-projects/spring-ai/pull/203 the VectorStore interface should be revisited to see how many `VectorStore` implementations can take additional information to `add` and/or `delete`. This feels similar to the...
Add link to entry point for vector dbs in reference docs. Should encourage use of the starter vs. listing the dependency.
It has already been moved into the reference docs.