Skip to content

v0.1.2

Compare
Choose a tag to compare
@tmc tmc released this 29 Dec 01:00
· 465 commits to main since this release

What's Changed

  • embeddings: Fix BatchTexts function by @jaylalakiya in #453
  • vectorstores: fix chroma not return score from SimilaritySearch by @Abirdcfly in #449
  • Feat: use chains callback as streaming func by @chyroc in #447
  • fix: avoid panic when call openai.NewChat() and openai.New() by @h3l in #460
  • support callback handler to llm chain by @h3l in #461
  • add StopReason field in Generation struct. by @me020523 in #458
  • feat: callbacks.Handler support handle error by @chyroc in #457
  • vectorstores: fix weaviate not return score from SimilaritySearch by @Abirdcfly in #454
  • Feat: support render prompt template with jinjia2 by @chyroc in #450
  • memory: add ConversationWindowBuffer by @Abirdcfly in #411
  • feat: support combine multi callbacks by @chyroc in #446

New Contributors

Full Changelog: v0.1.1...v0.1.2