We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5350c0e commit 5c494e3Copy full SHA for 5c494e3
llama-index-server/llama_index/server/api/callbacks/llamacloud.py
@@ -2,7 +2,6 @@
2
from typing import Any, List
3
4
from fastapi import BackgroundTasks
5
-
6
from llama_index.core.schema import NodeWithScore
7
from llama_index.server.api.callbacks.base import EventCallback
8
from llama_index.server.services.llamacloud.file import LlamaCloudFileService
@@ -13,7 +12,6 @@
13
12
class LlamaCloudFileDownload(EventCallback):
14
"""
15
Processor for handling LlamaCloud file downloads from source nodes.
16
- Only work if LlamaCloud service code is available.
17
18
19
def __init__(self, background_tasks: BackgroundTasks) -> None:
0 commit comments