Skip to content

Commit e44291e

Browse files
format test
1 parent 2609e7b commit e44291e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/pinecone-client.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,9 @@ export class PineconeClient {
541541
};
542542
});
543543

544-
logInfo(`Keyword search returned ${documents.length} results from ${this.getSparseIndexName()}`);
544+
logInfo(
545+
`Keyword search returned ${documents.length} results from ${this.getSparseIndexName()}`
546+
);
545547
return documents;
546548
}
547549

0 commit comments

Comments
 (0)