Skip to content

Commit

Permalink
Add metadata.page_label to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei committed Jan 24, 2025
1 parent 9dd76a8 commit 81e03b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/mlmodel_langchain/test_vectorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def vectorstore_events_sans_content(event):
"ingest_source": "Python",
"metadata.source": os.path.join(os.path.dirname(__file__), "hello.pdf"),
"metadata.page": 0,
"metadata.page_label": "1",
},
),
]
Expand Down

0 comments on commit 81e03b3

Please sign in to comment.