Releases: langchain-ai/langchain
Releases · langchain-ai/langchain
v0.0.126
What's Changed
- add missing
source
field to pymupdf output by @timothyasp in #2110 - Harrison/unstructured validation by @hwchase17 in #2111
- Harrison/better async by @hwchase17 in #2112
- fix typo in docs by @Franfram in #2115
- Fixed 1 missing line in getting_started.md by @AlexTelon in #2107
- add token reduction to ConversationalRetrievalChain by @nkov in #2075
- Harrison/aleph alpha embeddings by @hwchase17 in #2117
- Improve ConversationKGMemory and its function load_memory_variables by @misrasaurabh1 in #1999
- Fix issue#1712: Update
BaseQAWithSourcesChain
to handle space & newline afterSOURCES:
by @walterbm in #2118 - Harrison/gitbook by @hwchase17 in #2044
- Harrison/memory check by @hwchase17 in #2119
- add async support for anthropic by @agola11 in #2114
- searx: implement async + helper tool providing json results by @blob42 in #2129
- fix link by @hwchase17 in #2123
- Strip sitemap entries by @LeSphax in #2132
- Add successful request count to OpenAI callback by @jonpage in #2128
- docs: tiny fix on docs verbiage by @0xcadams in #2124
- Add ability for GoogleDrive loader to load google sheets by @patrickstorm in #2135
- Harrison/memory base by @hwchase17 in #2122
- bump version to 126 by @hwchase17 in #2155
New Contributors
- @Franfram made their first contribution in #2115
- @AlexTelon made their first contribution in #2107
- @nkov made their first contribution in #2075
- @walterbm made their first contribution in #2118
- @LeSphax made their first contribution in #2132
- @jonpage made their first contribution in #2128
- @0xcadams made their first contribution in #2124
- @patrickstorm made their first contribution in #2135
Full Changelog: v0.0.125...v0.0.126
v0.0.125
What's Changed
- Add replicate take 2 by @cbh123 in #2077
- Add OpenWeatherMap API Tool by @Honkware in #2083
- fix(llms): update default AI21 model to j2, as j1 being deprecated by @michael-go in #2108
- v125 by @hwchase17 in #2109
New Contributors
Full Changelog: v0.0.124...v0.0.125
v0.0.124
What's Changed
- big docs refactor by @hwchase17 in #1978
- fix docs by @hwchase17 in #2017
- small nit on index page by @agola11 in #2018
- fix doc tags by @hwchase17 in #2019
- fix headers by @hwchase17 in #2039
- Harrison/open search kwargs by @hwchase17 in #2040
- Harrison/num token calculation by @hwchase17 in #2041
- Added Azure Blob Storage File and Container Loader by @eavanvalkenburg in #1890
- Update getting_started with better example by @jasondotparse in #1910
- fix Poetry 1.4.0+ installation by @dlqqq in #1935
- feat #1915 support for google custom search site restricted api by @gotokatsuya in #1920
- Fix the parameter error of 'Qdrant.maximal_marginal_relevance' by @wy-z in #1921
- Add support for YAML Spec Plugins by @hinthornw in #2054
- PydanticOutputParser unit test by @danielchalef in #2047
- UnstructuredURLLoader: allow url failures, keep processing by @cragwolfe in #1954
- Harrison/redis id key by @hwchase17 in #2057
- Added
.as_retriever()
tofrom_llm()
calls by @Krulknul in #2051 - Removed duplicate "revision_request" in constitutional_ai/prompts.py by @jaredthejellyfish in #2046
- similarity_search is not accepting filters by @rajat1saxena in #1964
- feat: add function similarity_search_limit_score to vectorstores.redis by @hx23840 in #1950
- Updating PromptLayer request in PromptLayer Models to be async in agenerate by @Jped in #2058
- Correctly pass filter down to the similarity_search_with_score function for chroma filtering logic by @Arttii in #1934
- Harrison/site map by @hwchase17 in #2061
- Harrison/document cleanup by @hwchase17 in #2062
- Solve small bug in the kg prompt by @fpingham in #1988
- Improve chat tool prompt by @fpingham in #1989
- enable streaming in anthropic llm wrapper by @agola11 in #2065
- redis retriever by @hwchase17 in #2060
- Harrison/duckdb by @hwchase17 in #2064
- fix: numerous broken documentation links by @alexeldeib in #2070
- [agent_executor] convenience func: lookup tool by name by @blob42 in #2001
- Harrison/fix save context by @hwchase17 in #2082
- Harrison/ai plugin by @hwchase17 in #2084
- docs(deployment): add langchain-serve by @deepankarm in #2006
- docs: fix promptlayer link typo by @michael-go in #2005
- Add prompt and completion token tracking by @iocuydi in #2080
- Harrison/whatsapp loader by @hwchase17 in #2085
- fix(sql_database): related to #2020 by @wqj97 in #2021
- include the tool name for on_tool_end callback by @blob42 in #2000
- notebook for tokens by @hwchase17 in #2086
- Harrison/llama index loader by @hwchase17 in #2097
- feat: Add Notion database document loader by @sbusso in #2056
- Fix issue#1645: Parse llm_output even there's newline (#2092) by @hwchase17 in #2099
- add ConversationalChatAgent to agent.init (fix #2093) by @klein-t in #2098
- Harrison/jina by @hwchase17 in #2043
- Harrison/big query by @hwchase17 in #2100
- rm pandas dependency by @hwchase17 in #2102
- bump version 124 by @hwchase17 in #2101
New Contributors
- @eavanvalkenburg made their first contribution in #1890
- @jasondotparse made their first contribution in #1910
- @dlqqq made their first contribution in #1935
- @gotokatsuya made their first contribution in #1920
- @wy-z made their first contribution in #1921
- @Krulknul made their first contribution in #2051
- @jaredthejellyfish made their first contribution in #2046
- @rajat1saxena made their first contribution in #1964
- @hx23840 made their first contribution in #1950
- @Arttii made their first contribution in #1934
- @alexeldeib made their first contribution in #2070
- @deepankarm made their first contribution in #2006
- @michael-go made their first contribution in #2005
- @wqj97 made their first contribution in #2021
- @sbusso made their first contribution in #2056
Full Changelog: v0.0.123...v0.0.124
v0.0.123
What's Changed
- (ChatOpenAI) Add model_name to LLMResult.llm_output by @mariokostelac in #1960
- plugin tool by @hwchase17 in #1974
Full Changelog: v0.0.122...v0.0.123
v0.0.122
What's Changed
- tracing improvements to docs by @hwchase17 in #1947
- retrievers interface by @hwchase17 in #1948
- fix import error of bs4 by @timothyasp in #1952
- Add milvus for ecosystem by @jiaoew1991 in #1951
- WIP: Harrison/base retriever by @hwchase17 in #1765
- add docs for openai retriever ingest by @hwchase17 in #1969
- bump version to 122 by @hwchase17 in #1970
New Contributors
- @jiaoew1991 made their first contribution in #1951
Full Changelog: v0.0.121...v0.0.122
v0.0.121
What's Changed
- Fix typo in VectorStoreIndexWrapper method by @ainoya in #1922
- hotfix by @hwchase17 in #1928
New Contributors
Full Changelog: v0.0.120...v0.0.121
v0.0.120
What's Changed
- principles list by @hwchase17 in #1888
- Add PGVector collection metadata by @mmmaia in #1887
- Fix minor bug in opensearch vector store add_texts function by @kushal-ti in #1878
- Update how_to_guides.rst by @sean-zheng-amazon in #1893
- extraction docs by @hwchase17 in #1898
- Remove redundant .docx loader (closes #1716) + update how_to_guides.rst by @klein-t in #1891
- Add metadata filter to PGVector search by @mmmaia in #1872
- Simplify AzureChatOpenAI implementation. by @ekzhu in #1902
- Fix tiktoken version by @xingfanxia in #1882
- Propagate "filter" arg in Chroma similarity_search by @ejdb00 in #1869
- feat: add drop index in redis and fix prefix generate logic by @xinqiu in #1857
- Harrison/opensearch vectorstore by @hwchase17 in #1907
- Harrison/figma doc loader by @hwchase17 in #1908
- Hx23840 feat/add redisearch vectorstore by @hwchase17 in #1909
- Add human as a tool by @ekzhu in #1879
- human input default by @hwchase17 in #1911
- Harrison/from methods by @hwchase17 in #1912
- Harrison/retrieval code by @hwchase17 in #1916
- bump version 120 by @hwchase17 in #1918
New Contributors
- @mmmaia made their first contribution in #1887
- @kushal-ti made their first contribution in #1878
- @sean-zheng-amazon made their first contribution in #1893
- @xingfanxia made their first contribution in #1882
- @ejdb00 made their first contribution in #1869
Full Changelog: v0.0.119...v0.0.120
v0.0.119
What's Changed
- add listen api docs by @hwchase17 in #1855
- remove key by @hwchase17 in #1863
- Fixes the import typo in the vector db text generator notebook by @anupam-tiwari in #1874
- [Embeddings] Add SageMaker Endpoint Embedding class by @philschmid in #1859
- clean up sagemaker nb by @hwchase17 in #1875
- docs: update gpt index references to LlamaIndex by @DeadBranches in #1856
- Harrison/guarded output parser by @hwchase17 in #1804
- bump version to 119 by @hwchase17 in #1886
New Contributors
- @anupam-tiwari made their first contribution in #1874
- @philschmid made their first contribution in #1859
- @DeadBranches made their first contribution in #1856
Full Changelog: v0.0.118...v0.0.119
v0.0.118
What's Changed
- Fix typo in sqlite.ipynb by @eltociear in #1828
- Allow passing in encoding to csv_loader by @danield137 in #1836
- Add workaround for debugpy install issue to contrib docs. by @mtucker in #1835
- Add podcast api tool to use NLP to search all podcasts or episodes. by @wenbinf in #1833
- Add Qdrant to ecosystem page by @simonzhow in #1830
- Harrison/subtitles by @hwchase17 in #1842
- Harrison/faiss merge by @hwchase17 in #1843
- Add setup instruction in Getting Started for Indexing by @mocobeta in #1847
- Use regex match for bash process error output test assertion. by @mtucker in #1837
- bump version to 118 by @hwchase17 in #1854
New Contributors
- @danield137 made their first contribution in #1836
- @mtucker made their first contribution in #1835
- @wenbinf made their first contribution in #1833
- @simonzhow made their first contribution in #1830
- @mocobeta made their first contribution in #1847
Full Changelog: v0.0.117...v0.0.118
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