- Embedding
Represents words (or other real-world objects) in a form that a computer can work with. For example, a word is represented by an array of floats. - Fuzzy Search
is a text search that takes into account imperfections in the spelling of some names (e.g. typos) and a different spelling of some words (e.g. inflection or phonetic spelling) - Function calling
open AI rest API parameters which help unify the response of the API. It’s a part of the prompt, so it’s using tokens. - RAG (Retrieval-Augmented Generation)
Connecting LLM with external data (websites, files, etc.) - ReAct Prompting
Leave a Reply