Releases: langchain-ai/langchain
Releases Β· langchain-ai/langchain
v0.0.117
What's Changed
- Don't use dynamic api endpoint for Zapier NLA by @agola11 in #1803
- Add request timeout to ChatOpenAI by @danielchalef in #1798
- fix typing by @hwchase17 in #1807
- fix bug with openai token count by @hwchase17 in #1806
- Corrected small typo in error message. by @CodeJunkie01 in #1791
- Harrison/wandb by @hwchase17 in #1764
- Follow up to #1803 to remove dynamic docs route. by @bryanhelmig in #1818
- Harrison/llm math by @hwchase17 in #1808
- release 0.0.117 by @hwchase17 in #1819
New Contributors
- @CodeJunkie01 made their first contribution in #1791
- @bryanhelmig made their first contribution in #1818
Full Changelog: v0.0.116...v0.0.117
v0.0.116
What's Changed
- querying tabular data by @hwchase17 in #1758
- AzureChatOpenAI for Azure Open AI's ChatGPT API by @ekzhu in #1673
- Corrects copyright year by @3coins in #1762
- Add service account support to Google Drive by @K-minutti in #1761
- Update tool.py by @bengahtan in #1760
- use namespace argument in Pinecone constructor by @LeoGrin in #1757
- Add load json prompt example by @MinhHung123 in #1776
- GPT-4 support by @ndurner in #1778
- Harrison/add warning to openaichat by @hwchase17 in #1781
- Slightly modified the docstring in
BasePromptTemplate
andStringPromptTemplate
. by @hitoshi44 in #1755 - Fix Document & Expose StringPromptTemplate as a custom-prompt-template. by @hitoshi44 in #1753
- add encoding parameter to ObsidianLoader by @huangcd in #1752
- change chat default by @hwchase17 in #1782
- Fix wrong prompt in refine chain by @nqbao in #1770
- Harrison/summary message rol by @hwchase17 in #1783
- Use embedding instead of embedding function in ElasticVectorStore by @SirBernardPhilip in #1692
- Harrison/add source column by @hwchase17 in #1784
- Harrison/chat token usage by @hwchase17 in #1785
- Harrison/token buffer memory by @hwchase17 in #1786
- Harrison/azure embeddings by @hwchase17 in #1787
- Small fix: Remove unused variable
summary_message_role
by @Aratako in #1789 - bump version to 0.0.116 by @hwchase17 in #1788
New Contributors
- @ekzhu made their first contribution in #1673
- @K-minutti made their first contribution in #1761
- @bengahtan made their first contribution in #1760
- @LeoGrin made their first contribution in #1757
- @MinhHung123 made their first contribution in #1776
- @ndurner made their first contribution in #1778
- @hitoshi44 made their first contribution in #1755
- @huangcd made their first contribution in #1752
- @nqbao made their first contribution in #1770
- @SirBernardPhilip made their first contribution in #1692
Full Changelog: v0.0.115...v0.0.116
v0.0.115
What's Changed
- move docs by @hwchase17 in #1740
- Harrison/move docs by @hwchase17 in #1741
- hotfix by @hwchase17 in #1742
Full Changelog: v0.0.114...v0.0.115
v0.0.114
What's Changed
- fallback to {} for None metadata from Chroma by @jeffchuber in #1714
- Adding ability to
return_pl_id
to all PromptLayer Models in LangChain by @Jped in #1699 - Loosen PyYAML dependency by @strickvl in #1698
- pydantic/json parsing by @jerwelborn in #1722
- fix async in agent by @hwchase17 in #1723
- Add HTML document_loader that includes page title metadata by @danielchalef in #1720
- Bump duckdb-engine to 0.7.0 by @alexmavr in #1726
- Fix all the bug in init Tool in docs by @libratiger in #1725
- (OpenAI) Add model_name to LLMResult.llm_output by @mariokostelac in #1713
- adding new agent types in comments by @alekhyablue in #1711
- Sagemaker Endpoint LLM by @3coins in #1686
- Harrison/official method by @hwchase17 in #1728
- fix: agent json parser fails with text in suffix by @anselm94 in #1734
- docs: add docs link to agent toolkits by @vinliao in #1735
- Harrison/blackboard loader by @hwchase17 in #1737
- Harrison/latex splitter by @hwchase17 in #1738
- bump version to 114 by @hwchase17 in #1739
New Contributors
- @strickvl made their first contribution in #1698
- @jerwelborn made their first contribution in #1722
- @danielchalef made their first contribution in #1720
- @alexmavr made their first contribution in #1726
- @libratiger made their first contribution in #1725
- @alekhyablue made their first contribution in #1711
- @anselm94 made their first contribution in #1734
- @vinliao made their first contribution in #1735
Full Changelog: v0.0.113...v0.0.114
v0.0.113
What's Changed
- feat: add redisearch vectorstore by @xinqiu in #1307
- Docs: Fix typo in memory/key_concepts.md by @LelouBil in #1671
- Remove outdated code from Chat VectorDB QA example by @matthiaskern in #1670
- feat: allow the unstructured kwargs to be passed in to Unstructured document loaders by @MthwRobinson in #1667
- save messages by @hwchase17 in #1653
- Harrison/fix nb by @hwchase17 in #1678
- Harrison/gml save by @hwchase17 in #1676
- Harrison/pgvector by @hwchase17 in #1679
- Harrison/ifixit by @hwchase17 in #1680
- Zapier Integration by @agola11 in #1654
- Implement basic metadata filtering in Qdrant by @kacperlukawski in #1689
- docs: add path to state_of_the_union.txt in indexes/getting_started page by @jjmachan in #1691
- Added Mynd URL to gallery by @at-b612 in #1684
- Fixed typo, clarified language by @3coins in #1682
- fix: correct a small mistake in SimpleChatModel. by @pandazki in #1685
- add docs for save/load messages by @hwchase17 in #1697
- Harrison/headers by @hwchase17 in #1696
- Harrison/gr int by @hwchase17 in #1700
- harrison/bump-version-00113 by @hwchase17 in #1701
New Contributors
- @xinqiu made their first contribution in #1307
- @LelouBil made their first contribution in #1671
- @matthiaskern made their first contribution in #1670
- @jjmachan made their first contribution in #1691
- @at-b612 made their first contribution in #1684
- @3coins made their first contribution in #1682
- @pandazki made their first contribution in #1685
Full Changelog: v0.0.112...v0.0.113
v0.0.112
What's Changed
- Harrison/agent eval by @hwchase17 in #1620
- bump ver by @hwchase17 in #1668
Full Changelog: v0.0.111...v0.0.112
v0.0.111
What's Changed
- update rtd config by @hwchase17 in #1664
- bump and hotfix by @hwchase17 in #1665
Full Changelog: v0.0.110...v0.0.111
v0.0.110
What's Changed
- docs req by @hwchase17 in #1647
- Add regex dict: by @LuisLechugaRuiz in #1616
- cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter by @timothyasp in #1615
- Bugfix - allow custom input variables in chat zero shot agent's prompt by @hardbyte in #1624
- sql: do not hard code the LIMIT clause in the table_info section by @jzluo in #1563
- Add a batch_size param to the add_texts API of pinecone wrapper by @abhinav-upadhyay in #1658
- Harrison/convo agent by @hwchase17 in #1642
- bump version 110 by @hwchase17 in #1662
New Contributors
Full Changelog: v0.0.109...v0.0.110
v0.0.109
What's Changed
- Fix typo in vectorstore.ipynb by @eltociear in #1614
- Add copy button to sphinx notebooks by @eyurtsev in #1622
- remove an extra whitespace by @pengqu123 in #1625
- improve chat error by @hwchase17 in #1632
- Harrison/return intermediate by @hwchase17 in #1633
- Update types in cohere.py by @dennlinger in #1635
- Harrison/new output parser by @hwchase17 in #1617
- bump version to 109 by @hwchase17 in #1646
New Contributors
- @dennlinger made their first contribution in #1635
Full Changelog: v0.0.108...v0.0.109
v0.0.108
What's Changed
- Harrison/shallow metadata by @hwchase17 in #1599
- Harrison/docs footer by @hwchase17 in #1600
- add convinence method to call chat model as an llm by @hwchase17 in #1604
- Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) by @hwchase17 in #1601
- move output parsing by @hwchase17 in #1605
- feat: add lookup index to csv loader to make retrieving the original β¦ by @kayvane1 in #1612
- Fix docstring of FAISS constructor by @abhinav-upadhyay in #1611
- Add read only shared memory by @yakigac in #1491
- bump to version 108 by @hwchase17 in #1613
New Contributors
- @kayvane1 made their first contribution in #1612
- @abhinav-upadhyay made their first contribution in #1611
Full Changelog: v0.0.107...v0.0.108