Releases: langchain-ai/langchain
Releases · langchain-ai/langchain
v0.0.349
What's Changed
- experimental[patch]: Release 0.0.45 by Bagatur (@baskaryan) in #14418
- docs: notebook linting by Leonid Ganeline (@leo-gan) in #14366
- docs
promptlayerpages update by Leonid Ganeline (@leo-gan) in #14416 - fix imports from core by Harrison Chase (@hwchase17) in #14430
- Fix scheduled testing by Erick Friis (@efriis) in #14428
- langchain[patch]: fix scheduled testing ci variables by Erick Friis (@efriis) in #14459
- revoke serialization by Harrison Chase (@hwchase17) in #14456
- langchain[patch]: fix scheduled testing ci dep install by Erick Friis (@efriis) in #14460
- langchain[patch]: xfail unstable vertex test by Erick Friis (@efriis) in #14462
- Use deepcopy in RunLogPatch by Eugene Yurtsev (@eyurtsev) in #14244
- docs
Dependentsupdated statistics by Leonid Ganeline (@leo-gan) in #14461 - core[patch], langchain[patch], experimental[patch]: import CI by Erick Friis (@efriis) in #14414
- Update mongodb_atlas docs for GA by Ben Flast (@baf509) in #14425
- infra: add langchain-community release workflow by Bagatur (@baskaryan) in #14469
- docs
networkxupdate by Leonid Ganeline (@leo-gan) in #14426 - SmartLLMChain Output Key Customization by Anish Nag (@anishnag) in #14466
- Update README and vectorstore path for multi-modal template by Lance Martin (@rlancemartin) in #14473
- docs cleanup by Leonid Ganeline (@leo-gan) in #14471
- langchain[patch], docs[patch]: use byte store in multivectorretriever
by Erick Friis (@efriis) in #14474 - manual mapping by Harrison Chase (@hwchase17) in #14422
- docs: add missing imports for local_llms by Yelin Zhang (@Yelinz) in #14453
- docs
microsoftplatform page update by Leonid Ganeline (@leo-gan) in #14476 - docs
googleplatform page update by Leonid Ganeline (@leo-gan) in #14475 - RunnableWithMessageHistory: Fix input schema by Eugene Yurtsev (@eyurtsev) in #14516
- Bagatur/community no openai by Bagatur (@baskaryan) in #14463
- Move runnable context to beta by Nuno Campos (@nfcampos) in #14507
- community[patch]: Fix agenttoolkits imports by Bagatur (@baskaryan) in #14559
- core[patch]: Release 0.0.13 by Bagatur (@baskaryan) in #14558
- infra: Turn release branch check back on by Bagatur (@baskaryan) in #14563
- infra: import CI fix by Erick Friis (@efriis) in #14562
- community[patch]: Release 0.0.1 by Bagatur (@baskaryan) in #14565
- infra: import CI speed by Erick Friis (@efriis) in #14566
- langchain[patch]: Release 0.0.349 by Bagatur (@baskaryan) in #14570
New Contributors
- Ben Flast (@baf509) made their first contribution in #14425
- Anish Nag (@anishnag) made their first contribution in #14466
- Yelin Zhang (@Yelinz) made their first contribution in #14453
Full Changelog: v0.0.348...v0.0.349
v0.0.349-rc.2
What's Changed
- Update README and vectorstore path for multi-modal template by Lance Martin (@rlancemartin) in #14473
- docs cleanup by Leonid Ganeline (@leo-gan) in #14471
- langchain[patch], docs[patch]: use byte store in multivectorretriever
by Erick Friis (@efriis) in #14474 - manual mapping by Harrison Chase (@hwchase17) in #14422
- docs: add missing imports for local_llms by Yelin Zhang (@Yelinz) in #14453
- docs
microsoftplatform page update by Leonid Ganeline (@leo-gan) in #14476 - docs
googleplatform page update by Leonid Ganeline (@leo-gan) in #14475
New Contributors
- Yelin Zhang (@Yelinz) made their first contribution in #14453
Full Changelog: v0.0.349-rc.1...v0.0.349-rc.2
v0.0.349-rc.1
What's Changed
- experimental[patch]: Release 0.0.45 by Bagatur (@baskaryan) in #14418
- docs: notebook linting by Leonid Ganeline (@leo-gan) in #14366
- docs
promptlayerpages update by Leonid Ganeline (@leo-gan) in #14416 - fix imports from core by Harrison Chase (@hwchase17) in #14430
- Fix scheduled testing by Erick Friis (@efriis) in #14428
- langchain[patch]: fix scheduled testing ci variables by Erick Friis (@efriis) in #14459
- revoke serialization by Harrison Chase (@hwchase17) in #14456
- langchain[patch]: fix scheduled testing ci dep install by Erick Friis (@efriis) in #14460
- langchain[patch]: xfail unstable vertex test by Erick Friis (@efriis) in #14462
- Use deepcopy in RunLogPatch by Eugene Yurtsev (@eyurtsev) in #14244
- docs
Dependentsupdated statistics by Leonid Ganeline (@leo-gan) in #14461 - core[patch], langchain[patch], experimental[patch]: import CI by Erick Friis (@efriis) in #14414
- Update mongodb_atlas docs for GA by Ben Flast (@baf509) in #14425
- infra: add langchain-community release workflow by Bagatur (@baskaryan) in #14469
- docs
networkxupdate by Leonid Ganeline (@leo-gan) in #14426 - SmartLLMChain Output Key Customization by Anish Nag (@anishnag) in #14466
New Contributors
- Ben Flast (@baf509) made their first contribution in #14425
- Anish Nag (@anishnag) made their first contribution in #14466
Full Changelog: v0.0.348...v0.0.349-rc.1
v0.0.348
What's Changed
- langchain[patch]: fix ChatVertexAI streaming by Erick Friis (@efriis) in #14369
- Rollback multiple keys in Qdrant by Kacper Łukawski (@kacperlukawski) in #14390
- API Reference building script update by Leonid Ganeline (@leo-gan) in #13587
- core[patch], langchain[patch]: fix required deps by Bagatur (@baskaryan) in #14373
- core[patch]: Release 0.0.12 by Bagatur (@baskaryan) in #14415
- langchain[patch]: Release 0.0.348 by Bagatur (@baskaryan) in #14417
Full Changelog: v0.0.347...v0.0.348
v0.0.347
What's Changed
- hide api key: arcee by Eugene Yurtsev (@eyurtsev) in #14304
- experimental[patch]: Release 0.0.44 by Bagatur (@baskaryan) in #14310
- docs:
integrations/providers/update by Leonid Ganeline (@leo-gan) in #14315 - Fixing empty input variable crashing
PromptTemplatevalidations by James Braza (@jamesbraza) in #14314 - Adding
BaseChatMessageHistory.__str__by James Braza (@jamesbraza) in #14311 - Multi-modal RAG template by Lance Martin (@rlancemartin) in #14186
- Add metadata to blob by Eugene Yurtsev (@eyurtsev) in #14162
- Update OpenCLIP docs by Lance Martin (@rlancemartin) in #14319
- Mask API key for Minimax LLM by Ran (@rancomp) in #14309
- Allow not enforcing function usage when a single function is passed to openai function executable by Karim Assi (@karimassi) in #14308
- Add support for CORS options for AzureSearch by Jarkko Lagus (@jalagus) in #14305
- Update docs by Bob Lin (@169) in #14294
- Add custom async generator example by Bob Lin (@169) in #14299
- docs[patch] Add how-to doc for RunnablePassthrough and nav modifications by Alex Kira (@akira) in #14255
- Fixes issue-14295: Correctly pass along the kwargs by Tim Van Wassenhove (@timvw) in #14296
- feat(embeddings): text-embeddings-inference by Massimiliano Pronesti (@mspronesti) in #14288
- added get_num_tokens to GooglePalm by Leonid Kuligin (@lkuligin) in #14282
- feat: 1. Add system parameters, 2. Align with the QianfanChatEndpoint for function calling by Wang Wei (@wangwei1237) in #14275
- feat: Increased compatibility with new and old versions for dalle by lif (@majiayu000) in #14222
- Adds "NIN" metadata filter for pgvector to all checking for set absence by jeffpezzone in #14205
- Fixed a typo in smart_llm prompt by kavinraj A S (@kavinask007) in #13052
- Feature: GitLab url from ENV by balaba-max in #14221
- info sql tool remove whitespaces in table names by dudub12 in #13712
- Updated integration with Clarifai python SDK functions by mogith-pn in #13671
- OpenAIEmbeddings: retry_min_seconds/retry_max_seconds parameters by Alexandre Dumont (@adumont) in #13138
- Amadeus toolkit minor update by MinjiK (@minjikarin) in #13002
- Demonstrate use of get_buffer_string by Matt Wells (@ninjapenguin) in #13013
- Fix typo in lcel example for rerank in doc by Nicolas Bondoux (@nbondoux) in #14336
- Exclude
max_tokensfrom request if it's None by Harutaka Kawamura (@harupy) in #14334 - feat(add): LLM integration of Cloudflare Workers AI by cxumol in #14322
- Mask API key for baidu qianfan by newfinder in #14281
- feat: mask api key for cerebriumai llm by Yuchen Liang (@yliang412) in #14272
- Qdrant metadata payload keys by Jean-Baptiste dlb (@JeanBaptiste-dlb) in #13001
- docs[patch]: fix ipynb links by Erick Friis (@efriis) in #14325
- Update doc-string in RunnableWithMessageHistory by Eugene Yurtsev (@eyurtsev) in #14262
- docs[patch]: Fix broken link 'tip' in docs by Brace Sproul (@bracesproul) in #14349
- core[patch], langchain[patch]: ByteStore by Erick Friis (@efriis) in #14312
- Fix multi vector retriever subclassing by Jacob Lee (@jacoblee93) in #14350
- ci matrix by Bagatur (@baskaryan) in #14306
- langchain[patch]: import nits by Bagatur (@baskaryan) in #14354
- Include run_id by William FH (@hinthornw) in #14331
- core[patch]: message history error typo by Erick Friis (@efriis) in #14361
- [core/minor] Runnables: Implement a context api by Nuno Campos (@nfcampos) in #14046
- core[patch]: Release 0.0.11 by Bagatur (@baskaryan) in #14367
- langchain[patch]: Release 0.0.347 by Bagatur (@baskaryan) in #14368
New Contributors
- Ran (@rancomp) made their first contribution in #14309
- Karim Assi (@karimassi) made their first contribution in #14308
- Jarkko Lagus (@jalagus) made their first contribution in #14305
- Tim Van Wassenhove (@timvw) made their first contribution in #14296
- lif (@majiayu000) made their first contribution in #14222
- jeffpezzone made their first contribution in #14205
- kavinraj A S (@kavinask007) made their first contribution in #13052
- balaba-max made their first contribution in #14221
- dudub12 made their first contribution in #13712
- mogith-pn made their first contribution in #13671
- Alexandre Dumont (@adumont) made their first contribution in #13138
- MinjiK (@minjikarin) made their first contribution in #13002
- newfinder made their first contribution in #14281
- Yuchen Liang (@yliang412) made their first contribution in #14272
- Jean-Baptiste dlb (@JeanBaptiste-dlb) made their first contribution in #13001
Full Changelog: v0.0.346...v0.0.347
v0.0.346
What's Changed
- docs:
integrations/toolkits/office365notebook update by Leonid Ganeline (@leo-gan) in #14188 - Fix: (issue #14127) Volc Engine MaaS import error by h3l (@h3l) in #14194
- Fix Html2TextTransformer for shallow copy by Yong woo Song (@FacerAin) in #14197
- Closed #14069 by Bob Lin (@169) in #14166
- Update fallback cases by Bob Lin (@169) in #14164
- Added Python
loggingtracer by James Braza (@jamesbraza) in #14190 - Update docs to use new usage in openai>1.0.0 by Bob Lin (@169) in #14163
- Removing extra
StdOutCallbackHandleroverridden methods by James Braza (@jamesbraza) in #14136 - Fix: (issue #14066) DOC: Summarization output broken by ggeutzzang (@ggeutzzang) in #14078
- fix(vectorstores): incorrect import for mongodb atlas DriverInfo by Richie (@whitedogg13) in #14060
- Added Slacktoolkit by gzyJoy (@ZyeG) in #14012
- Fix Mathpix PDF loader integration by Chad Norvell (@chadnorvell) in #13949
- docs:
Hugging Faceplatform page by Leonid Ganeline (@leo-gan) in #13831 - delete stray test by Harrison Chase (@hwchase17) in #14200
- Ensure AstraDB integration tests clean up the environment by Nicolò Boschi (@nicoloboschi) in #13774
- Update Hologres vector store: use hologres-vector by Changgeng Zhao (@zcgeng) in #13767
- Extend OpenAIEmbeddings class to support non-
tiktokenbased embeddings by Chelsea E. Manning (@xychelsea) in #13884 - AstraDB VectorStore: implement pre_delete_collection by Nicolò Boschi (@nicoloboschi) in #13780
- Fix Azure Openai function calling in streaming mode by Hendrik Hogertz (@hendrik-hog) in #13768
- Adds the Yellowbrick Data Warehouse as a supported vector store by Mark Cusack (@markcusack) in #13820
- moved semadb.mdx file by Leonid Ganeline (@leo-gan) in #14204
- Asynchronous human-in-the-loop callback by Daniyar Supiyev (@uthunderbird) in #14195
- Mask API key for Arcee LLM by Kaiboon Ee (@eekaiboon) in #14193
- Pass kwargs to chat fireworks by William FH (@hinthornw) in #14183
- added
Templates Hubmenu item by Leonid Ganeline (@leo-gan) in #14148 - docs
AWSplatform page update by Leonid Ganeline (@leo-gan) in #14160 - Update MLflow and Databricks docs by Harutaka Kawamura (@harupy) in #14011
- Cerebrium model_api_request deprecation by Germán Retamosa (@geret1) in #12704
- Clarifying descriptions in
GuardrailsOutputParserby James Braza (@jamesbraza) in #14228 - Adds
llm_chain_kwargstoBaseRetrievalQA.from_llmby Unai Garay Maestre (@ugm2) in #14224 - Fixed OpenAIFunctionsAgent not returning when receiving AgentFinish by Hieu Lam (@lh0x00) in #14236
- fixed: ModuleNotFoundError: No module named 'clarifai.auth' by umair mehmood (@umair313) in #14215
- Harrison/embass by Harrison Chase (@hwchase17) in #14242
- Shorten wget commands by Perry Lee (@perryism) in #14211
- Closed #14159 by Bob Lin (@169) in #14165
- Support of custom hugging face inference endpoints url by Dmitrii Rashchenko (@dmitryrPlanner5D) in #14125
- Add input_type override by billytrend-cohere in #14068
- Add openai v2 adapter by Bob Lin (@169) in #14063
- Add: Steam API tool by Muntaqa Mahmood (@muntaqamahmood) in #14008
- Add doc for the development of core and experimental sections by Bob Lin (@169) in #13966
- Add Couchbase document loader by Nithish Raghunandanan (@nithishr) in #13979
- nbdoc -> quarto by Erick Friis (@efriis) in #14156
- Fixes error loading Obsidian templates by ealt (@ealt) in #13888
- Support Azure gov cloud in Azure Cognitive Search retriever by nceccarelli in #13695
- Harrison/nasa tool by Harrison Chase (@hwchase17) in #14245
- Prefer byte store interface for Upstash BaseStore to match other Redis by Jacob Lee (@jacoblee93) in #14201
- Fix
configarg detection for wrapped lambdarunnable by Vincent Brouwers (@Vinno97) in #14230 - Allow base_store to be used directly with MultiVectorRetriever by Jacob Lee (@jacoblee93) in #14202
- docs: moved
vectorstorenotebook file by Leonid Ganeline (@leo-gan) in #14181 - core[patch]: add response kwarg to
on_llm_errorby Hynek Kydlíček (@hynky1999) in #9424 - Adding new Github functions for reading pull requests by Kastan Day (@KastanDay) in #9027
- docs[patch]: fix columns by Erick Friis (@efriis) in #14251
- Embaas - added backoff retries for network requests by Colin Ulin (@pocketcolin) in #13679
- Fix Sagemaker Endpoint documentation by Ravidhu (@ravidhu) in #13660
- Harrison/searchapi by Harrison Chase (@hwchase17) in #14252
- Add CometTracer by Aliaksandr Kuzmik (@alexkuzmik) in #13661
- Bugfix duckduckgo_search news search by deedy5 in #13670
- feat: implement max marginal relevance for momento vector index by Michael Landis (@malandis) in #13619
- fake consistent embeddings cleanup by Harrison Chase (@hwchase17) in #14256
- docs[patch]: search experiment by Erick Friis (@efriis) in #14254
- fix comet tracer by Harrison Chase (@hwchase17) in #14259
- add(feat): Text Embeddings by Cloudflare Workers AI by cxumol in #14220
- Harrison/bookend ai by Harrison Chase (@hwchase17) in #14258
- Update geodataframe.py by Hamza Ahmed (@Hamzahmed) in #13573
- fix: call _on_llm_error() by Jon Watte (@jwatte) in #13581
- Add missing doc key to metadata field in AzureSearch Vectorstore by Nolan (@finnless) in #13328
- docs[patch]: chat model page names by Erick Friis (@efriis) in #14264
- Harrison/delegate from template by Harrison Chase (@hwchase17) in #14266
- openapi/planner.py: Deal with json in markdown output cases by Arnaud Gelas (@arnaudgelas) in #13576
- migrate openai audio api by Max Weng (@redheli) in #13557
- update OpenAI function agents' llm validation by price-deshaw in #13538
- Update azuresearch.py following recent change from azure-search-documents library by guillaumedelande in #13472
- Pprados/lite google drive by Philippe PRADOS (@pprados) in #13175
- adapt Jina Embeddings to new Jina AI Embedding API by Joan Fontanals (@JoanFM) in #13658
- Added ability to pass arguments to the Playwright browser by Sean Bearden (@seanbearden) in #13146
- Fix #11737 issue (extra_tools option of create_pandas_dataframe_agent is not working) by @ehkim1440 in #13203
- Fix rag google cloud vertex ai template by Eugene Yurtsev (@eyurtsev) in #14300
- core[patch]: Release 0.0.10 by Bagatur (@baskaryan) in #14303
- langchain[patch]: Release 0.0.346 by Bagatur (@baskaryan) in #14307
New Contributors
- gzyJoy (@ZyeG) made their first contribution in #14012
- Chelsea E. Manning (@xychelsea) made their first contribution in #13884
- Hendrik Hogertz (@hendrik-hog) made their first contribution in #13768
- Mark Cusack (@markcusack) made their first contribution in #13820
- Daniyar Supiyev (@uthunderbird) made their first contribution in #14195
- Kaiboon Ee (@eekaiboon) made their first contribution in #14193
- Germán Retamosa (@geret1) made their first contribution in #12704
- Hieu Lam (@lh0x00) made their first contribution in #14236
- Perry Lee (@perryism) made their first contribution in #14211
- Dmitrii Rashchenko (@dmitryrPlanner5D) made their first contribution in #14125
- Muntaqa Mahmood (@muntaqamahmood) made their first contribution in #14008
...
v0.0.345
What's Changed
- Adds OllamaFunctions wrapper by Jacob Lee (@jacoblee93) in #13330
- Update metaphor_search.ipynb by Hubert Yuan (@HubertY) in #14093
- local docs build <5s by Erick Friis (@efriis) in #14096
- Improve indexing performance for Postgres (remote database) for refresh by Mark Scannell (@mescanne) in #14126
- Update invalid link by Ean Yang (@YQisme) in #14106
- templates[patch]: opensearch readme update by Erick Friis (@efriis) in #14103
- docs[patch]: Update facebook.ipynb by Bob Lin (@169) in #14102
- Template for Ollama + Multi-query retriever by Lance Martin (@rlancemartin) in #14092
- docs[patch]: Update discord.ipynb by Bob Lin (@169) in #14099
- [Nits] Evaluation - Some Rendering Improvements by William FH (@hinthornw) in #14097
- Update Prompt Format Error by William FH (@hinthornw) in #14044
- Improve indexing performance for Postgres (remote database) for refresh for async API by Eugene Yurtsev (@eyurtsev) in #14132
- Harrison/ibm by Harrison Chase (@hwchase17) in #14133
- fix: set maxsplit when parse python function docstring by lijie (@lijie-lee) in #14121
- fix: use async_embed_with_retry in _aget_len_safe_embeddings by Devin Dahoon Kim (@salqueng) in #14110
- docs[patch]: Add mermaid JS theme dependency to docusaurus by Alex Kira (@akira) in #14051
- docs(ernie): add deprecated note for ErnieChatBot by axiangcoding (@axiangcoding) in #14061
- add contribs by Bagatur (@baskaryan) in #14137
- Update text_splitter.py by Govinda Totla (@govinda18) in #14025
- docs[patch]: Add getting started section to LCEL doc by Alex Kira (@akira) in #14045
- Add unit tests for Huggingface dataset loader by Amyh102 in #14053
- docs[patch]: Fix templates/index by Erick Friis (@efriis) in #14146
- Fix minor typos (casing) by Martin Jul (@mjul) in #14138
- relock templates by Erick Friis (@efriis) in #14149
- Change RunnableMap to RunnableParallel for consistency by Alex Kira (@akira) in #14142
- docs[patch]: docs local build by Erick Friis (@efriis) in #14152
- Update Open CLIP embd by Lance Martin (@rlancemartin) in #14155
- Bagatur/lcel why doc by Bagatur (@baskaryan) in #14089
- fix broken api docs links by Erick Friis (@efriis) in #14154
- Improve file system blob loader and generic loader by Eugene Yurtsev (@eyurtsev) in #14004
- Title:fixed a bug that was causing the streaming transfer to not work… by quantum00549 in #10827
- Added missing
py.typedtolangchain_coreby James Braza (@jamesbraza) in #14143 - add azure ai data document loader by Samuel Kemp (@samuel100) in #13404
- fix: Running SQLDatabaseChain adds prefix "SQLQuery:\n" by Abdul kader (@ridha) in #14058
- Support passing parameters to
llms.Databricksandllms.Mlflowby Harutaka Kawamura (@harupy) in #14100 BaseTracerhelper method forRunlookup by James Braza (@jamesbraza) in #14139- core[patch]: Release 0.0.9 by Bagatur (@baskaryan) in #14182
- langchain[patch]: Release langchain 0.0.345 by Bagatur (@baskaryan) in #14184
New Contributors
- Hubert Yuan (@HubertY) made their first contribution in #14093
- Mark Scannell (@mescanne) made their first contribution in #14126
- Ean Yang (@YQisme) made their first contribution in #14106
- lijie (@lijie-lee) made their first contribution in #14121
- Devin Dahoon Kim (@salqueng) made their first contribution in #14110
- Alex Kira (@akira) made their first contribution in #14051
- Govinda Totla (@govinda18) made their first contribution in #14025
- Martin Jul (@mjul) made their first contribution in #14138
- quantum00549 made their first contribution in #10827
- Samuel Kemp (@samuel100) made their first contribution in #13404
- Abdul kader (@ridha) made their first contribution in #14058
Full Changelog: v0.0.344...v0.0.345
v0.0.344
What's Changed
- Reduce the number of tokens required to describe a Cypher/Neo4j schema by Tomaz Bratanic (@tomasonjo) in #13851
- Remove deprecated param and flexibility for prompt by Toshish Jawale (@toshish) in #13310
- update pdf document loaders' metadata source to url for online pdf by 123-fake-st in #13274
- fix #12899 by yoch (@yoch) in #14029
- Mask API key for ForeFrontAI LLM by Mohammad Ahmad (@mmahmad) in #14013
- add volcengine endpoint for LLM by h3l (@h3l) in #13942
- Extend serpapi tools by Jawad Arshad (@HamJaw1432) in #13934
- Add multi-input Reddit search tool by William Huang (@clwillhuang) in #13893
- DROP BOX Loader Documentation Update by Mohammad Mohtashim (@keenborder786) in #14047
- Merriam-Webster Dictionary Tool by Josef Zoller (@Zollerboy1) in #12044
- Implemented MongoDB Atlas Self-Query Retriever by AthulVincent in #13321
- Fix issue where response_if_no_docs_found is not implemented on async… by sudranga in #13297
- Update index.mdx by Nico Puhlmann (@NPuhlmann) in #13285
- Support Vald secure connection by Masanori Taniguchi (@mtanig) in #13269
- Added support for a Pandas DataFrame OutputParser by Rohan Dey (@RohanDey02) in #13257
- Fix .env file path in integration_test README.md by Yong woo Song (@FacerAin) in #14028
- templates[patch]: rag-google-cloud-sdp readme by Erick Friis (@efriis) in #14043
- Add **kwargs to Langchain's dumps() to allow passing of json.dumps() … by Jeremy Naccache (@jeremynac) in #10628
- Rag redis template dependency update by Tyler Hutcherson (@tylerhutcherson) in #13614
- Migrate mlflow and databricks classes to deployments APIs. by Harutaka Kawamura (@harupy) in #13699
- core[patch]: release 0.0.8 by Bagatur (@baskaryan) in #14086
- langchain[patch]: release 0.0.344 by Bagatur (@baskaryan) in #14095
New Contributors
- yoch (@yoch) made their first contribution in #14029
- Mohammad Ahmad (@mmahmad) made their first contribution in #14013
- Jawad Arshad (@HamJaw1432) made their first contribution in #13934
- William Huang (@clwillhuang) made their first contribution in #13893
- Josef Zoller (@Zollerboy1) made their first contribution in #12044
- AthulVincent made their first contribution in #13321
- Nico Puhlmann (@NPuhlmann) made their first contribution in #13285
- Masanori Taniguchi (@mtanig) made their first contribution in #13269
- Rohan Dey (@RohanDey02) made their first contribution in #13257
Full Changelog: v0.0.343...v0.0.344
v0.0.343
What's Changed
- Add rag google sensitive data protection template by @juan-calvo-datatonic in #13921
- experimental[patch]: release 0.0.43 by Bagatur (@baskaryan) in #13570
- Updated DocugamiLoader with better support for hierarchical chunks by Taqi Jaffri (@tjaffri) in #13265
- Update CONTRIBUTING.md doc by Bob Lin (@169) in #13965
- docs: top menu by Leonid Ganeline (@leo-gan) in #13748
- experimental[patch]: fixed namespace bug by Leonid Ganeline (@leo-gan) in #13585
- docs[patch]: link to LangSmith docs by Leonid Ganeline (@leo-gan) in #13740
- renamed
google_vertex_ai_vector_searchnotebook by Leonid Ganeline (@leo-gan) in #13484 - Remove
python_replfrom _BASE_TOOLS by Bob Lin (@169) in #13962 - Repair Wikipedia document loader
load_max_docsand improve test coverage. by Snow (@queenvictoria) in #13769 - Set default region from boto3 session for Bedrock by Théo LEBRUN (@Falydoor) in #13694
- infra[patch]: add base deps by Bagatur (@baskaryan) in #13998
- Library Licenses by Erick Friis (@efriis) in #13300
- docs[patch]: RAG Cookbook example fix by Waseem (@waseemhnyc) in #13914
- Switched VertexAI models from preview by Leonid Kuligin (@lkuligin) in #13657
- feat: mask api key for nlpcloud by Hin (@lujingxuansc) in #13945
- secretStr for baichuan chat model api key by nhywieza in #13946
- feat: mask api_key for jina by chyroc (@chyroc) in #13907
- Update openai/create_llm_result function to consider kwargs by Burak Ömür (@darktheorys) in #13815
- docs
OpenAIplatform page update by Leonid Ganeline (@leo-gan) in #14001 - docs
microsoftpage updates by Leonid Ganeline (@leo-gan) in #14000 - feat: Add ERNIE-Bot-8K model support for ErnieBotChat. by Wang Wei (@wangwei1237) in #13716
- [docs] fix reduce prompt in summarization example by Colton Padden (@cmpadden) in #13726
- Add Outline provider doc by Yusuf Khan (@yuskhan) in #13938
- max length attribute for spacy splitter for large docs by Kunal Singh (@kunal8164705) in #13875
- Fix: (issue #13825) Getting an error with DallEAPIWrapper by ggeutzzang (@ggeutzzang) in #13874
- Add object parsing functionality by Amyh102 in #13864
- small fix matching engine AttributeError - object has no attribute by Johnny (@saiwas) in #13763
- DOCS: added missing imports (#13736) by @Glueish in #13737
- docs: Install langsmith from conda-forge by Pavel Zwerschke (@pavelzw) in #13335
- Mask api key for Together LLM by David Norman (@normand1) in #13981
- doc: update langchain version for mongodb integration by Richie (@whitedogg13) in #14006
- Adds progress bar to GooglePalmEmbeddings by Unai Garay Maestre (@ugm2) in #13812
- Mathpix PDF loader supports arbitrary extra params by Chad Norvell (@chadnorvell) in #13950
- Update typo in map.ipynb by Anton Romanov (@nnmer) in #14030
- Improve HyDe with custom prompts and ability to supply the run_manager by Yves Zumbühl (@yvesloy) in #14016
- template pyproject updates by Erick Friis (@efriis) in #14035
- langchain[patch]: Release 0.0.343 by Bagatur (@baskaryan) in #14037
- Adding new StackExchange API integration by Sauhaard (@SauhaardW) in #14002
New Contributors
- Snow (@queenvictoria) made their first contribution in #13769
- Théo LEBRUN (@Falydoor) made their first contribution in #13694
- Hin (@lujingxuansc) made their first contribution in #13945
- nhywieza made their first contribution in #13946
- Burak Ömür (@darktheorys) made their first contribution in #13815
- Colton Padden (@cmpadden) made their first contribution in #13726
- Kunal Singh (@kunal8164705) made their first contribution in #13875
- Amyh102 made their first contribution in #13864
- Johnny (@saiwas) made their first contribution in #13763
- @Glueish made their first contribution in #13737
- Pavel Zwerschke (@pavelzw) made their first contribution in #13335
- David Norman (@normand1) made their first contribution in #13981
- Richie (@whitedogg13) made their first contribution in #14006
- Unai Garay Maestre (@ugm2) made their first contribution in #13812
- Chad Norvell (@chadnorvell) made their first contribution in #13950
- Anton Romanov (@nnmer) made their first contribution in #14030
- Yves Zumbühl (@yvesloy) made their first contribution in #14016
- Sauhaard (@SauhaardW) made their first contribution in #14002
Full Changelog: v0.0.342...v0.0.343
v0.0.342
What's Changed
- Document Runnable Binding by Eugene Yurtsev (@eyurtsev) in #13927
- fixed VertexAIModelGarden class by Leonid Kuligin (@lkuligin) in #13917
- Add Databricks Vector Search as a new vector store by Chengzu Ou (@freemso) in #13621
- fix: fix qianfan validate_environment typo by chyroc (@chyroc) in #13908
- IMPROVEMENT: import Document from core by Bagatur (@baskaryan) in #13905
- Update azure_cosmos_db.py by Enric Soler Rastrollo (@esoler-sage) in #13919
- Support for indexes that do not return a 'metadata' field in '_source' by Assaf Toledo (@assaftibm) in #13903
- fix(docs): link to question answering by Manuel Riezebosch (@riezebosch) in #13806
- chore: typo by jiangying (@jiangying000) in #13817
- Multitenant adddocs by jeremyb-data in #13827
- Docs
adaptersmoved by Leonid Ganeline (@leo-gan) in #13862 - Add rag-opensearch template by Kalyan R (@rawwar) in #13501
- Add progress bar to OllamaEmbeddings by Tyler Titsworth (@tylertitsworth) in #13882
- The experimental package needs to be compatible with the usage of importing agents by Bob Lin (@169) in #13839
- Update prompt injection model by Oleksandr Yaremchuk (@asofter) in #13930
- Make common utils public by Bagatur (@baskaryan) in #13932
- Adding
infinityembedding integration. by Michael Feil (@michaelfeil) in #13928 - Implement stream() and astream() for agents by Nuno Campos (@nfcampos) in #12783
- RunnableLambda: create afunc instance from func when not provided by Nicolas Bondoux (@nbondoux) in #13408
- RELEASE: core 0.0.7 by Erick Friis (@efriis) in #13973
- Eval Error Key by William FH (@hinthornw) in #13974
- office365 toolkit bug fixes by Leonid Ganeline (@leo-gan) in #13618
- Fix
MarkdownHeaderTextSplitternot recognizing tilde-fenced code blocks by unifyh in #13511 - Use langchain core in-tree as a dev dependency by Nuno Campos (@nfcampos) in #13957
- Documentation: Reduce largest static image file size by Rihards Gravis (@rihardsgravis) in #13508
- [Evals] Add Project Tags by William FH (@hinthornw) in #13982
- iMessage loader: implement message content extraction from attributed… by Ali Orozgani (@YaySushi) in #13634
- Fix broken link on Meilisearch vector-store documentation by Amélie (@alallema) in #13604
- fix merge None value and non None value error by mengjincn in #13703
- Update the stable docs link by Varun (@adroitvarun) in #13798
- AnthropicFunctions function_call compatibility by Johannes Foulds (@JohnnyFoulds) in #13901
- Astra DB vector store, move constructor docstring to class docstring by Stefano Lottini (@hemidactylus) in #13784
- fix test deps by Bagatur (@baskaryan) in #13984
- Exclude Bedrock client and credentials_profile_name fields from serialisation by David Duong (@dqbd) in #13603
- Fixes for opengpts release by Nuno Campos (@nfcampos) in #13960
- In Runnable.stream_log build up final_output from adding output chunks by Nuno Campos (@nfcampos) in #12781
- Track RunnableAssign as a separate run trace by David Duong (@dqbd) in #13972
- core[patch]: release 0.0.7 by Bagatur (@baskaryan) in #13989
- Add retriever for Knowledge Bases for Amazon Bedrock by David L. Qiu (@dlqqq) in #13980
- DOCS: update stack diagram by Bagatur (@baskaryan) in #13902
- langchain[patch]: release 0.0.342 by Bagatur (@baskaryan) in #13992
- fix docs build by Bagatur (@baskaryan) in #13990
- langchain[patch]: contributing test guide update by Erick Friis (@efriis) in #13993
New Contributors
- Chengzu Ou (@freemso) made their first contribution in #13621
- chyroc (@chyroc) made their first contribution in #13908
- Enric Soler Rastrollo (@esoler-sage) made their first contribution in #13919
- Assaf Toledo (@assaftibm) made their first contribution in #13903
- Manuel Riezebosch (@riezebosch) made their first contribution in #13806
- jiangying (@jiangying000) made their first contribution in #13817
- jeremyb-data made their first contribution in #13827
- Kalyan R (@rawwar) made their first contribution in #13501
- Tyler Titsworth (@tylertitsworth) made their first contribution in #13882
- Bob Lin (@169) made their first contribution in #13839
- Oleksandr Yaremchuk (@asofter) made their first contribution in #13930
- Nicolas Bondoux (@nbondoux) made their first contribution in #13408
- Rihards Gravis (@rihardsgravis) made their first contribution in #13508
- Ali Orozgani (@YaySushi) made their first contribution in #13634
- mengjincn made their first contribution in #13703
- Varun (@adroitvarun) made their first contribution in #13798
- Johannes Foulds (@JohnnyFoulds) made their first contribution in #13901
Full Changelog: v0.0.341...v0.0.342