gpt4 book ai didi

python - Elasticsearch 。建立新连接失败: [WinError 10061]

转载 作者:行者123 更新时间:2023-12-01 06:46:07 25 4
gpt4 key购买 nike

编写此代码后,我收到连接错误。

from elasticsearch import Elasticsearch
es = Elasticsearch()
doc = {'author': 'kimchy','text': 'Elasticsearch: cool. bonsai cool.'}
res = es.index(index="test-index", doc_type='tweet', id=1, body=doc)

问题出在代码上还是我的电脑上?我可以做什么来修复它?

最佳答案

CURL: localhost:9200 检查 Elasticsearch 是否在本地计算机上运行。

关于python - Elasticsearch 。建立新连接失败: [WinError 10061],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59217410/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com