Fastapi-async-langchain

Latest version: v0.5.3

Safety actively analyzes 623239 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.5.3

What's Changed
* fix: bump langchain version and update dependency filter by ajndkr in https://github.com/ajndkr/fastapi-async-langchain/pull/38


**Full Changelog**: https://github.com/ajndkr/fastapi-async-langchain/compare/v0.5.2...v0.5.3

0.5.2

What's Changed
* fix: add missing callback handlers for `ConversationalRetrievalChain` by rogalvil in https://github.com/ajndkr/fastapi-async-langchain/pull/34


**Full Changelog**: https://github.com/ajndkr/fastapi-async-langchain/compare/v0.5.1...v0.5.2

0.5.1

What's Changed
* chore: update project metadata by ajndkr in https://github.com/ajndkr/fastapi-async-langchain/pull/33


**Full Changelog**: https://github.com/ajndkr/fastapi-async-langchain/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* feat: auto-detect callback handler to improve response class usage by ajndkr in https://github.com/ajndkr/fastapi-async-langchain/pull/32

Breaking Changes

- v0.5.0 introduces a major refactor to the `callbacks` module. Callback handler classes are reworked based on parent-child chain type relations.
- The `responses` module is refactored to use a singular `StreamingResponse` class to stream LLM output instead of multiple response class per chain type. This is done via auto-detecting the callback handler based on the chain type.
- The `websockets` module is refactored to use a singular `WebsocketConnection` class to establish a websocket connection with client instead of multiple websocket connection classes per chain type. This is done via auto-detecting the callback handler based on the chain type.

**Full Changelog**: https://github.com/ajndkr/fastapi-async-langchain/compare/v0.4.5...v0.5.0

0.4.5

:ambulance: minor hotfix

**Full Changelog**: https://github.com/ajndkr/fastapi-async-langchain/compare/v0.4.4...v0.4.5

0.4.4

What's Changed
* feat: add `StreamingResponse` support for `ConversationalRetrievalChain` chain type by rogalvil in https://github.com/ajndkr/fastapi-async-langchain/pull/16


**Full Changelog**: https://github.com/ajndkr/fastapi-async-langchain/compare/v0.4.3...v0.4.4

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.