You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running through the code in the query demo notebook and hitting a ConnectionRefusedError
To Reproduce
Here's the code used
from sycamore.query.client import SycamoreQueryClient
# from sycamore.query.visualize import visualize_plan
from rich.console import Console
console = Console()
client = SycamoreQueryClient()
# This is the index name to query.
OS_INDEX = "const_ntsb"
# Here is your query text.
QUERY = "How many airplane incidents were there in Washington in 2023?"
schema = client.get_opensearch_schema(OS_INDEX)
console.print(schema)
Here's the error stacktrace:
ConnectionRefusedError: [Errno 61] Connection refused
During handling of the above exception, another exception occurred:
ConnectionError: ConnectionError(<urllib3.connection.HTTPSConnection object at 0x338650b50>: Failed to establish a new connection: [Errno 61] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPSConnection object at 0x338650b50>: Failed to establish a new connection: [Errno 61] Connection refused)
Deskltop:
Device: Macbook pro
OS: Sequoia 15.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running through the code in the query demo notebook and hitting a
ConnectionRefusedError
To Reproduce
Here's the code used
Here's the error stacktrace:
Deskltop:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: