Introduction To LangChain

LangChain is an open-source framework designed to help developers build applications that leverage language models (LLMs) like GPTs and other AI-based models. It provides tools and abstractions to simplify the process of building applications that involve language generation, retrieval, summarization, question answering, and other tasks where the core is natural language processing (NLP).

Read More

A Condensed History of The Holy Land

The Holy Land, centered around Jerusalem, is the region in the Middle East which is considered sacred by Judaism, Christianity, and Islam due to its significance in their respective religious histories and scriptures. It has changed hands between different ethnic groups and empires. It has seen never-ending strife. When peace comes to this land is probably when peace comes to this world.

Read More

Customizing LLMs: Retrieval Augmented Generation

Retrieval Augmented Generation or RAG is a technique that enables generative artificial intelligence (Gen AI) models to retrieve and incorporate new information. It modifies interactions with a large language model (LLM) so that the model responds to user queries with reference to a specified set of documents, using this information to supplement information from its pre-existing training data. This allows LLMs to use domain-specific and/or updated information (Wikipedia) . It is another fundamental LLM customization technique that is relatively simple, low-cost, and still requires no model modifications.

Read More