Skip to content

v0.0.4

Compare
Choose a tag to compare
@davidmigloz davidmigloz released this 05 Aug 14:23
· 549 commits to main since this release
fb18dab

2023-08-05

Changes


Packages with changes:


langchain - v0.0.4

  • REFACTOR(memory): Extract default memory key and prefixes to constants. (750fd01a)
  • FIX(agents): systemChatMessage was ignored in OpenAIFunctionsAgent (#86). (cfe1e009)
  • FIX(agents): Allow to add memory to an agent executor (#80). (8110464c)
  • FEAT(memory): Add ConversationSummaryMemory (#27). (f631d9e5)
  • FEAT(agents): Support LLMChain in OpenAIFunctionsAgent and memory. (bd4a1cb9)
  • FEAT(chains): Return ChatMessage when LLMChain used with ChatModel. (bb5f4d23)
  • FEAT(chat-models): Add FakeChatModel for testing purposes. (659783a6)
  • FEAT(memory): Add support for ConversationTokenBufferMemory (#26). (8113d1c0)
  • FEAT: Improve SummarizeChain.mapReduce summaryMaxTokens name and docs. (0be06e02)
  • FEAT(doc-loaders): Add support for CsvLoader (#77). (41d24e76)
  • FEAT(memory): Add ConversationBufferWindowMemory (#25). (9c271f7e)

langchain_openai - v0.0.4

  • FIX(agents): systemChatMessage was ignored in OpenAIFunctionsAgent (#86). (cfe1e009)
  • FEAT(agents): Support LLMChain in OpenAIFunctionsAgent and memory. (bd4a1cb9)
  • FEAT(chains): Return ChatMessage when LLMChain used with ChatModel. (bb5f4d23)

New Contributors

  • @mauricepoirrier made their first contribution in #76
  • @orenagiv made their first contribution in #86

Recurring Contributors