You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.println("05/12 -Collection created with OpenAI embeddings");
61
+
System.out.println("5/7 - Collection created with OpenAI embeddings");
62
62
63
63
// Insert some documents
64
64
collectionLyrics.insertMany(
@@ -69,15 +69,15 @@ public static void main(String[] args) {
69
69
newDocument(6).append("band", "Dire Straits").append("song", "Romeo And Juliet").vectorize("She's singing, Hey la, my boyfriend's back"),
70
70
newDocument(7).append("band", "Dire Straits").append("song", "Romeo And Juliet").vectorize("You shouldn't come around here singing up at people like that"),
71
71
newDocument(8).append("band", "Dire Straits").append("song", "Romeo And Juliet").vectorize("Anyway, what you gonna do about it?"));
0 commit comments