diff --git a/.github/ISSUE_TEMPLATE/miscellaneous.md b/.github/ISSUE_TEMPLATE/miscellaneous.md index de4c63f93..6ae3483c0 100644 --- a/.github/ISSUE_TEMPLATE/miscellaneous.md +++ b/.github/ISSUE_TEMPLATE/miscellaneous.md @@ -10,7 +10,7 @@ assignees: '' For anything other than bug reports and feature requests (performance, refactoring, etc), just go ahead and file the issue. Please provide as many details as possible. -If you have a question or a support request, please open a new discussion on [GitHub Discussions](https://github.com/spring-projects-experimental/spring-ai/discussions) +If you have a question or a support request, please open a new discussion on [GitHub Discussions](https://github.com/spring-projects/spring-ai/discussions) or ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/spring-ai). Please do **not** create issues on the [Issue Tracker](https://github.com/spring-projects/spring-ai/issues) for questions or support requests. diff --git a/README.md b/README.md index a82d5211b..9ef4c3eb5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring AI [![build status](https://github.com/spring-projects-experimental/spring-ai/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/spring-projects-experimental/spring-ai/actions/workflows/continuous-integration.yml) +# Spring AI [![build status](https://github.com/spring-projects/spring-ai/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/spring-projects/spring-ai/actions/workflows/continuous-integration.yml) Welcome to the Spring AI project! @@ -8,13 +8,13 @@ Let's make your `@Beans` intelligent! ## Project Update -:partying_face: The Spring AI project has graduated out of the experimental repository! +:partying_face: The Spring AI project has graduated out of the repository! -:warning: +:warning: We are transitioning the project's Group ID: -* **FROM**: `org.springframework.experimental.ai` +* **FROM**: `org.springframework.ai` * **TO**: `org.springframework.ai` Artifacts will still be hosted in the snapshot repository as shown below. @@ -28,7 +28,7 @@ You can access `0.7.1-SNAPSHOT` artifacts as before and still access [0.7.1-SNAP ## Cloning the repo -This repository contains [large model files](https://github.com/spring-projects/spring-ai/tree/main/embedding-clients/transformers-embedding/src/main/resources/onnx/all-MiniLM-L6-v2). +This repository contains [large model files](https://github.com/spring-projects/spring-ai/tree/main/embedding-clients/transformers-embedding/src/main/resources/onnx/all-MiniLM-L6-v2). To clone it you have to either: - Ignore the large files (won't affect the spring-ai behaviour) : `GIT_LFS_SKIP_SMUDGE=1 git clone git@github.com:spring-projects/spring-ai.git`. @@ -37,8 +37,8 @@ To clone it you have to either: ## Project Links * [Documentation](https://docs.spring.io/spring-ai/reference/) -* [Issues](https://github.com/spring-projects-experimental/spring-ai/issues) -* [Discussions](https://github.com/spring-projects-experimental/spring-ai/discussions) - Go here if you have a question, suggestion, or feedback! +* [Issues](https://github.com/spring-projects/spring-ai/issues) +* [Discussions](https://github.com/spring-projects/spring-ai/discussions) - Go here if you have a question, suggestion, or feedback! * [JavaDocs](https://docs.spring.io/spring-ai/docs/current-SNAPSHOT/) ## Educational Resources @@ -80,7 +80,7 @@ Please use the 0.7.1-SNAPSHOT if you don't want to be on the bleeding edge. * Azure OpenAI ```xml - org.springframework.experimental.ai + org.springframework.ai spring-ai-azure-openai-spring-boot-starter 0.8.0-SNAPSHOT @@ -90,7 +90,7 @@ Please use the 0.7.1-SNAPSHOT if you don't want to be on the bleeding edge. ```xml - org.springframework.experimental.ai + org.springframework.ai spring-ai-openai-spring-boot-starter 0.8.0-SNAPSHOT @@ -101,7 +101,7 @@ Please use the 0.7.1-SNAPSHOT if you don't want to be on the bleeding edge. * Azure OpenAI ```xml - org.springframework.experimental.ai + org.springframework.ai spring-ai-azure-openai-spring-boot-starter 0.7.1-SNAPSHOT @@ -111,7 +111,7 @@ Please use the 0.7.1-SNAPSHOT if you don't want to be on the bleeding edge. ```xml - org.springframework.experimental.ai + org.springframework.ai spring-ai-openai-spring-boot-starter 0.7.1-SNAPSHOT @@ -123,7 +123,7 @@ Please use the 0.7.1-SNAPSHOT if you don't want to be on the bleeding edge. * To use the workshop material with OpenAI (not Azure's offering) you will need to *replace* the Azure Open AI Boot Starter in the `pom.xml` with the Open AI Boot Starter. ```xml - org.springframework.experimental.ai + org.springframework.ai spring-ai-openai-spring-boot-starter 0.7.1-SNAPSHOT diff --git a/document-readers/pdf-reader/pom.xml b/document-readers/pdf-reader/pom.xml index 5fdb2a94c..7d5e2ab2f 100644 --- a/document-readers/pdf-reader/pom.xml +++ b/document-readers/pdf-reader/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Document Reader - PDF Spring AI PDF document reader - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/document-readers/tika-reader/pom.xml b/document-readers/tika-reader/pom.xml index c7b9a775f..aec689cc2 100644 --- a/document-readers/tika-reader/pom.xml +++ b/document-readers/tika-reader/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Document Reader - Tika Spring AI Tika document reader - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/embedding-clients/spring-ai-postgresml-embedding-client/pom.xml b/embedding-clients/spring-ai-postgresml-embedding-client/pom.xml index a5470b876..941e7d144 100644 --- a/embedding-clients/spring-ai-postgresml-embedding-client/pom.xml +++ b/embedding-clients/spring-ai-postgresml-embedding-client/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Embedding Client - PostgresML Spring AI PostgresML Embedding Client - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/embedding-clients/transformers-embedding/pom.xml b/embedding-clients/transformers-embedding/pom.xml index cf16a1d40..5a4b958f2 100644 --- a/embedding-clients/transformers-embedding/pom.xml +++ b/embedding-clients/transformers-embedding/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Transormers Embedding Client Spring AI Transformers Embedding Client - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/embedding-clients/transformers-embedding/src/main/java/org/springframework/ai/embedding/TransformersEmbeddingClient.java b/embedding-clients/transformers-embedding/src/main/java/org/springframework/ai/embedding/TransformersEmbeddingClient.java index 195c5ba3d..910706ff4 100644 --- a/embedding-clients/transformers-embedding/src/main/java/org/springframework/ai/embedding/TransformersEmbeddingClient.java +++ b/embedding-clients/transformers-embedding/src/main/java/org/springframework/ai/embedding/TransformersEmbeddingClient.java @@ -39,11 +39,11 @@ public class TransformersEmbeddingClient extends AbstractEmbeddingClient impleme private static final Log logger = LogFactory.getLog(TransformersEmbeddingClient.class); // ONNX tokenizer for the all-MiniLM-L6-v2 model - public final static String DEFAULT_ONNX_TOKENIZER_URI = "https://raw.githubusercontent.com/spring-projects-experimental/spring-ai/main/embedding-clients/transformers-embedding/src/main/resources/onnx/all-MiniLM-L6-v2/tokenizer.json"; + public final static String DEFAULT_ONNX_TOKENIZER_URI = "https://raw.githubusercontent.com/spring-projects/spring-ai/main/embedding-clients/transformers-embedding/src/main/resources/onnx/all-MiniLM-L6-v2/tokenizer.json"; // ONNX model for all-MiniLM-L6-v2 pre-trained transformer: // https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 - public final static String DEFAULT_ONNX_MODEL_URI = "https://github.com/spring-projects-experimental/spring-ai/raw/main/embedding-clients/transformers-embedding/src/main/resources/onnx/all-MiniLM-L6-v2/model.onnx"; + public final static String DEFAULT_ONNX_MODEL_URI = "https://github.com/spring-projects/spring-ai/raw/main/embedding-clients/transformers-embedding/src/main/resources/onnx/all-MiniLM-L6-v2/model.onnx"; public final static String DEFAULT_MODEL_OUTPUT_NAME = "last_hidden_state"; diff --git a/embedding-clients/transformers-embedding/src/test/java/org/springframework/ai/embedding/ResourceCacheServiceTests.java b/embedding-clients/transformers-embedding/src/test/java/org/springframework/ai/embedding/ResourceCacheServiceTests.java index a020222ce..9cc44f2b9 100644 --- a/embedding-clients/transformers-embedding/src/test/java/org/springframework/ai/embedding/ResourceCacheServiceTests.java +++ b/embedding-clients/transformers-embedding/src/test/java/org/springframework/ai/embedding/ResourceCacheServiceTests.java @@ -101,7 +101,7 @@ public class ResourceCacheServiceTests { public void cacheHttpResources() throws IOException { var cache = new ResourceCacheService(tempDir); - var originalResourceUri1 = "https://raw.githubusercontent.com/spring-projects-experimental/spring-ai/main/spring-ai-core/src/main/resources/embedding/embedding-model-dimensions.properties"; + var originalResourceUri1 = "https://raw.githubusercontent.com/spring-projects/spring-ai/main/spring-ai-core/src/main/resources/embedding/embedding-model-dimensions.properties"; var cachedResource1 = cache.getCachedResource(originalResourceUri1); assertThat(cachedResource1).isNotEqualTo(new DefaultResourceLoader().getResource(originalResourceUri1)); diff --git a/pom.xml b/pom.xml index fd80ce43e..6666cdfe1 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 0.8.0-SNAPSHOT pom - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai Spring AI Building AI applications with Spring Boot @@ -46,17 +46,17 @@ https://spring.io - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git Github Issues - https://github.com/spring-projects-experimental/spring-ai/issues + https://github.com/spring-projects/spring-ai/issues Github Actions - https://github.com/spring-projects-experimental/spring-ai/actions + https://github.com/spring-projects/spring-ai/actions diff --git a/spring-ai-azure-openai/pom.xml b/spring-ai-azure-openai/pom.xml index f6d87090f..a3cf8bfd4 100644 --- a/spring-ai-azure-openai/pom.xml +++ b/spring-ai-azure-openai/pom.xml @@ -10,12 +10,12 @@ jar Spring AI Azure OpenAI OpenAI support - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-core/pom.xml b/spring-ai-core/pom.xml index bbcf76cb8..937836404 100644 --- a/spring-ai-core/pom.xml +++ b/spring-ai-core/pom.xml @@ -11,12 +11,12 @@ jar Spring AI Core Core domain for AI programming - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-core/src/main/java/org/springframework/ai/parser/README.md b/spring-ai-core/src/main/java/org/springframework/ai/parser/README.md index 72521d2cb..740e330f2 100644 --- a/spring-ai-core/src/main/java/org/springframework/ai/parser/README.md +++ b/spring-ai-core/src/main/java/org/springframework/ai/parser/README.md @@ -1,7 +1,7 @@ # Output Parsing * [Documentation](https://docs.spring.io/spring-ai/reference/concepts.html#_output_parsing) -* [Usage examples](https://github.com/spring-projects-experimental/spring-ai/blob/main/spring-ai-openai/src/test/java/org/springframework/ai/openai/client/ClientIT.java) +* [Usage examples](https://github.com/spring-projects/spring-ai/blob/main/spring-ai-openai/src/test/java/org/springframework/ai/openai/client/ClientIT.java) The output of AI models traditionally arrives as a java.util.String, even if you ask for the reply to be in JSON. It may be the correct JSON, but it isn’t a JSON data structure. It is just a string. Also, asking "for JSON" as part of the prompt isn’t 100% accurate. diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc index 00f301581..2e3f77605 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/aiclient.adoc @@ -249,7 +249,7 @@ You can find the Javadoc https://docs.spring.io/spring-ai/docs/current-SNAPSHOT/ == Feedback and Contributions -The project's https://github.com/spring-projects-experimental/spring-ai/discussions[GitHub discussions] is a great place to send feedback. +The project's https://github.com/spring-projects/spring-ai/discussions[GitHub discussions] is a great place to send feedback. == Related Resources diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index 9391ffcdd..145f78964 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -80,7 +80,7 @@ Add the Spring Boot Starter, depending on whether you use Azure Open AI or Open The Spring CLI makes it easy to create new applications with code in your terminal window. Think of it as the 'create-react-app' of Spring for those familiar with the JavaScript ecosystem. -Download the latest https://github.com/spring-projects-experimental/spring-cli/releases[Spring CLI Release] +Download the latest https://github.com/spring-projects/spring-cli/releases[Spring CLI Release] and follow the https://docs.spring.io/spring-cli/reference/installation.html#_setting_up_your_path_or_alias[instructions] to add `spring` to your `PATH`. Create a simple AI application: diff --git a/spring-ai-docs/src/main/javadoc/overview.html b/spring-ai-docs/src/main/javadoc/overview.html index 9a94c8326..56de6687a 100644 --- a/spring-ai-docs/src/main/javadoc/overview.html +++ b/spring-ai-docs/src/main/javadoc/overview.html @@ -1,12 +1,12 @@

- This document is the API specification for Spring AI + This document is the API specification for Spring AI

For further API reference and developer documentation, see the - + Spring AI reference documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, diff --git a/spring-ai-huggingface/pom.xml b/spring-ai-huggingface/pom.xml index 22b0f9e9c..582524846 100644 --- a/spring-ai-huggingface/pom.xml +++ b/spring-ai-huggingface/pom.xml @@ -10,12 +10,12 @@ jar Spring AI HuggingFace HuggingFace support - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-openai/pom.xml b/spring-ai-openai/pom.xml index b6d5a40c9..efc5b3cab 100644 --- a/spring-ai-openai/pom.xml +++ b/spring-ai-openai/pom.xml @@ -10,12 +10,12 @@ jar Spring AI OpenAI OpenAI support - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-spring-boot-autoconfigure/pom.xml b/spring-ai-spring-boot-autoconfigure/pom.xml index f68387720..00d839dd6 100644 --- a/spring-ai-spring-boot-autoconfigure/pom.xml +++ b/spring-ai-spring-boot-autoconfigure/pom.xml @@ -11,12 +11,12 @@ jar Spring AI Auto Configuration Spring AI Auto Configuration - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml index d2093b43a..74dd2ce5a 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-azure-openai/pom.xml @@ -11,12 +11,12 @@ jar Spring AI Starter - Azure OpenAI Spring AI Azure OpenAI Auto Configuration - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml index c5b150b56..743310d24 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-ollama/pom.xml @@ -11,12 +11,12 @@ jar Spring AI Starter - Ollama Spring AI Ollama Auto Configuration - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml index 87a473c86..c53014c6c 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-openai/pom.xml @@ -11,12 +11,12 @@ jar Spring AI Starter - OpenAI Spring AI Open AI Auto Configuration - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-transformers-embedding/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-transformers-embedding/pom.xml index de077f1dc..40bad2515 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-transformers-embedding/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-transformers-embedding/pom.xml @@ -11,12 +11,12 @@ jar Spring AI Starter - Transformers Embedding Spring Transformers Embedding Auto Configuration - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai/pom.xml index 5e5a1e311..33c852b9e 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-vertex-ai/pom.xml @@ -11,12 +11,12 @@ jar Spring AI Starter - VertexAI Spring AI VertexAI Auto Configuration - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/spring-ai-test/pom.xml b/spring-ai-test/pom.xml index b7d63f7eb..bc71a2fad 100644 --- a/spring-ai-test/pom.xml +++ b/spring-ai-test/pom.xml @@ -10,12 +10,12 @@ jar Spring AI Test Test support for AI programming - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/vector-stores/spring-ai-azure/pom.xml b/vector-stores/spring-ai-azure/pom.xml index c4db62fde..279698024 100644 --- a/vector-stores/spring-ai-azure/pom.xml +++ b/vector-stores/spring-ai-azure/pom.xml @@ -12,12 +12,12 @@ jar Spring AI - Azure AI Search Vector Store Spring AI - Azure AI Search Vector Store - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/vector-stores/spring-ai-chroma/pom.xml b/vector-stores/spring-ai-chroma/pom.xml index 60b62e2a3..671a0809d 100644 --- a/vector-stores/spring-ai-chroma/pom.xml +++ b/vector-stores/spring-ai-chroma/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Chroma Vector Store Spring AI Chroma Vector Store - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/vector-stores/spring-ai-milvus-store/pom.xml b/vector-stores/spring-ai-milvus-store/pom.xml index 22d159ef4..24376ae78 100644 --- a/vector-stores/spring-ai-milvus-store/pom.xml +++ b/vector-stores/spring-ai-milvus-store/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Milvus Vector Store Spring AI Milvus Vector Store - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/vector-stores/spring-ai-neo4j-store/pom.xml b/vector-stores/spring-ai-neo4j-store/pom.xml index 3eee5af01..f1ae0e992 100644 --- a/vector-stores/spring-ai-neo4j-store/pom.xml +++ b/vector-stores/spring-ai-neo4j-store/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Vector Store - neo4j Spring AI Neo4j Vector Store - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/vector-stores/spring-ai-pgvector-store/pom.xml b/vector-stores/spring-ai-pgvector-store/pom.xml index 98d9c514d..0e87931a9 100644 --- a/vector-stores/spring-ai-pgvector-store/pom.xml +++ b/vector-stores/spring-ai-pgvector-store/pom.xml @@ -12,12 +12,12 @@ jar Spring AI Vector Store - pgvector Spring AI PGVector Vector Store - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git diff --git a/vector-stores/spring-ai-pinecone/pom.xml b/vector-stores/spring-ai-pinecone/pom.xml index 67625e602..395b7eee0 100644 --- a/vector-stores/spring-ai-pinecone/pom.xml +++ b/vector-stores/spring-ai-pinecone/pom.xml @@ -12,12 +12,12 @@ jar spring-ai-pinecone spring-ai-pinecone - https://github.com/spring-projects-experimental/spring-ai + https://github.com/spring-projects/spring-ai - https://github.com/spring-projects-experimental/spring-ai - git://github.com/spring-projects-experimental/spring-ai.git - git@github.com:spring-projects-experimental/spring-ai.git + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git