Upgraded embedding model to voyage-3.5, updated README.md
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user