Skip to content

Commit 7f5d2a5

Browse files
Update src/content/docs/autorag/configuration/metadata.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 03d3f50 commit 7f5d2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/autorag/configuration/metadata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const answer = await env.AI.autorag("my-autorag").search({
4141
| --- | --- | --- |
4242
| `filename` | The name of the file. | `dog.png` or `animals/mammals/cat.png` |
4343
| `folder` | The folder or prefix to the object. | For the object `animals/mammals/cat.png`, the folder is `animals/mammals/` |
44-
| `timestamp` | The timestamp for when the object was last modified. Comparisons are supported using a 13-digit Unix timestamp (milliseconds), but values will be rounded to 10 digits (seconds). | The timestamp `2025-01-01 00:00:00.999 UTC` is `1735689600999` and it will be rounded to `1735689600000`, corresponding to `2025-01-01 00:00:00 UTC` |
44+
| `timestamp` | The timestamp for when the object was last modified. Comparisons are supported using a 13-digit Unix timestamp (milliseconds), but values will be rounded down to 10 digits (seconds). | The timestamp `2025-01-01 00:00:00.999 UTC` is `1735689600999` and it will be rounded down to `1735689600000`, corresponding to `2025-01-01 00:00:00 UTC` |
4545

4646
### Filter schema
4747

0 commit comments

Comments
 (0)