Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion discord-bot/pkg/vecdb/vecdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestStoreAndRetrieve(t *testing.T) {
}

if index != 86 {
t.Errorf("expected highest index to be 97 and not %d", index)
t.Errorf("expected highest index to be 86 and not %d", index)
}

result, err := DefaultClient().PromptText(colName, "Was hat Amon an diesem Tag alles erledigt? Antworte in ganz kurzen Stichpunkten!", "Amon")
Expand Down
Loading