What's Changed
- Sitemap specify default filter url by @eyurtsev in #11925
- Anonymizer small fixes by @maks-operlejn-ds in #11915
- Add security note to recursive url loader by @eyurtsev in #11934
- Add Baichuan chat model by @maiqingqiang in #11923
- Revised notebook and add delete to MyScale vector store by @mpskex in #11848
- Add Cohere retrieval augmented generation to retrievers by @billytrend-cohere in #11483
- Update bge_huggingface.ipynb by @staoxiao in #8960
- GCSFileLoader retrieve blob custom metadata and append to document metadata by @bharatl in #11066
- feat: support ChatModels Qianfan
QianfanChatEndpoint
function_call by @NuODaniel in #11107 - Add Graph interface by @gkorland in #11012
- Chroma batching by @tazarov in #11203
- Upgrade to newer black (23.10) and ruff (first 0.1.x!) versions. by @obi1kenobi in #11944
- Use traceable context by @hinthornw in #11896
- zep: Memory Retriever MMR Support & Docs Updates by @danielchalef in #11954
- Update playwright documentation by @eyurtsev in #11949
- Add documentation to tools by @eyurtsev in #11938
- SingleStoreDBChatMessageHistory: Add jupiter notebook with usage example by @volodymyr-memsql in #11941
- Type hints on varargs and kwargs that take anything should be
Any
. by @obi1kenobi in #11950 - bearly api key docs by @baskaryan in #11981
- Fix
invalid escape sequence
warnings by using raw strings for regexes. by @obi1kenobi in #11943 - Ensure dict() does not raise not implemented error, which should instead be raised in our custom method save() by @nfcampos in #11970
- Make prompt validation opt-in by @nfcampos in #11973
- chore: remove duplicated export variables by @lxxonx in #11962
- Hub Runnable by @efriis in #11946
- fix chroma from_texts bug by @baskaryan in #11984
- bump 317 by @baskaryan in #11986
New Contributors
- @staoxiao made their first contribution in #8960
- @bharatl made their first contribution in #11066
- @tazarov made their first contribution in #11203
- @lxxonx made their first contribution in #11962
CVEs
Fix for: CVE-2023-46229 (#11925)
Full Changelog: v0.0.316...v0.0.317