LLMlight
Background
Background
Schematic Overview
Installation
Installation
Uninstalling
Functions
Algorithm
Get Available LLM Models
Preprocessing & Chunking
Embedding & Local Storage
RAG with Statistical Validation
Examples
Basic Prompting
Working with Files (PDFs)
Create Summaries
Saving and Loading
Saving
Loading
Memory Management
Advanced: Load Existing Memory and Continue
Documentation
Coffee
Medium Blog
Github
Citing
API References
Index
LLMlight
Index
Index
C
|
D
|
F
|
G
|
L
|
M
|
P
|
R
|
S
|
W
C
check_logger() (LLMlight.LLMlight.LLMlight method)
chunk_wise() (LLMlight.LLMlight.LLMlight method)
compute_context_strategy() (LLMlight.LLMlight.LLMlight method)
compute_max_tokens() (in module LLMlight.LLMlight)
compute_probability() (LLMlight.LLMlight.LLMlight method)
compute_tokens() (in module LLMlight.LLMlight)
convert_messages_to_model() (in module LLMlight.LLMlight)
convert_verbose_to_new() (in module LLMlight.LLMlight)
D
disable_tqdm() (in module LLMlight.LLMlight)
download() (LLMlight.LLMlight.wget method)
F
filename_from_url() (LLMlight.LLMlight.wget method)
fit_transform() (LLMlight.LLMlight.LLMlight method)
G
get_available_models() (LLMlight.LLMlight.LLMlight method)
get_embeddings() (in module LLMlight.LLMlight)
get_full_path() (LLMlight.LLMlight.LLMlight method)
get_logger() (in module LLMlight.LLMlight)
global_reasoning() (LLMlight.LLMlight.LLMlight method)
L
LLMlight (class in LLMlight.LLMlight)
LLMlight.LLMlight
module
load_local_gguf_model() (in module LLMlight.LLMlight)
M
memory_add() (LLMlight.LLMlight.LLMlight method)
memory_chunks() (LLMlight.LLMlight.LLMlight method)
memory_init() (LLMlight.LLMlight.LLMlight method)
memory_load() (LLMlight.LLMlight.LLMlight method)
memory_save() (LLMlight.LLMlight.LLMlight method)
module
LLMlight.LLMlight
P
prompt() (LLMlight.LLMlight.LLMlight method)
R
read_pdf() (LLMlight.LLMlight.LLMlight method)
relevant_context_retrieval() (LLMlight.LLMlight.LLMlight method)
relevant_memory_retrieval() (LLMlight.LLMlight.LLMlight method)
requests_post() (LLMlight.LLMlight.LLMlight method)
requests_post_gguf() (LLMlight.LLMlight.LLMlight method)
requests_post_http() (LLMlight.LLMlight.LLMlight method)
S
search() (LLMlight.LLMlight.LLMlight method)
set_logger() (in module LLMlight.LLMlight)
set_prompt() (LLMlight.LLMlight.LLMlight method)
set_system_message() (in module LLMlight.LLMlight)
summarize() (LLMlight.LLMlight.LLMlight method)
W
wget (class in LLMlight.LLMlight)