Jignesh Patel
Jignesh Patel
  • 5
  • 1 654
AI Vector Search in Oracle
AI Vector Search in Oracle Database is a new, transformative way to intelligently, efficiently, and accurately search business data by using AI techniques to search data by semantics, or meaning. With the inclusion of a new VECTOR data type, new approximate search indexes, and new SQL operators and extensions, enterprise companies can quickly and easily leverage AI Vector Search to build modern, generative AI applications in just a few lines of SQL. And with this simplicity comes power, as AI Vector Search is fully integrated with Oracle’s enterprise-grade functionality such as transactions and scale-out capabilities. This talk will focus on the technology behind Oracle AI Vector Search, with a deep dive into its underlying mechanics and overall benefits.
Speaker Bio: Shasank Chavan is the Vice President of the In-Memory Data and AI Technologies group at Oracle. He leads an organization of brilliant engineers working on the nexus between AI systems and modern databases. His team is currently hyper-focused on developing the next-generation, AI-centric data storage engine, designed for in-memory OLTP, Analytics and Vector Search capabilities to power the AI and Generative AI revolution to come. Shasank earned his BS/MS in Computer Science at the University of California, San Diego. He has accumulated 50+ patents over a span of 26 years working on systems software technology.
Переглядів: 126

Відео

Snowflake
Переглядів 5877 годин тому
Dan Sotolongo, Principal Software Engineer at Snowflake, artfully describes their data platform by tracing the history of Snowflake, connecting it to the rich legacy of parallel databases, and bringing it to the present by outlining Snowflake's inner workings. It's a must-watch for anyone interested in understanding Snowflake's functionality or the history of database systems.
SQL Extension for Continuous Processiong in Snowflake.
Переглядів 24328 днів тому
Nikhil Shah, Bowei Chen, Dan Sotolongo, Olivia Zhou, and Eli Ruiz visited CMU in September. Here is Dan presenting the new continuous query processing feature planned for Snowflake.
Oracle's talk on JSON Relational duality
Переглядів 301Місяць тому
Three VPs (1 SVP and 2 VPs) from @Oracle gave a talk @CMUDatabaseGroup on their brand new feature: mixing JSON and Relational models in the same engine, and making them play nice with each other.
Beyond SQL: Dataframes in the Database (Devin Petersohn, Snowflake)
Переглядів 5756 місяців тому
Dataframes are popular tools for interacting with and exploring data, but they are not as well understood nor as deeply studied as databases. Python’s pandas. and Apache Spark are two of the most popular dataframes in use by data practitioners, but even these are extremely different from each other in terms of guarantees and user expectations. In this talk, we will explore these differences and...