Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Nov 27, 2024
1 parent baf4c2c commit 365e58d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twenty-snakes-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-llama": patch
---

Use auto_routed retriever mode for LlamaCloudIndex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export function generateFilters(documentIds: string[]) {
if (!documentIds.length)
return {
filters: [publicDocumentsFilter],
condition: "or",
} as CloudRetrieveParams["filters"];

const privateDocumentsFilter: MetadataFilter = {
Expand Down

0 comments on commit 365e58d

Please sign in to comment.