StonyBrookNLP / ircot

Repository for Interleaving Retrieval with Chain-of-Thought Reasoning for Knowledge-Intensive Multi-Step Questions, ACL23
https://arxiv.org/abs/2212.10509
Apache License 2.0
173 stars 21 forks source link

when index_exists = es.indices.exists(elasticsearch_index),elasticsearch.exceptions.ConnectionError #28

Open C-YEE00 opened 4 months ago

C-YEE00 commented 4 months ago

when index(error): elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f0ac0ca7a60>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f0ac0ca7a60>: Failed to establish a new connection: [Errno 111] Connection refused)

I tried many methods are not feasible, is there any other implementation code?

JessicaGao8 commented 3 months ago

Hi, I've encountered a similar issue. Have you found any effective solutions?