Fix chroma property in IT (#1445)
This commit is contained in:
committed by
GitHub
parent
140bcabaf8
commit
c81972ec45
@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@SpringJUnitConfig
|
||||
@Testcontainers
|
||||
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.store.collectionName=TestCollection",
|
||||
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.collectionName=TestCollection",
|
||||
"spring.ai.vectorstore.chroma.initialize-schema=true" })
|
||||
class ChromaContainerConnectionDetailsFactoryTest {
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@SpringJUnitConfig
|
||||
@Testcontainers
|
||||
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.store.collectionName=TestCollection",
|
||||
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.collectionName=TestCollection",
|
||||
"spring.ai.vectorstore.chroma.initialize-schema=true" })
|
||||
class ChromaWithToken2ContainerConnectionDetailsFactoryTest {
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@SpringJUnitConfig
|
||||
@Testcontainers
|
||||
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.store.collectionName=TestCollection",
|
||||
@TestPropertySource(properties = { "spring.ai.vectorstore.chroma.collectionName=TestCollection",
|
||||
"spring.ai.vectorstore.chroma.initialize-schema=true" })
|
||||
class ChromaWithTokenContainerConnectionDetailsFactoryTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user