Skip to content

Commit ca006ad

Browse files
committed
Add Rocky
1 parent e48c6fb commit ca006ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chat-server/src/main/kotlin/com/rogervinas/ChatServerApplication.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class DogDataInitializerConfiguration {
9595
if (dogRepository.count() == 0L) {
9696
println("initializing vector store");
9797
var map = mapOf(
98+
"Rocky" to "A Boxer that needs to always say 'hi' and play with everybody he sees",
9899
"Jasper" to "A grey Shih Tzu known for being protective.",
99100
"Toby" to "A grey Doberman known for being playful.",
100101
"Nala" to "A spotted German Shepherd known for being loyal.",

0 commit comments

Comments
 (0)