Skip to content

Commit 454709e

Browse files
authored
Add metadata.page_label to test (#1290)
1 parent 9dd76a8 commit 454709e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/mlmodel_langchain/test_vectorstore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def vectorstore_events_sans_content(event):
8383
"ingest_source": "Python",
8484
"metadata.source": os.path.join(os.path.dirname(__file__), "hello.pdf"),
8585
"metadata.page": 0,
86+
"metadata.page_label": "1",
8687
},
8788
),
8889
]

0 commit comments

Comments
 (0)