Document class initialization difference between langchain-py and langchain-js #28431
pip-install-skills
started this conversation in
General
Replies: 1 comment 4 replies
-
CamelCase is commonly used in JavaScript while snake_case is used in Python |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why the Document from langchain_core.documents has page_content but in javascript it is defined pageContent, why not keep them same?
This is the initialization in javascript:
This is the initialization in python:
Beta Was this translation helpful? Give feedback.
All reactions