v0.0.2
davidmigloz
released this
23 Jul 15:43
·
570 commits
to main
since this release
2023-07-23
Changes
Packages with changes:
langchain
- v0.0.2
- FIX: OpenAIQAWithSourcesChain throws exception. (45c6cb9d)
- FEAT: Add support for SummarizeChain (#58). (9499fc04)
- FEAT: Add support for SequentialChain class (#30). (381a6768)
- FEAT: Add support for WebBaseLoader (#74). (0b5bf4b0)
- FEAT: Add Support for JsonLoader (#72). (2457a973)
- FEAT: Add support for MapReduceDocumentsChain (#59). (9f2190c4)
- FEAT: Add support for ReduceDocumentsChain (#70). (34cf10bd)
- FEAT: Support estimating the number of tokens for a given prompt (#3). (e22f22c8)
- FEAT: Add support for CodeTextSplitter (#63). (92a8c7da)
- FEAT: Add support for RecursiveCharacterTextSplitter (#61). (697cdcbf)
- DOCS: Document sequential chain. (b9693a4e)
- DOCS: Document text, json and web loaders. (a95b3e9f)
- DOCS: Update API docs. (7bfa6d17)
- DOCS: Update readme. (dd394715)
langchain_openai
- v0.0.2
- FIX: OpenAIQAWithSourcesChain throws exception. (45c6cb9d)
- FEAT: Support estimating the number of tokens for a given prompt (#3). (e22f22c8)
New Contributors
- @faithoflifedev made their first contribution in #73
- @ITP2023 made their first contribution in #66