upgraded scoring algorithm model
This commit is contained in:
@@ -13,7 +13,7 @@ export const embedNotes = async (notes) => {
|
||||
|
||||
const response = await client.embed({
|
||||
input: texts,
|
||||
model: "voyage-3-lite",
|
||||
model: "voyage-3",
|
||||
});
|
||||
|
||||
const embeddingMap = new Map();
|
||||
|
||||
Reference in New Issue
Block a user