Skip to content

Commit

Permalink
set index to all_data
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 authored Apr 4, 2024
1 parent 5f7d295 commit de9e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/production/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
),
containerinstance.EnvironmentVariableArgs(
name="LLAMA_INDEX_WHICH_INDEX",
value="handbook",
value="all_data",
),
containerinstance.EnvironmentVariableArgs(
name="LLAMA_INDEX_MAX_INPUT_SIZE",
Expand Down

0 comments on commit de9e6bf

Please sign in to comment.