This PR updates documentation to show how to use langchain API.
Breaking Changes:
By default all nodes are now set to many=False rather than True
Other Changes:
Default encoder is CSV instead of JSON/XML
Typescript formatter uses prefix Array notation instead of suffixed [] notation for arrays (untested hypothesis is that the LLM will find it easier to understand that a given attribute is an array)
Breaking Changes:
Other Changes: