We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca23e2 commit 67e8a2bCopy full SHA for 67e8a2b
lightrag/llm/openai.py
@@ -750,6 +750,7 @@ async def openai_embed(
750
**IMPORTANT**: This parameter is automatically injected by the EmbeddingFunc wrapper
751
when the underlying function signature supports it (via inspect.signature check).
752
The value is controlled by the @wrap_embedding_func_with_attrs decorator.
753
+ Set max_token_size=0 to disable truncation.
754
client_configs: Additional configuration options for the AsyncOpenAI/AsyncAzureOpenAI client.
755
These will override any default configurations but will be overridden by
756
explicit parameters (api_key, base_url). Supports proxy configuration,
0 commit comments