Stoarge optimized for transactional workloads vs optimized for analytics
Log: an append-only sequence of records
IndexAn index is an additional stru
...
Prompt Engineering Guide
Few-shot promptsAllows us to provide exemplars in prompts to steer the model towards better performance.
Chain-of-Thought (Co
...
Cookbook 1 - ConceptsCookbook 2 - Usecases
There are two types of language models, which in LangChain are called:
LLMs: this is a language model whic
...
Ajax PollingPolling is a standard technique used by the vast majority of AJAX applications. The basic idea is that the client repeatedly polls (or req
...
References: https://lethain.com/introduction-to-architecting-systems-for-scale/
Message QueuesMessage queues allow your web applications to quickly pu
...