What's Changed
- Support using RunnableMap directly by @nfcampos in #8317
- Add Runnable.bind method to attach kwargs to a Runnable that will be passed to all invoke/stream/batch calls when it is run by @nfcampos in #8368
- Link to use cases from tutorials by @hinthornw in #8371
- Add Retry Events by @hinthornw in #8053
- mv additional chains to use cases by @baskaryan in #8242
- Retry events on any run type by @hinthornw in #8375
- rename to str output parser by @hwchase17 in #8373
- Update local script for docs build by @hinthornw in #8377
- cleanup warnings by @baskaryan in #8379
- Update sql database agent example by @SachinVarghese in #8354
- added unit tests for mrkl output_parser.py by @emarco177 in #8321
- Update tot.ipynb by @evelynmitchell in #8387
- Add FunctionMessage to _message_from_dict by @pokidyshev in #8374
- update release yml by @hwchase17 in #8364
- Fix exception caused by restrictions in OWL by @Caitlin2694 in #8341
- Add an example for azure ml managed feature store by @bheroder in #8324
- fix missing _identifying_params() in _VertexAICommon by @thehunmonkgroup in #8303
- Add embeddings for AwaEmbedding by @taozhiwang in #8353
- refactor: Code refactoring & simplification for Google Cloud Enterprise Search retriever by @holtskinner in #8369
- Harrison/memory docs by @hwchase17 in #8384
- Upgrade the AwaDB from v0.3.7 to v0.3.9 and change the default embeddings by @ljeagle in #8281
- fix(openapi): openapi chain will work without/empty description/summa… by @lgersman in #8351
- fix(petals) allows to run models that aren't Bloom (Support for LLama and newer models) by @karan-vk in #8356
- PromptTemplate update documentation and expand kwargs by @eyurtsev in #8234
- Few Shot Chat Prompt by @hinthornw in #8038
- Github add "Create PR" tool + Docs update by @Gordon-BP in #8235
- Revert "PromptTemplate update documentation and expand kwargs (#8234)" by @baskaryan in #8395
- FEAT: Integrate Xinference LLMs and Embeddings by @jiayini1119 in #8171
- Bagatur/from texts bug fix by @baskaryan in #8394
- Harrison/sql query by @hwchase17 in #8370
- ElasticKnnSearch rewrite - bug fix - return Document by @jeffvestal in #8180
- [nit] Add default value for ChatOpenAI client by @jcampbell in #7939
- Add Minimax llm model to langchain by @hetaoBackend in #7645
- add kwargs to llm runnables by @hwchase17 in #8388
- bump 246 by @baskaryan in #8410
- ChatPromptTemplate: Expand support for message formats and documentation by @eyurtsev in #8244
- ChatPromptTemplate: minor fix in doc string by @eyurtsev in #8424
- PromptTemplate update documentation and expand kwarg by @eyurtsev in #8423
- expose function for converting messages to messages by @hwchase17 in #8426
- update experimental by @hwchase17 in #8402
- remove code by @hwchase17 in #8425
- add experimental ref by @baskaryan in #8435
- Add RoPE Scaling params from llamacpp by @imjwang in #8422
- update get_num_tokens_from_messages model by @lvisdd in #8431
- Devcontainer README -> Clarification. by @levalencia in #8414
- mv dropbox by @baskaryan in #8438
- doc(prompts): Add redirect to fix broken link on Prompts Page by @Bharat123rox in #8408
- fix empty ids when metadatas is provided by @Bearnardd in #8127
- Feature: Add support for meilisearch vectorstore by @alallema in #7649
- Minor fixes to enhance notebook usability: by @zackproser in #8389
- bump and fix by @hwchase17 in #8441
New Contributors
- @SachinVarghese made their first contribution in #8354
- @evelynmitchell made their first contribution in #8387
- @pokidyshev made their first contribution in #8374
- @bheroder made their first contribution in #8324
- @taozhiwang made their first contribution in #8353
- @holtskinner made their first contribution in #8369
- @lgersman made their first contribution in #8351
- @karan-vk made their first contribution in #8356
- @jiayini1119 made their first contribution in #8171
- @jcampbell made their first contribution in #7939
- @hetaoBackend made their first contribution in #7645
- @imjwang made their first contribution in #8422
- @lvisdd made their first contribution in #8431
- @levalencia made their first contribution in #8414
- @Bharat123rox made their first contribution in #8408
- @alallema made their first contribution in #7649
- @zackproser made their first contribution in #8389
Full Changelog: v0.0.245...v0.0.247