Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pathway-0.24.0-cp310-abi3-manylinux_2_28_aarch64.whl | 2025-06-26 | 66.9 MB | |
pathway-0.24.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | 2025-06-26 | 68.9 MB | |
pathway-0.24.0-cp310-abi3-macosx_11_0_arm64.whl | 2025-06-26 | 60.2 MB | |
pathway-0.24.0-cp310-abi3-macosx_10_15_x86_64.whl | 2025-06-26 | 62.9 MB | |
README.md | 2025-06-26 | 1.0 kB | |
v0.24.0 source code.tar.gz | 2025-06-26 | 189.7 MB | |
v0.24.0 source code.zip | 2025-06-26 | 192.6 MB | |
Totals: 7 Items | 641.2 MB | 0 |
Added
pw.io.mqtt.read
andpw.io.mqtt.write
methods for reading from and writing to MQTT.
Changed
pw.xpacks.llm.embedders.SentenceTransformerEmbedder
andpw.xpacks.llm.llms.HFPipelineChat
are now computed in batches. The maximum size of a single batch can be set in the constructor with the argumentmax_batch_size
.- BREAKING Arguments
api_key
andbase_url
forpw.xpacks.llm.llms.OpenAIChat
can no longer be set in the__call__
method, and instead, if needed, should be set in the constructor. - BREAKING Argument
api_key
forpw.xpacks.llm.llms.OpenAIEmbedder
can no longer be set in the__call__
method, and instead, if needed, should be set in the constructor. pw.io.postgres.write
now accepts arbitrary types for the values of thepostgres_settings
dict. If a value is not a string, Python'sstr()
method will be used.
Removed
pw.io.kafka.read_from_upstash
has been removed, as the managed Kafka service in Upstash has been deprecated.