Compare commits

...

9 Commits

Author SHA1 Message Date
sweep-ai[bot] 14b334c9a0 Merge main into sweep/fix-vectorstoreindex-initialization 2023-08-09 22:20:23 +00:00
sweep-ai[bot] 4bb1f38c2a Merge main into sweep/fix-vectorstoreindex-initialization 2023-08-09 21:51:01 +00:00
sweep-ai[bot] 60aa2b1380 Merge main into sweep/fix-vectorstoreindex-initialization 2023-08-09 13:30:33 +00:00
sweep-ai[bot] 0c9b24c3a7 Merge main into sweep/fix-vectorstoreindex-initialization 2023-08-09 01:13:26 +00:00
sweep-ai[bot] fc6efa754f Merge main into sweep/fix-vectorstoreindex-initialization 2023-08-09 01:10:31 +00:00
sweep-ai[bot] b9aeaf4f41 Update examples/vectorIndexGPT4.ts 2023-08-08 08:27:03 +00:00
sweep-ai[bot] a3e085bd8c Update examples/vectorIndexCustomize.ts 2023-08-08 08:26:44 +00:00
sweep-ai[bot] 751ded5bd3 Update examples/vectorIndexAnthropic.ts 2023-08-08 08:26:16 +00:00
sweep-ai[bot] 6d8b3ebf02 Update examples/vectorIndex.ts 2023-08-08 08:25:37 +00:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ async function main() {
console.log(response.toString());
}
main().catch(console.error);
main().catch(console.error);
+1 -1
View File
@@ -32,4 +32,4 @@ async function main() {
console.log(response.toString());
}
main().catch(console.error);
main().catch(console.error);
+1 -1
View File
@@ -22,4 +22,4 @@ async function main() {
console.log(response.response);
}
main().catch(console.error);
main().catch(console.error);
+1 -1
View File
@@ -34,4 +34,4 @@ async function main() {
console.log(response.toString());
}
main().catch(console.error);
main().catch(console.error);