langchain/libs
Sourav Pradhan 50abeb7ed9
community[patch]: fix Chroma add_images (#17964)
###  Description

Fixed a small bug in chroma.py add_images(), previously whenever we are
not passing metadata the documents is containing the base64 of the uris
passed, but when we are passing the metadata the documents is containing
normal string uris which should not be the case.

### Issue

In add_images() method when we are calling upsert() we have to use
"b64_texts" instead of normal string "uris".

### Twitter handle

https://twitter.com/whitepegasus01
2024-03-01 21:55:58 +00:00
..
cli infra: make .gitignore consistent with standard python gitignore (#16828) 2024-02-12 19:43:41 -08:00
community community[patch]: fix Chroma add_images (#17964) 2024-03-01 21:55:58 +00:00
core infra: fake model invoke callback prior to yielding token (#18286) 2024-03-01 11:46:18 -08:00
experimental text-splitters[minor], langchain[minor], community[patch], templates, docs: langchain-text-splitters 0.0.1 (#18346) 2024-02-29 18:33:21 -08:00
langchain community[minor], langchain[minor], docs: Gremlin Graph Store and QA Chain (#17683) 2024-03-01 12:21:14 -08:00
partners langchain_ibm[patch] update docstring, dependencies, tests (#18386) 2024-03-01 21:01:53 +00:00
text-splitters docs: text splitters readme (#18359) 2024-03-01 03:00:42 +00:00