Java and the OpenAI API: Index and Search With Milvus Once you've persisted your Embeddings, you should index them. That makes searches a whole lot quicker.
Java and the OpenAI API: How to Persist Embeddings With Milvus Once you're ready to start taking Embeddings seriously, you should persist them so you don't have to retrieve them over and over again.
Java and the OpenAI API: Create a Search Engine With Embeddings One of the coolest features of Microsoft's OpenAI API is that it enables you to quickly create a search engine.
Java and the OpenAI API: Which Model Should You Choose? Models, models everywhere but which one can really think?
Java and the OpenAI API: Put Some Creativity in Your Responses by Setting the Temperature Microsoft's OpenAI API doesn't just give you basic answers to questions. It can also throw some artistic flair in its responses. And you can tell it to do that by setting the temperature.
Java and the OpenAI API: Let's Get This Ball Rolling Looking for an intro to developing Java applications with Microsoft's OpenAI API? I gotcha covered. This will be the first part of a series.
Mockito: How to Verify a Method Ran a Specific Number of Times Sometimes, knowing that a method ran just isn't good enough.