Releases: langchain-ai/langchain
Releases · langchain-ai/langchain
v0.0.81
What's Changed
- Update huggingface_hub.ipynb by @eltociear in #944
- docs: fix spelling typo by @tangjeff0 in #934
- gutenberg books by @hwchase17 in #946
- Update readthedocs.py by @concaption in #943
- add docs for steamship deployment by @hwchase17 in #949
- adding webpage loading logic by @zanderchase in #942
- Harrison/youtube fixes by @hwchase17 in #955
- bump version 0081 by @hwchase17 in #956
New Contributors
- @tangjeff0 made their first contribution in #934
- @concaption made their first contribution in #943
Full Changelog: v0.0.80...v0.0.81
v0.0.80
What's Changed
- Fix typos by @VinceDerPrince in #929
- Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent by @agola11 in #841
- Harrison/add roam loader by @hwchase17 in #939
- bump version to 0080 by @hwchase17 in #941
New Contributors
- @VinceDerPrince made their first contribution in #929
Full Changelog: v0.0.79...v0.0.80
v0.0.79
What's Changed
- added i_end in batch extraction by @jamescalam in #907
- Optionally return shell output on incorrect command (#894) by @hwchase17 in #899
- Add pinecone integration test by @kwhuo68 in #911
- add unstructured examples by @hwchase17 in #913
- Harrison/inference endpoint by @hwchase17 in #861
- Harrison/sql rows by @hwchase17 in #915
- Harrison/prompt template prefix by @hwchase17 in #888
- analyze document by @hwchase17 in #731
- fix docs custom prompt template by @hwchase17 in #917
- add reqs by @hwchase17 in #918
- remove unused buffer by @hwchase17 in #919
- add GoogleDriveLoader by @agola11 in #914
- Harrison/save faiss by @hwchase17 in #916
- Harrison/obsidian by @hwchase17 in #920
- Harrison/athropic by @hwchase17 in #921
- Harrison/ver0079 by @hwchase17 in #927
New Contributors
Full Changelog: v0.0.78...v0.0.79
v0.0.78
What's Changed
- Harrison/docs splitter by @hwchase17 in #879
- Add to gallery by @dartpain in #882
- prompt template from string by @hwchase17 in #884
- fix flaky tests by @hwchase17 in #892
- Get elements of ActionInput on newlines by @sjwhitmore in #889
- Check type of LLM.generate
prompts
arg by @baskaryan in #886 - Update pinecone init details in docs by @jamescalam in #898
- chat vector db chain by @hwchase17 in #902
- Harrison/unstructured support by @hwchase17 in #903
- update docs by @hwchase17 in #905
- bump version to 0078 by @hwchase17 in #908
New Contributors
- @dartpain made their first contribution in #882
- @jamescalam made their first contribution in #898
Full Changelog: v0.0.77...v0.0.78
v0.0.77
What's Changed
- docs by @hwchase17 in #848
- vercel deployments by @hwchase17 in #850
- Add alternative token-based text splitter by @kahkeng in #816
- Add retry to OpenAI llm by @agola11 in #849
- Harrison/milvus by @hwchase17 in #856
- fix length based example selector by @hwchase17 in #862
- pass kwargs through to loading by @hwchase17 in #863
- sql return direct by @hwchase17 in #864
- validate template by @hwchase17 in #865
- fix routing to tiktoken encoder by @hwchase17 in #866
- Correct prompt typo + update example for SQLDatabaseChain by @zachschillaci27 in #868
- Fix small typo in getting started docs by @ryan-m-walker in #876
- version 0077 by @hwchase17 in #878
New Contributors
- @kahkeng made their first contribution in #816
- @ryan-m-walker made their first contribution in #876
Full Changelog: v0.0.76...v0.0.77
v0.0.76
What's Changed
- Add 'truncate' parameter for CohereEmbeddings by @ephe-meral in #798
- add to gallery by @hwchase17 in #824
- Update init.py by @Razcle in #827
- Fix typo in textsplitter docs by @IstoraMandiri in #825
- Minor fix to SQLDatabaseChain doc by @zachschillaci27 in #826
- Minor fix for google search util: it's uncertain if "snippet" in results exists by @somejonus in #830
- Added new deployment template by @mernit in #835
- Fix typo in crawler.py by @eltociear in #842
- add from string method by @hwchase17 in #820
- Update PAL to allow passing local and global context to PythonREPL by @nickFurlotte in #774
- rfc: instruct embeddings by @hwchase17 in #811
- return code for pal by @hwchase17 in #844
- Harrison/ngram example by @hwchase17 in #846
- bump version to 0076 by @hwchase17 in #847
New Contributors
- @Razcle made their first contribution in #827
- @IstoraMandiri made their first contribution in #825
- @zachschillaci27 made their first contribution in #826
- @somejonus made their first contribution in #830
- @mernit made their first contribution in #835
- @nickFurlotte made their first contribution in #774
Full Changelog: v0.0.75...v0.0.76
v0.0.75
What's Changed
- add link for support by @hwchase17 in #793
- Harrison/add link for support by @hwchase17 in #794
- Harrison/tracing docs by @hwchase17 in #804
- Harrison/tracing docs by @hwchase17 in #806
- expose memory key name by @hwchase17 in #808
- enable mmr search by @hwchase17 in #807
- Centralize logic for loading from LangChainHub, add ability to pin dependencies by @rowillia in #805
- docs: Update langchain link to PyPI by @zurawiki in #800
- Pass kwargs from initialize_agent into agent classmethod by @jxnl in #799
- Fix documentation for 'model' parameter in CohereEmbeddings by @ephe-meral in #797
- Update cohere.py by @bair82 in #795
- return sql intermediate steps by @hwchase17 in #792
- conversational agent fix by @hwchase17 in #818
- Harrison/tf embeddings by @hwchase17 in #817
- bump version to 0075 by @hwchase17 in #819
New Contributors
- @zurawiki made their first contribution in #800
- @ephe-meral made their first contribution in #797
- @bair82 made their first contribution in #795
Full Changelog: v0.0.74...v0.0.75
v0.0.74
What's Changed
- update notebook and make backwards compatible by @hwchase17 in #772
- Add missing verb by @wunderalbert in #768
- Suggestions for better debugging by @amosjyng in #765
- increase text-davinci-003 contextsize to 4097 by @wskish in #748
- Harrison/add to search by @hwchase17 in #778
- Harrison/hf pipeline by @hwchase17 in #780
- Harrison/refactor agent by @hwchase17 in #781
- add model kwargs to handle stop token from cohere by @hwchase17 in #773
- fixing bash util by @hwchase17 in #779
- Sql prompt improvement by @fpingham in #787
- Sample row in table info for SQLDatabase (#769) by @hwchase17 in #782
- Harrison/fix caching bug by @hwchase17 in #788
- Harrison/tool decorator by @hwchase17 in #790
- bump version to 0074 by @hwchase17 in #791
New Contributors
- @wunderalbert made their first contribution in #768
- @wskish made their first contribution in #748
Full Changelog: v0.0.73...v0.0.74
v0.0.73
v0.0.72
What's Changed
- Add type information for crawler.py by @rowillia in #738
- Add params to reduce K dynamically to reduce it below token limit by @Who828 in #739
- Upper bound on number of iterations by @fpingham in #754
- add prompt type by @hwchase17 in #730
- (wip) Harrison/serialize agents by @hwchase17 in #725
- add loading chains from hub by @hwchase17 in #757
- output parser serialization by @hwchase17 in #758
- load agents from hub by @hwchase17 in #759
- Harrison/serialize from llm and tools by @hwchase17 in #760
- Serialize all the chains! by @sjwhitmore in #761
- add docs for loading from hub by @hwchase17 in #763
- bump version to 0072 by @hwchase17 in #767
New Contributors
Full Changelog: v0.0.71...v0.0.72