spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

docs : fix chroma.adoc example

Open jo-kim opened this issue 1 year ago • 0 comments

Since documents is the list containing Documentobjects document variable should be documents

vectorStore.add(List.of(document)); -> vectorStore.add(documents);

jo-kim avatar Aug 06 '24 04:08 jo-kim