Upgraded embedding model to voyage-3.5, updated README.md

This commit is contained in:
KS Jannette
2026-08-01 05:35:06 -04:00
parent c6b07ccb56
commit 362a47f88a
3 changed files with 6 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export const embedNotes = async (notes) => {
for await (const chunk of batches) {
const response = await client.embed({
input: chunk.map((n) => n.text),
model: "voyage-3",
model: "voyage-3.5",
});
response.data.forEach((item, i) => {