admin

I normally use Python’s LangChain framework to communicate with OpenAI API. For a change, I wanted to see if Go has any libraries to access OpenAI and other LLMs. Interestingly I found that LangChainGo is a port of LangChain for Golang! I decided to implement a simple Completetion request in both streaming and non-streaming modes. Turned […]

Allegro Common Lisp ver 11.0 introduced support for OpenAI LLMs. In this article, let us look at some of the functions for interacting with OpenAI. First we need to specify basic parameters such as the API key, LLM to use, Temperature, etc. I have defined a convenient function configure-openai to do this (full source is included […]

In the last article I discussed an interesting word puzzle and showed how to solve it using Prolog. Here is the problem statement: “You are given two words of the same length. You have to transform the first word into the second word, by changing only one letter at a time. The additional constraint is that […]

Recently I came across a nice article by Jose Crespo, where the author stresses that the future of programming revolves around the application of math concepts such as Functor, Monads, Folds, etc. In addition, he argues that familiarity with C/C++ is essential in this modern AI age. The author goes through a toy example that uses […]

In an earlier article, I explained how to use OpenAI from Wolfram Mathematica ver 14.1. This latest release of Wolfram supports Semantic Search as well. In today’s article, let me discuss this feature. As in the case of using LLMs, using Semantic Search requires an account with one of the supported vendors. I will continue […]

Tamil language is known for its classical literature, especially the poetic forms built using exotic syntactic and semantic structure. The two most widely referenced books on Tamil Poetry grammar are Yapperungalakkarigai and Thandialangaram. I have had the pleasure of studying both as a High School student a few decades ago. They still continue to amaze me! […]

Algorithmic music composition is one of my favourite areas. And in terms of tools, as several of my past articles show, OpusModus software is the main choice. Recently I have been spending some time checking if ChatGPT could be cajoled into writing some good OpusModus code. But the experience has not been very positive; the code […]

I had written an earlier article showing how to use OpenAI models from Mathematica ver 14.0. Wolfram Mathematica ver 14.1 was released recently, with several improvements in the area of LLMs. Of course, there are many other core additions as well, but our focus is on LLMs in this article. This version supports many vendors other […]

We have covered several interesting features of “iHomoMate” in the earlier articles. In this article, we will take a look at the most important and most useful feature: Intelligent Case Analysis. Decades ago, when computer repertories were not available, Homeopaths used hard copies of Repertories to study a case and the confirm the remedy with […]
Recent Comments