Releases: langchain-ai/langchain
Releases · langchain-ai/langchain
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
v0.0.67
What's Changed
- Create CITATION.cff by @trigaten in #672
- Harrison/load tools kwargs by @hwchase17 in #681
- Update hyperlink in Custom Prompt Template page by @frankolson in #677
- strip whitespace by @hwchase17 in #680
- Harrison/few shot yaml by @hwchase17 in #682
- add faiss local saving/loading by @rvorias in #676
- Fix typo in hyde.ipynb by @eltociear in #688
- ConversationEntityMemory: Chain which uses an entity extraction & sum… by @sjwhitmore in #678
- bump version to 0.0.67 by @hwchase17 in #689
New Contributors
- @trigaten made their first contribution in #672
- @frankolson made their first contribution in #677
- @rvorias made their first contribution in #676
Full Changelog: v0.0.66...v0.0.67
v0.0.66
What's Changed
- pinecone docstring by @hwchase17 in #654
- typo by @jmgb27 in #650
- typo bugfixes in getting started with prompts by @charlesfrye in #651
- Add search_kwargs option for VectorDBQAWithSourcesChain by @iocuydi in #657
- Harrison/bing wrapper by @hwchase17 in #656
- fix caching by @hwchase17 in #658
- Add ids parameter for pinecone from_texts / add_texts by @iocuydi in #659
- Prompt fix for empty intermediate steps in summarization by @vertinski in #660
- add search kwargs by @hwchase17 in #664
- Harrison/quadrant by @hwchase17 in #665
- bump version to 0066 by @hwchase17 in #667
New Contributors
- @jmgb27 made their first contribution in #650
- @charlesfrye made their first contribution in #651
- @vertinski made their first contribution in #660
Full Changelog: v0.0.65...v0.0.66