You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pw.io.http.rest_connector can now generate Open API 3.0.3 schema that will be returned by the route /_schema.
Wrappers for OpenAI Chat and Embedding services are now added to Pathway xpack for LLMs.
A vector indexing pipeline that allows querying for the most similar documents. It is available as class VectorStore as part of Pathway xpack for LLMs.
Fixed
pw.debug.table_from_markdown now uses schema parameter (when set) to properly assign simple types (int, bool, float, str, bytes) and optional simple types to columns.