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 8c4fc53 commit c83fbe3Copy full SHA for c83fbe3
examples/amazon_s3_embedding/main.py
@@ -102,12 +102,6 @@ def _main() -> None:
102
103
amazon_s3_text_embedding_flow.setup()
104
with cocoindex.FlowLiveUpdater(amazon_s3_text_embedding_flow) as updater:
105
- while True:
106
- updates = updater.next_status_updates()
107
- print(f"Updates: {updates}")
108
- if not updates.active_sources:
109
- break
110
-
111
# Run queries in a loop to demonstrate the query capabilities.
112
while True:
113
query = input("Enter search query (or Enter to quit): ")
0 commit comments