Blog - page 2

Stay up to date with the latest articles and news from Infinispan.

Infinispan kNN Vector Search

December 13, 2023    Tags: search vector knn indexing embeddings

With Infinispan 15.0.0.Dev06, we have started to expose vector search capabilities using Infinispan’s indexed queries. Using the newly introduced kNN predicate, it is possible to find and order results by the k nearest neighbors of a given vector. Mapping the embe...

Reviving MongoDB cache store

May 04, 2023    Tags: cache store mongodb persistence

After a long period of inactivity, the MongoDB store is now back to life. It has been upgraded to work with Infinispan 15. Reactive MongoDB driver Since the Infinispan cache store API is now fully reactive, the store has also been modified to use the reactive MongoDB ...

Infinispan 15.0.0.Dev01

April 24, 2023    Tags: release development

Infinispan 15.0.0.Dev01 marks the beginning of a new development cycle, and there are a number of notable changes that we are making that deserve a detailed post. Bye bye, Java EE, Hello Jakarta EE We’ve made the decision to drop Java EE support completely and f...

Infinispan 14.0.7.Final

March 13, 2023    Tags: release development

We rarely do announcements for micro-releases, but 14.0.7.Final is a bit special, because it finally adds support for Spring 6 and Spring Boot 3. Spring Framework 6 and Spring Boot 3 We now ship components to support Spring Framework 6 and Spring Boot 3: <depend...

Infinispan 14 supporting duplicates on multimap

October 02, 2022    Tags: multimap

Dear Infinispan community, With the Infinispan 14 development release 04 multimap cache supports duplicates. By default supportsDuplicates is set to false and can be configured during initialization. The following is an example on how you can set multimap to support d...

Infinispan 14.0.0.Final

September 29, 2022    Tags: release development

Flying saucers are probably the most common type of UFO. They are sleek and shiny and, most importantly, they come in peace bringing lots of goodies from outer space! Just like Infinispan 14! Oh, and the fact that it’s also the name of a beer is no sheer coincidence. ...

Infinispan Node.js client supports query

September 25, 2022    Tags: hotrod Node.js client javascript release Protobuf query

Node.js Client 0.10.0 Infinispan Node.js client version 0.10.0 was released last week with added support of query with application/x-protostream data format. Up until now, our Node.js client only supported text/plain and application/json data formats. application/x-protos...

Creating cache with wizard - Infinispan 14

September 13, 2022    Tags: console

Dear Infinispan Community, An effective and concise way to create a cache with Infinispan Console is here. Creating a cache will now be effortless and user-centric with a wizard based intuitive approach. With the series of prompts, now user can create a cache just by se...

Tags
See All