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
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.
8 months ago
..
cli docs: langchain-openai (#15513) 9 months ago
community community: Allow deleting by ID and collection in `pgvector` (#15627) 8 months ago
core docs: langchain-openai (#15513) 9 months ago
experimental experimental[patch]: Release 0.0.48 (#15483) 9 months ago
langchain community[patch]: fix deprecation warnings on openai subclasses (#15621) 9 months ago
partners openai[patch]: v0.0.2 (#15618) 9 months ago