Gemma explained: RecurrentGemma architecture
RecurrentGemma architecture showcases a hybrid model that mixes gated linear recurrences with local sliding window attention; a highly valuable feature when you're concerned about exhausting your LLM's context window.
Gemma explained: What’s new in Gemma 2
Gemma 2 is a new suite of open models that sets a new standard for performance and accessibility, outperforming popular models more than twice its size.
Gemma for Streaming ML with Dataflow
Use the Gemma language model to gauge customer sentiment, summarize conversations, and assist with crafting responses in near real-time with minimal latency.
How We Built Purrfect Code: A Puzzle Game for Developers
Purrfect Code is a sokoban style box pushing puzzler Purrfect based on Google tech (Flutter, IDX, FLAME, Firebase) and designed to be playable on web browsers. Open the game in Project IDX, earn badges for each level, and showcase your badges on your D...
The I/O journey continues in Bengaluru
Google's I/O Connect event in Bengaluru highlighted India's contributions to AI and introduced new tools for app development, including AI agents for coding and testing.
Enabling more private generative AI
Google has developed a number of technologies that you can use to start experimenting with and exploring the potential of generative AI to process data that needs to stay private.
3 fun Gemma project ideas
Use Gemma models to translate an old language, brainstorm game design ideas, and write a letter to Santa.
Kong API platform adds service catalog
API infrastructure platform provider Kong has updated its Kong Konnect API platform with the Konnect Service Catalog, a de facto system of record that enables greater visibility and stronger management of all APIs in a company’s IT infrastructure, t...
Using the Pinecone vector database in .NET
If you’re building generative AI applications, you need to control the data used to generate answers to user queries. Simply dropping ChatGPT into your platform isn’t going to work, especially if you’re using proprietary data that wasn’t part ...
Using PostgreSQL as a vector database in RAG
PostgreSQL with the pgvector extension allows tables to be used as storage for vectors, each of which is saved as a row. It also allows any number of metadata columns to be added. In an enterprise application, this hybrid capability of storing both ve...