Skip to content

Commit 5c494e3

Browse files
committed
minor doc
1 parent 5350c0e commit 5c494e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llama-index-server/llama_index/server/api/callbacks/llamacloud.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import Any, List
33

44
from fastapi import BackgroundTasks
5-
65
from llama_index.core.schema import NodeWithScore
76
from llama_index.server.api.callbacks.base import EventCallback
87
from llama_index.server.services.llamacloud.file import LlamaCloudFileService
@@ -13,7 +12,6 @@
1312
class LlamaCloudFileDownload(EventCallback):
1413
"""
1514
Processor for handling LlamaCloud file downloads from source nodes.
16-
Only work if LlamaCloud service code is available.
1715
"""
1816

1917
def __init__(self, background_tasks: BackgroundTasks) -> None:

0 commit comments

Comments
 (0)