Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi03071991 committed Nov 29, 2024
1 parent 76b787c commit 6b8bdfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/llamacloud/google_drive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ with this deployment:
$ llamactl run --deployment LlamaCloud_LlamaDeploy_GoogleDrive --arg query '<YOUR QUERY>'
```

This will return a dictionary of query and response.
This will return a dictionary of query and response.
3 changes: 2 additions & 1 deletion examples/llamacloud/google_drive/src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dataclasses import dataclass

import nest_asyncio
from llama_index.core.workflow import Workflow, StartEvent, StopEvent, Event, step
from llama_index.core.workflow import Workflow, StartEvent, StopEvent, step
from llama_index.indices.managed.llama_cloud import LlamaCloudIndex

# Apply nest_asyncio at the start
Expand Down Expand Up @@ -36,6 +36,7 @@ def from_yaml(cls, config_path: str = "src/config.yml") -> "LlamaCloudConfig":
organization_id=llamacloud_config.get("organization_id"),
)


class LlamaCloudQueryWorkflow(Workflow):
"""Workflow for creating and querying a LlamaCloud index"""

Expand Down

0 comments on commit 6b8bdfc

Please sign in to comment.