Skip to content

Commit

Permalink
Set option for creating ID index by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 17, 2024
1 parent e8cc483 commit 35615d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/optimade_maker/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def get_optimade_config(self):
"debug": False,
"insert_test_data": False,
"insert_from_jsonl": str(jsonl_path.resolve()),
"create_default_index": True,
"base_url": self.base_url,
"provider": get_optimake_provider_info(),
# "index_base_url": self.index_base_url,
Expand Down

0 comments on commit 35615d2

Please sign in to comment.