fixes for lint failures

This commit is contained in:
vinodkiran 2023-12-30 08:08:15 +05:30
parent 1bd3b5d0ee
commit fd55fa62dd
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ export class ReciprocalRankFusion extends BaseDocumentCompressor {
multipleQueries.text.split('\n').map((q: string) => {
queries.push(q)
})
console.log(JSON.stringify(queries))
const docList: Document<Record<string, any>>[][] = []
for (let i = 0; i < queries.length; i++) {
const resultOne = await this.baseRetriever.vectorStore.similaritySearch(queries[i], 5)