Liking cljdoc? Tell your friends :D

bosquet.memory.retrieval


content-similarity-thresholdclj


memory-content-fnclj


memory-object-sizecljmultimethod


memory-objects-limitclj

A limit on how many objects are to be retrieved from the memory.

Note that it does not deal with tokens. Thus even a single memory object might be over the token limit

A limit on how many objects are to be retrieved from the memory.

Note that it does not deal with tokens. Thus even a single memory
object might be over the token limit
raw docstring

memory-tokens-limitclj

A limit on how many tokens are to be retrieved from the memory across different memory objects.

A limit on how many tokens are to be retrieved from the memory across
different memory objects. 
raw docstring

recall-cueclj

Cued recall refers to retrieving information from long-term memory using aids or cues.

Cued recall refers to retrieving information from long-term memory using aids or cues.
raw docstring

recall-freeclj

Free recall is a common task in the psychological study of memory. In this task, participants study a list of items on each trial, and then are prompted to recall the items in any order.

Free recall is a common task in the psychological study of memory. In this task,
participants study a list of items on each trial, and then are prompted to recall the items
in any order.
raw docstring

recall-sequentialclj

Serial recall is the ability to recall items or events in the order in which they occurred. The ability of humans to store items in memory and recall them is important to the use of language.

Serial recall is the ability to recall items or events in the order in which they occurred.
The ability of humans to store items in memory and recall them is important to the use of language.
raw docstring

take-while-tokensclj

(take-while-tokens {object-limit memory-objects-limit
                    token-limit memory-tokens-limit
                    content-fn memory-content-fn
                    model llm/model
                    llm llm/service
                    :or {object-limit 100 token-limit 4000 content-fn identity}}
                   objects)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close