langchain/libs
Chad Norvell d1bfb70bc4
community: Allow deleting by ID and collection in pgvector (#15627)
- **Description:** The `delete_collection` method deletes an entire
collection regardless of custom ID. The `delete` method deletes
everything with the provided custom IDs regardless of collection. It can
be useful to restrict deletion to both the collection and a set of
custom IDs. This change adds support for that by allowing you to
optionally specify that `delete` should be restricted to the collection
defined on the `PGVector` instance.
2024-01-07 08:33:21 -08:00
..
cli docs: langchain-openai (#15513) 2024-01-06 15:54:48 -08:00
community community: Allow deleting by ID and collection in pgvector (#15627) 2024-01-07 08:33:21 -08:00
core docs: langchain-openai (#15513) 2024-01-06 15:54:48 -08:00
experimental experimental[patch]: Release 0.0.48 (#15483) 2024-01-06 12:46:00 -05:00
langchain community[patch]: fix deprecation warnings on openai subclasses (#15621) 2024-01-05 18:02:17 -08:00
partners openai[patch]: v0.0.2 (#15618) 2024-01-05 16:33:10 -08:00