Skip to content

Commit

Permalink
Update es.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalcock committed Mar 12, 2024
1 parent 68bf6bc commit ceabef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion belief_pipeline/es.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from elasticsearch import Elasticsearch

client = Elasticsearch(
"http://localhost:9200/",
"https://elasticsearch.habitus.clulab.org/",
basic_auth=("user", "password")
# api_key="..."
)

# print(client.info())
Expand Down

0 comments on commit ceabef6

Please sign in to comment.