RavenDB 7.1The Gen AI release
Last week we released RavenDB 7.1, the Gen AI release. In general, this year is turning out to be all about AI for RavenDB, with features such as vector search and embedding generation being the highlights of previous releases.
The Gen AI release lets you run generative AI directly on your documents and directly inside the database. For example, I can have the model translate my product catalog to additional languages whenever I make an update there, or ask the model to close comments on the blog if it only gets spam comments.
The key here is that I can supply a prompt and a structured way for RavenDB to apply it, and then I can apply the model. Using something like ChatGPT is so easy, but trying to make use of it inside your systems is anything but. You have to deal with a large amount of what I can only describe as logistical support nonsense when all you want is just to get to the result.
This is where Gen AI in RavenDB shines. You can see a full demonstration of the feature by Dejan Miličić (including some sneak peeks of even more AI features) in the following video.
Here is one example of a prompt that you can run, for instance, on this very blog ☺️.
And suddenly, you have an AI running things behind the scenes and making things easier.
The Gen AI feature makes it possible to apply generative AI in a structured, reliable, and easy manner, making it possible to actually integrate with the model of your choice without any hassles.
Please take a look at this new feature - we’d love to hear your feedback.
More posts in "RavenDB 7.1" series:
- (11 Jul 2025) The Gen AI release
- (18 Mar 2025) One IO Ring to rule them all
- (19 Feb 2025) Clocking at 200 fsync/second
- (17 Feb 2025) Shared Journals
- (14 Feb 2025) Reclaiming disk space
- (12 Feb 2025) Write modes
- (10 Feb 2025) Next-Gen Pagers
Comments
Comment preview
Join the conversation...