Skip to content

Commit e326257

Browse files
committed
Fixing typo, adding new autoconfig module to starter module
Signed-off-by: Soby Chacko <[email protected]>
1 parent ed1221e commit e326257

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ai.autoconfigure.vectorestore.weaviate;
17+
package org.springframework.ai.autoconfigure.vectorstore.weaviate;
1818

1919
import org.springframework.boot.autoconfigure.service.connection.ConnectionDetails;
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ai.autoconfigure.vectorestore.weaviate;
17+
package org.springframework.ai.autoconfigure.vectorstore.weaviate;
1818

1919
import io.micrometer.observation.ObservationRegistry;
2020
import io.weaviate.client.Config;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ai.autoconfigure.vectorestore.weaviate;
17+
package org.springframework.ai.autoconfigure.vectorstore.weaviate;
1818

1919
import java.util.Map;
2020

auto-configurations/vector-stores/spring-ai-weaviate-store-spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
org.springframework.ai.autoconfigure.vectorestore.weaviate.WeaviateVectorStoreAutoConfiguration
16+
org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreAutoConfiguration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.ai.autoconfigure.vectorestore.weaviate;
17+
package org.springframework.ai.autoconfigure.vectorstore.weaviate;
1818

1919
import java.util.List;
2020
import java.util.Map;

spring-ai-spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreAutoCon
3636
org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreAutoConfiguration
3737
org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreAutoConfiguration
3838
org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreAutoConfiguration
39-
org.springframework.ai.autoconfigure.vectorestore.weaviate.WeaviateVectorStoreAutoConfiguration
39+
org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreAutoConfiguration
4040
org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreAutoConfiguration
4141
org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreAutoConfiguration
4242
org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreAutoConfiguration

spring-ai-spring-boot-docker-compose/src/main/java/org/springframework/ai/docker/compose/service/connection/weaviate/WeaviateDockerComposeConnectionDetailsFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package org.springframework.ai.docker.compose.service.connection.weaviate;
1818

19-
import org.springframework.ai.autoconfigure.vectorestore.weaviate.WeaviateConnectionDetails;
19+
import org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateConnectionDetails;
2020
import org.springframework.boot.docker.compose.core.RunningService;
2121
import org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory;
2222
import org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionSource;

spring-ai-spring-boot-docker-compose/src/test/java/org/springframework/ai/docker/compose/service/connection/weaviate/WeaviateDockerComposeConnectionDetailsFactoryIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.junit.jupiter.api.Test;
2020
import org.testcontainers.utility.DockerImageName;
2121

22-
import org.springframework.ai.autoconfigure.vectorestore.weaviate.WeaviateConnectionDetails;
22+
import org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateConnectionDetails;
2323
import org.springframework.boot.docker.compose.service.connection.test.AbstractDockerComposeIT;
2424

2525
import static org.assertj.core.api.Assertions.assertThat;

spring-ai-spring-boot-starters/spring-ai-starter-weaviate-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<dependency>
4646
<groupId>org.springframework.ai</groupId>
47-
<artifactId>spring-ai-spring-boot-autoconfigure</artifactId>
47+
<artifactId>spring-ai-weaviate-store-spring-boot-autoconfigure</artifactId>
4848
<version>${project.parent.version}</version>
4949
</dependency>
5050

spring-ai-spring-boot-testcontainers/src/main/java/org/springframework/ai/testcontainers/service/connection/weaviate/WeaviateContainerConnectionDetailsFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import org.testcontainers.weaviate.WeaviateContainer;
2020

21-
import org.springframework.ai.autoconfigure.vectorestore.weaviate.WeaviateConnectionDetails;
21+
import org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateConnectionDetails;
2222
import org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory;
2323
import org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource;
2424

0 commit comments

Comments
 (0)