You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Christophe Bornet 4915c3cd86
[Fix] Fix Cassandra Document loader default page content mapper (#16273)
We can't use `json.dumps` by default as many types returned by the
cassandra driver are not serializable. It's safer to use `str` and let
users define their own custom `page_content_mapper` if needed.
8 months ago
..
cli cli[patch]: add integration tests to default makefile (#16479) 8 months ago
community [Fix] Fix Cassandra Document loader default page content mapper (#16273) 8 months ago
core In stream_event and stream_log handle closed streams (#16661) 8 months ago
experimental core[patch]: simple prompt pretty printing (#15968) 8 months ago
langchain langchain[patch]: inconsistent results with `RecursiveCharacterTextSplitter`'s `add_start_index=True` (#16583) 8 months ago
partners google-vertexai[patch]: streaming bug (#16603) 8 months ago