We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48c6fb commit ca006adCopy full SHA for ca006ad
chat-server/src/main/kotlin/com/rogervinas/ChatServerApplication.kt
@@ -95,6 +95,7 @@ class DogDataInitializerConfiguration {
95
if (dogRepository.count() == 0L) {
96
println("initializing vector store");
97
var map = mapOf(
98
+ "Rocky" to "A Boxer that needs to always say 'hi' and play with everybody he sees",
99
"Jasper" to "A grey Shih Tzu known for being protective.",
100
"Toby" to "A grey Doberman known for being playful.",
101
"Nala" to "A spotted German Shepherd known for being loyal.",
0 commit comments