Tag Archives: GenAI
On Monday we had our final submission day for the MariaDB AI RAG Hackathon. We got several high quality replies in both tracks: integration and innovation.
The quality was so high that we are keen to replicate this hackathon in other locations and are currently looking for cooperation partners. We are truly grateful to the Helsinki Python meetup group without which this would not have been possible. They have a great community, organise excellent events, and played a key role in making the hackathon happen.
We are now reviewing the submissions together with the Helsinki Python meetup group.
…
Continue reading “Impressive Submissions at the MariaDB AI RAG Hackathon”
We at MariaDB Foundation are thrilled to see Amazon at the forefront of applying artificial intelligence to open source contributions — with MariaDB as their pilot.
At the May 6th MariaDB meetup in Bremen, Bardia Hassanzadeh, PhD, presented the Upstream Pilot tool: an AI-based assistant designed to help developers identify, analyze, and resolve open issues in MariaDB more effectively.
This initiative is the most promising we’ve seen for improving the open source contribution process. Bardia and Hugo Wen of Amazon gave us a preview last week and we were already very impressed.
…
Continue reading “Amazon’s AI-agents for MariaDB Contributions”
The ideation phase of the MariaDB AI RAG Hackathon is nearing its deadline on Monday (by end of March).
We have several cool submissions so far. One is about combining the Knowledge Graph and LLMs, using MariaDB Vector Nearest Neighbour Search. Another one is about an “advanced context diff”, identifying the differences between two text corpuses based not on their literal wording, but on their content.
All of the current submissions are in the Innovation track. We would particularly like submissions in the Integration track – to add MariaDB to frameworks such as these, or other apps.
…
One week left to join the AI RAG Hackathon with MariaDB Vector and Python!
Winners get to demo at the Helsinki Python meetup in May, receive merit and publicity from MariaDB Foundation and Open Ocean Capital, and prizes from Finnish verkkokauppa.com.
To participate, gather a team (1-5 people) and submit an idea by the end of March for one of the two tracks. You then have until May 5th to develop the idea before the meetup 27th May.
- Integration track: Enable MariaDB Vector in an existing open source project or AI-framework.
…
The day has come that you have been waiting for since the ChatGPT hype began: You can now build creative AI apps using your own data in MariaDB Server! By creating embeddings of your own data and storing them in your own MariaDB Server, you can develop RAG solutions where LLMs can efficiently execute prompts based on your own specific data as context.
Why RAG?
Retrieval-Augmented Generation (RAG) creates more accurate, fact-based GenAI answers based on data of your own choice, such as your own manuals, articles or other text corpses. RAG answers are more accurate and fact-based than general Large Language Models (LLM) without having to train or fine-tune a model.
…
Continue reading “Try RAG with MariaDB Vector on your own MariaDB data!”