We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f3f67 commit 90435b1Copy full SHA for 90435b1
src/common/search/vectorSearchEmbeddingsManager.ts
@@ -63,7 +63,6 @@ export class VectorSearchEmbeddingsManager {
63
}
64
65
const searchIndexesWithName = await provider.getSearchIndexes(database, collection, indexName);
66
- console.log(">>>>>", searchIndexesWithName);
67
68
return searchIndexesWithName.length >= 1;
69
0 commit comments