Product

Introducing PiyAPI v2.0: The Memory Layer for AI

PiyAPI TeamJanuary 20, 20265 min read

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

  • Automatic PHI detection with 99.2% accuracy
  • Real-time redaction in API responses
  • Audit trail for all PHI access
  • HIPAA-compliant by default
  • 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:

  • Multi-modal memory (images, audio)
  • Custom embedding models
  • On-premise deployment options
  • Thank you for building with PiyAPI!

    AI
    Memory
    Product

    Related Posts

    Technical

    Semantic Search Explained: Beyond Keyword Matching

    How vector embeddings enable meaning-based search and why it matters for AI applications.

    Read more
    Compliance

    Building HIPAA-Compliant AI Applications

    A guide to handling Protected Health Information (PHI) in AI systems with automatic detection and redaction.

    Read more

    Ready to build with PiyAPI?

    Start adding intelligent memory to your AI applications today.