Introducing PiyAPI v2.0: The Memory Layer for AI
Today, we're thrilled to announce **PiyAPI v2.0** - the most significant update to our AI memory infrastructure since launch.
What's New
Hybrid Search
Our new hybrid search combines semantic understanding with traditional keyword matching, delivering more accurate results across your memory store.
const results = await client.search.hybrid({
query: "patient blood pressure readings",
limit: 10,
semanticWeight: 0.7, // Balance between semantic and keyword
});
Knowledge Graph Visualization
Explore connections between your memories with our new interactive graph view. See how concepts relate to each other and discover hidden patterns in your data.
Enhanced PHI Protection
Getting Started
Upgrading is seamless - all v1 APIs remain compatible. Check out our [migration guide](/docs) for details on new features.
What's Next
We're already working on v2.1 with:
Thank you for building with PiyAPI!