langchain/libs
Trayan Azarov f54cbf8ff5
chroma[patch]: Chroma - remove reference to collection upon delete_collection (#21817)
**Description**:

- Reference to `Collection` object is set to `None` when deleting a
collection `delete_collection()`
- Added utility method `reset_collection()` to allow recreating the
collection
- Moved collection creation out of `__init__` into
`__ensure_collection()` to be reused by object init and
`reset_collection()`
- `_collection` is now a property to avoid breaking changes

**Issues**: 

- chroma-core/chroma#2213

**Twitter**: @t_azarov
2024-05-20 15:42:36 -07:00
..
cli cli[minor]: fix import path for two Astra DB classes in the migration json data (#21926) 2024-05-20 12:25:10 -04:00
community community[patch]: fixed aleph alpha default emedding request (#21826) 2024-05-20 22:39:43 +00:00
core core[patch]: Fix NPE in function_calling._get_python_function_required_args (#21863) 2024-05-20 22:06:27 +00:00
experimental experimental[patch]: Pass enum only to openai in llm graph transformer (#21860) 2024-05-20 15:02:48 -07:00
langchain langchain[minor]: add libs/partners to dev.Dockerfile (#21902) 2024-05-20 15:20:56 +00:00
partners chroma[patch]: Chroma - remove reference to collection upon delete_collection (#21817) 2024-05-20 15:42:36 -07:00
standard-tests core, standard tests, partner packages: add test for model params (#21677) 2024-05-17 13:51:26 -04:00
text-splitters infra: fix CI on text-splitters (#21935) 2024-05-20 14:03:42 -07:00