v0.1.2
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
- @jaylalakiya made their first contribution in #453
- @h3l made their first contribution in #460
- @me020523 made their first contribution in #458
Full Changelog: v0.1.1...v0.1.2