From 90f52acf0cf915e75318d53798c84b3a76ec0477 Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 17 Nov 2025 12:28:53 +0800 Subject: [PATCH] Fix linting --- lightrag/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lightrag/utils.py b/lightrag/utils.py index aa04f338..8c9b7776 100644 --- a/lightrag/utils.py +++ b/lightrag/utils.py @@ -363,6 +363,7 @@ class EmbeddingFunc: max_token_size: Optional token limit for the embedding model send_dimensions: Whether to inject embedding_dim as a keyword argument """ + embedding_dim: int func: callable max_token_size: int | None = None # Token limit for the embedding model