Skip to content

Commit d6d2460

Browse files
committed
reformatting
1 parent 351dfc2 commit d6d2460

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

vector-stores/spring-ai-pinecone-store/src/test/java/org/springframework/ai/vectorstore/pinecone/PineconeVectorStoreIT.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,14 @@ public static class TestApplication {
275275
@Bean
276276
public VectorStore vectorStore(EmbeddingModel embeddingModel) {
277277
return PineconeVectorStore.builder()
278-
.embeddingModel(embeddingModel)
279-
.apiKey(System.getenv("PINECONE_API_KEY"))
280-
.environment(PINECONE_ENVIRONMENT)
281-
.projectId(PINECONE_PROJECT_ID)
282-
.indexName(PINECONE_INDEX_NAME)
283-
.namespace(PINECONE_NAMESPACE)
284-
.contentFieldName(CUSTOM_CONTENT_FIELD_NAME)
285-
.build();
278+
.embeddingModel(embeddingModel)
279+
.apiKey(System.getenv("PINECONE_API_KEY"))
280+
.environment(PINECONE_ENVIRONMENT)
281+
.projectId(PINECONE_PROJECT_ID)
282+
.indexName(PINECONE_INDEX_NAME)
283+
.namespace(PINECONE_NAMESPACE)
284+
.contentFieldName(CUSTOM_CONTENT_FIELD_NAME)
285+
.build();
286286
}
287287

288288
@Bean

0 commit comments

Comments
 (0)