Searching is a fundamental concept in software, aimed at finding relevant information in a large dataset. Let’s see how Spring AI, PGVector, and Ollama can work together to implement semantic search in our applications.
Also find me here:
Baeldung Author
Alin Dragomir
I'm a software engineer eager to explore technologies and opportunities. My daily work revolves around Java and I am passionate about Programming, Cloud, Kubernetes, and the Internet of Things.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- Spring Boot (1)
- Security (1)
- JPA (1)
- Artificial Intelligence (1)
Sign CSR Using Bouncy Castle
Filed under Security
Learn how to sign a Certificate Signing Request (CSR) using the Bouncy Castle library.
Testcontainers With MongoDB in Java
Filed under Testing
Learn how to configure Testcontainers to work with MongoDB.
PersistenceUnit vs. PersistenceContext
Filed under JPA
Learn the main differences between PersistenceUnit vs. PersistenceContext in the JPA context.