Releases: langchain-ai/langchain
Releases · langchain-ai/langchain
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
v0.0.71
What's Changed
- add tracing support to langchain by @agola11 in #741
- bump version to 0071 by @hwchase17 in #755
Full Changelog: v0.0.70...v0.0.71
v0.0.70
What's Changed
- clarify use cases by @hwchase17 in #711
- Hotfix: Qdrant.from_text embeddings by @kacperlukawski in #713
- Convert numpy arrays to lists in HuggingFaceEmbeddings by @kacperlukawski in #714
- Add namespace to Pinecone.from_index by @feynmanliang in #716
- Fix not imported 'validator' by @shanginn in #715
- fix a url by @I-E-E-E in #719
- fix typos in readme and text splitter docs by @samheutmaker in #720
- Harrison/serialize llm chain by @hwchase17 in #671
- move hyde into chains by @scadEfUr in #728
- add stop to stream by @hwchase17 in #729
- Harrison/generate blog post by @hwchase17 in #732
- Fix sqlalchemy warnings when running tests by @amosjyng in #733
- Hotfix: distance_func and collection_name must not be in kwargs by @fpingham in #735
- Harrison/backwards compat by @hwchase17 in #740
- bump version to 0.0.70 by @hwchase17 in #744
New Contributors
- @shanginn made their first contribution in #715
- @I-E-E-E made their first contribution in #719
- @samheutmaker made their first contribution in #720
Full Changelog: v0.0.69...v0.0.70
v0.0.69
What's Changed
- remove legacy embedding model name by @scottleibrand in #703
- langchain hub docs by @hwchase17 in #704
- docs: Update vector_db_qa_with_sources.ipynb by @nickscamara in #706
- Fix typo by @feynmanliang in #705
- bump version to 0069 by @hwchase17 in #710
New Contributors
- @feynmanliang made their first contribution in #705
Full Changelog: v0.0.68...v0.0.69
v0.0.68
What's Changed
- verbose flag by @hwchase17 in #683
- docs: small typo google_search.md by @nickscamara in #692
- docs: small typo on serpapi.md by @nickscamara in #693
- chore: move coverage config to pyproject by @SauravMaheshkar in #694
- Harrison/serpapi extra tools by @hwchase17 in #691
- Update examples to fix execution problems by @amosjyng in #685
- fix whitespace for conversational agent by @hwchase17 in #690
- Harrison/openai callback by @hwchase17 in #684
- HuggingFacePipeline: Forward model_kwargs. by @xloem in #696
- added common prompt load method by @scadEfUr in #699
- version 0068 by @hwchase17 in #701
New Contributors
- @SauravMaheshkar made their first contribution in #694
- @amosjyng made their first contribution in #685
- @xloem made their first contribution in #696
- @scadEfUr made their first contribution in #699
Full Changelog: v0.0.67...v0.0.68