I am investigating LangSmith deployments and am trying to understand pricing / limits, one thing I can’t seem to find is any pricing around Postgres, it also mentions the database size is auto-scaling with a production deployment.
Is there no additional cost for how many checkpointers you store and how much space they consume?
At a high level, If you are using SAAS then LangChain handles the sizing and scaling. Here are some docs on pricing. Frequently Asked Questions - Docs by LangChain LangSmith Plans and Pricing
If you are hosting it yourself, then you’re just paying for the underlying infrastructure from your cloud provider. This doc has some sizing details for each datastore. Configure LangSmith for scale - Docs by LangChain