help on the chrome ext

This commit is contained in:
Dhravya 2024-04-15 10:48:14 -07:00
parent 1fd57416eb
commit bb15bde7a8
2 changed files with 6 additions and 2 deletions

View file

@ -18,7 +18,11 @@ Supermemory fixes this.
Just go to [supermemory.dhr.wtf](https://supermemory.dhr.wtf) and sign in with your google account.
To use the chrome extension, please download it from the [releases page](https://github.com/dhravya/supermemory/releases) and load it in chrome.
To use the chrome extension,
1. Get the chrome ext (click on the button)
2. Click on the "Extension Auth" button so the extension knows who you are :)
![chrome](https://i.dhr.wtf/r/Clipboard_Apr_15,_2024_at_10.47AM.png)
## 👨‍💻 The Stack

View file

@ -64,7 +64,7 @@ export async function POST(request: Request, _: CloudflareVectorizeStore, embedd
// return new Response(JSON.stringify({ message: "No Results Found" }), { status: 404 });
// }
const highScoreIds = responses.matches.filter(({ score }) => score > 0.4).map(({ id }) => id);
const highScoreIds = responses.matches.filter(({ score }) => score > 0.3).map(({ id }) => id);
console.log('highscoreIds', highScoreIds);