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
Mark Scannell 9b0e46dcf0
Improve indexing performance for Postgres (remote database) for refresh (#14126)
**Description:** By combining the document timestamp refresh within a
single call to update(), this enables batching of multiple documents in
a single SQL statement. This is important for non-local databases where
tens of milliseconds has a huge impact on performance when doing
document-by-document SQL statements.
**Issue:** #11935 
**Dependencies:** None
**Tag maintainer:** @eyurtsev
10 months ago
..
cli Library Licenses (#13300) 10 months ago
core core[patch]: release 0.0.8 (#14086) 10 months ago
experimental langchain[patch], experimental[minor]: Adds OllamaFunctions wrapper (#13330) 10 months ago
langchain Improve indexing performance for Postgres (remote database) for refresh (#14126) 10 months ago