MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / is_empty

Method is_empty

core/src/embeddings.rs:101–106  ·  view source on GitHub ↗

Check if empty

(&self)

Source from the content-addressed store, hash-verified

99
100 /// Check if empty
101 pub fn is_empty(&self) -> bool {
102 match self {
103 Self::Single(text) => text.is_empty(),
104 Self::Multiple(texts) => texts.is_empty(),
105 }
106 }
107}
108
109/// Response from embedding generation

Callers 15

enforcer_forMethod · 0.45
build_llm_requestMethod · 0.45
split_textMethod · 0.45
with_separatorsMethod · 0.45
recursive_splitMethod · 0.45
validate_configMethod · 0.45
extract_pdf_contentMethod · 0.45
extract_docx_contentMethod · 0.45
extract_excel_contentMethod · 0.45
generate_embeddingsMethod · 0.45

Calls

no outgoing calls