Removed random punctuation

why this exists
This commit is contained in:
LightningHyperBlaze45654
2024-06-12 20:59:14 -07:00
parent 0e70869b88
commit 196775e589

View File

@@ -220,7 +220,7 @@ export async function hypaMemoryV2(
await processor.addText(data.chunks.filter(v => {
return v.text.trim().length > 0;
}).map((v) => {
return "search_document: " + v.text.trim();hy
return "search_document: " + v.text.trim();
}));
let scoredResults: { [key: string]: number } = {};