Skip to content

Commit 90435b1

Browse files
kmruizCopilot
andauthored
Update src/common/search/vectorSearchEmbeddingsManager.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c0f3f67 commit 90435b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/search/vectorSearchEmbeddingsManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export class VectorSearchEmbeddingsManager {
6363
}
6464

6565
const searchIndexesWithName = await provider.getSearchIndexes(database, collection, indexName);
66-
console.log(">>>>>", searchIndexesWithName);
6766

6867
return searchIndexesWithName.length >= 1;
6968
}

0 commit comments

Comments
 (0)