Skip to content

Commit 0c1bf40

Browse files
committed
Enter
1 parent a05b9b6 commit 0c1bf40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/db/chromadb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class CustomOpenAIEmbeddingFunction {
2020
const validTexts = texts.map(text => String(text || ""));
2121
if (validTexts.length === 0) {
2222
console.error(`no input to send to OpenAI`);
23+
2324
return []
2425
} else {
2526

0 commit comments

Comments
 (0)