v0.2.0
What's Changed
- Fix OpenAI env var names in READMEs by @cbornet in #528
- Add an example on how to implement websocket clients (javascript) by @nicoloboschi in #527
- Cli: include .bat file in the tarball by @nicoloboschi in #530
- OpenAI: implement logprobs (preparation for the FLARE pattern) by @eolivelli in #531
- [agents] New agent 'dispatch' for message routing by @eolivelli in #536
- Add support for PDF, doc, ppt, and other file types in Python/LangChain by @cbornet in #539
- Add dry-run apps deployment by @nicoloboschi in #533
- Fix placeholder resolution for non string fields by @cbornet in #550
- Add example using a configurable LangChain document loader by @cbornet in #543
- New http-request agent by @nicoloboschi in #537
- Add Azure blob storage source by @nicoloboschi in #546
- Add e2e test for S3 source by @nicoloboschi in #552
- Fix WebCrawler handle-cookies option by @nicoloboschi in #553
- New UI for apps monitoring and testing by @nicoloboschi in #551
- Improve Langchain document example by @cbornet in #557
- Improve apps logs command for CrashLoopBack and add JSON format by @nicoloboschi in #559
- Apps UI: support chat gateways by @nicoloboschi in #560
- Upgrade jandex maven plugin by @nicoloboschi in #558
- Add Chatbot UI to examples by @mfortman11 in #556
- Implementations to build the Flare (Forward-Looking Active REtrieval augmented generation) pattern with LangStream by @eolivelli in #548
- Switch the env var prefix to REACT_APP by @cdbartholomew in #563
- CLI UI: add mermaid diagram by @nicoloboschi in #562
- App UI: escape HTML and render markdown (optional) by @nicoloboschi in #566
New Contributors
- @mfortman11 made their first contribution in #556
Full Changelog: v0.1.0...v0.2.0