On Clean Code
The more experience I gain in AI model development and deployment, the more I realize how important it is to write high-quality code. This realization led me to explore books on software craftsmans...
The more experience I gain in AI model development and deployment, the more I realize how important it is to write high-quality code. This realization led me to explore books on software craftsmans...
Fine-tuning a model involves updating it with new data to enhance its performance. This includes generating better results, reducing hallucinations, including more data holistically, and lowering b...
As discussed in previous posts, LlamaIndex offers a toolkit that enables the establishment of a query interface around data for various tasks using LLMs. One of these functionalities allows for the...
Tools like LlamaIndex have made it easier to create RAG systems. As of now, the main challenge isn’t building them, making a basic RAG demo is quite simple. The real difficulty lies in crafting a s...
This post is based on this excellent article that discusses the different ways that RAG can fail during the stages of retrieval of data, augmentation of this information, and generation process. Th...
Operating an LLM on a simple computer can be a challenge and this is where quantization plays a critical role as it reduces the precision of numbers in the model. For example, it might change from ...
I’m convinced that the most effective way to learn is through hands-on experiments. Engaging with actual code allows you to grasp how things function and assess the strengths and weaknesses of vari...
The following text is my own take on this excellent interview where Arjun Prakash (CEO of Distyl AI) and Jerry Liu (CEO of LlamaIndex) discuss the hurdles and opportunities of Generative AI solutio...
LLMs can become outdated due to infrequent updates, relying on training data that might be several years old. When seeking information not publicly available or absent from the specific model’s tra...
The next topic was covered greatly and in more detail in this YouTube live session. This is my own interpretation on what was discussed there. 2023 will probably be remembered as the year of the b...