Harrison Chase

Results 367 comments of Harrison Chase

> @hwchase17 I had to add > > ```toml > pgvector = {version = "^0.1.6", optional = true} > psycopg2-binary = {version = "^2.9.5", optional = true} > ``` >...

will take a look at imports tmrw if i ahve time!

> Thanks for the merge! Any timeline on when it will be available in the PyPI release? as soon as i finish drafting the tweets :)

i think the .html file extensions are actually need for this is the only change in this pr changing away from .html extensions? because i think we actually WANT to...

ah got it - the links are built to work on the our documentation site, https://langchain.readthedocs.io/en/latest/modules/indexes/how_to_guides.html, and not github. there are benefits to having html (the link checker that is...

sorry for the delay here. high level thoughts: 1. We almost certainly don't want to introduce this as a dependency for the main project 2. We want to support as...

yeah it happens when the output its returns is super long...

yes! the place to put this would probably be on the generation info dict (allows for arbitrary return types for different types of LLMs) https://github.com/hwchase17/langchain/blob/c60954d0f85fbb0971f54cbcb3497eb5fdd72baf/langchain/schema.py#L32 am happy to help with...