Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/scripts/checkquota.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "✅ Azure subscription set successfully."

# Define models and their minimum required capacities
declare -A MIN_CAPACITY=(
["OpenAI.Standard.gpt-4"]=$GPT_MIN_CAPACITY
["OpenAI.GlobalStandard.gpt-4o-mini"]=$GPT_MIN_CAPACITY
["OpenAI.Standard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY
)

Expand Down
1 change: 0 additions & 1 deletion infra/scripts/index_scripts/create_search_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def chunk_data(text):
docs = []
print(f' {str(counter)} uploaded')

time.sleep(4)
#upload the last batch
if docs != []:
search_client.upload_documents(documents=docs)