Changelog
0.5.0 (2024-10-29)
⚠ BREAKING CHANGES
- Change store_encodings flag to False in add_images method #108 (#109) (d76c1d2)
Features
Documentation
- Add documentation on add_images method (79c1937)
0.4.0 (2024-09-27)
Features
- Added image support to FirestoreVectorStore along with basic tests (#97) (b8fc685)
Bug Fixes
Documentation
0.3.0 (2024-05-16)
Features
Bug Fixes
0.2.1 (2024-05-01)
Documentation
0.2.0 (2024-04-03)
Features
Bug Fixes
0.1.2 (2024-03-25)
Bug Fixes
Documentation
0.1.1 (2024-03-06)
Bug Fixes
0.1.0 (2024-02-26)
Features
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["Version latestkeyboard_arrow_down\n\n- [0.5.0 (latest)](/python/docs/reference/langchain-google-firestore/latest/changelog)\n- [0.4.0](/python/docs/reference/langchain-google-firestore/0.4.0/changelog)\n- [0.3.0](/python/docs/reference/langchain-google-firestore/0.3.0/changelog)\n- [0.2.1](/python/docs/reference/langchain-google-firestore/0.2.1/changelog) \n\nChangelog\n=========\n\n[0.5.0](https://github.com/googleapis/langchain-google-firestore-python/compare/v0.4.0...v0.5.0) (2024-10-29)\n-------------------------------------------------------------------------------------------------------------\n\n### ⚠ BREAKING CHANGES\n\n- Change store_encodings flag to False in add_images method [#108](https://github.com/googleapis/langchain-google-firestore-python/issues/108) ([#109](https://github.com/googleapis/langchain-google-firestore-python/issues/109)) ([d76c1d2](https://github.com/googleapis/langchain-google-firestore-python/commit/d76c1d291636492070d10c9b6208cf4baede4149))\n\n### Features\n\n- Remove support for Python 3.8 ([#107](https://github.com/googleapis/langchain-google-firestore-python/issues/107)) ([9b53093](https://github.com/googleapis/langchain-google-firestore-python/commit/9b5309385486ce44fa14431851508cfc20b144ba))\n\n### Documentation\n\n- Add documentation on add_images method ([79c1937](https://github.com/googleapis/langchain-google-firestore-python/commit/79c19379985f7474b92766ee7f22386e772c2747))\n\n[0.4.0](https://github.com/googleapis/langchain-google-firestore-python/compare/v0.3.0...v0.4.0) (2024-09-27)\n-------------------------------------------------------------------------------------------------------------\n\n### Features\n\n- Added image support to FirestoreVectorStore along with basic tests ([#97](https://github.com/googleapis/langchain-google-firestore-python/issues/97)) ([b8fc685](https://github.com/googleapis/langchain-google-firestore-python/commit/b8fc6853201b17523f78e3491073293df9127a38))\n\n### Bug Fixes\n\n- Vectorstore user agent ([#98](https://github.com/googleapis/langchain-google-firestore-python/issues/98)) ([765232c](https://github.com/googleapis/langchain-google-firestore-python/commit/765232cb5278079bf106e570b40b889931429193))\n\n### Documentation\n\n- Update README.rst title size ([#88](https://github.com/googleapis/langchain-google-firestore-python/issues/88)) ([36ed233](https://github.com/googleapis/langchain-google-firestore-python/commit/36ed2339130c247159d8b88e4b4aabbe775021b8))\n\n[0.3.0](https://github.com/googleapis/langchain-google-firestore-python/compare/v0.2.1...v0.3.0) (2024-05-16)\n-------------------------------------------------------------------------------------------------------------\n\n### Features\n\n- Optional message encoding. ([#65](https://github.com/googleapis/langchain-google-firestore-python/issues/65)) ([9b10d7a](https://github.com/googleapis/langchain-google-firestore-python/commit/9b10d7abb0d6009ca9997ce25a162d7a42065188))\n\n### Bug Fixes\n\n- Fix broken link in README.rst ([#63](https://github.com/googleapis/langchain-google-firestore-python/issues/63)) ([27c361c](https://github.com/googleapis/langchain-google-firestore-python/commit/27c361c2551479f7def81cb182c7fe29534c07a7))\n\n[0.2.1](https://github.com/googleapis/langchain-google-firestore-python/compare/v0.2.0...v0.2.1) (2024-05-01)\n-------------------------------------------------------------------------------------------------------------\n\n### Documentation\n\n- Add API reference docs ([#61](https://github.com/googleapis/langchain-google-firestore-python/issues/61)) ([93d63d9](https://github.com/googleapis/langchain-google-firestore-python/commit/93d63d928c265b466a3feaf78c55a485cd472365))\n\n- Add FirestoreVectorStore usage to README ([#48](https://github.com/googleapis/langchain-google-firestore-python/issues/48)) ([0cbe8ee](https://github.com/googleapis/langchain-google-firestore-python/commit/0cbe8ee9b767435cac805ca644b97c678dbe54b4))\n\n[0.2.0](https://github.com/googleapis/langchain-google-firestore-python/compare/v0.1.2...v0.2.0) (2024-04-03)\n-------------------------------------------------------------------------------------------------------------\n\n### Features\n\n- **ci:** Test against multiple versions ([#35](https://github.com/googleapis/langchain-google-firestore-python/issues/35)) ([1639f3a](https://github.com/googleapis/langchain-google-firestore-python/commit/1639f3a839f7608fba86e7aee9e7733a4b00df55))\n\n- Firestore Vector Store ([#7](https://github.com/googleapis/langchain-google-firestore-python/issues/7)) ([2845e97](https://github.com/googleapis/langchain-google-firestore-python/commit/2845e9700cf8904926898e972cfa94346ac7c626))\n\n### Bug Fixes\n\n- Update common.py ([#43](https://github.com/googleapis/langchain-google-firestore-python/issues/43)) ([96028f9](https://github.com/googleapis/langchain-google-firestore-python/commit/96028f94504841977a22f0297083507a949825c4))\n\n[0.1.2](https://github.com/googleapis/langchain-google-firestore-python/compare/v0.1.1...v0.1.2) (2024-03-25)\n-------------------------------------------------------------------------------------------------------------\n\n### Bug Fixes\n\n- Update user agent ([#37](https://github.com/googleapis/langchain-google-firestore-python/issues/37)) ([f61fd80](https://github.com/googleapis/langchain-google-firestore-python/commit/f61fd80d56669ac4f33e56f1c47c83e8c02b6a63))\n\n### Documentation\n\n- Add github links ([#28](https://github.com/googleapis/langchain-google-firestore-python/issues/28)) ([b403206](https://github.com/googleapis/langchain-google-firestore-python/commit/b403206ee2b16ac1e3b467ab2cd9de887fb71e38))\n\n- Fix install command ([#36](https://github.com/googleapis/langchain-google-firestore-python/issues/36)) ([b2d5850](https://github.com/googleapis/langchain-google-firestore-python/commit/b2d58500e7f2e7493cedb6fc38d3af6f226aff41))\n\n[0.1.1](https://github.com/googleapis/langchain-google-firestore-python/compare/v0.1.0...v0.1.1) (2024-03-06)\n-------------------------------------------------------------------------------------------------------------\n\n### Bug Fixes\n\n- Update user agent ([#26](https://github.com/googleapis/langchain-google-firestore-python/issues/26)) ([b96117b](https://github.com/googleapis/langchain-google-firestore-python/commit/b96117b3a78679a481565934a80a7c812ae48340))\n\n0.1.0 (2024-02-26)\n------------------\n\n### Features\n\n- Add Chat Message History for Firestore. ([#10](https://github.com/googleapis/langchain-google-firestore-python/issues/10)) ([8cc242f](https://github.com/googleapis/langchain-google-firestore-python/commit/8cc242f5fba383704f9cb6bd991db19ce6ad6308))\n\n- Document Loader and Saver for Firestore ([#9](https://github.com/googleapis/langchain-google-firestore-python/issues/9)) ([791fcf6](https://github.com/googleapis/langchain-google-firestore-python/commit/791fcf6ec983e57e06f33e91f148846a1f9df287))"]]