Liking cljdoc? Tell your friends :D

bosquet.memory.retrieval


content-similarity-thresholdclj

source

memory-contentclj

source

memory-object-sizecljmultimethod

source

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
sourceraw 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. 
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

take-while-tokensclj

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

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

× close