Skip to content

Commit 5d04067

Browse files
RFP sample data and team configuration
1 parent b4425d2 commit 5d04067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/index_rfp_doc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
)
1717

1818
# --- CONFIGURATION ---
19-
search_service_endpoint = "https://macae-search.search.windows.net"
20-
admin_key = "prm3QaLrqYIBeKAOO9GlcvMTOc6WlvVewKyHoTjXxhAzSeBLxz7K"
19+
search_service_endpoint = ""
20+
admin_key = ""
2121

22-
storage_connection_string = "DefaultEndpointsProtocol=https;AccountName=rfpstorage1010;AccountKey=zPdUD9vPl8MNzs1HfOS0xoFxEJh+HKTfvqQvGTLacf24CmP83TbHT/lU5zvyDuxbeJH8Ryck3C96+AStGXstYA==;EndpointSuffix=core.windows.net"
22+
storage_connection_string = ""
2323
blob_container_name = "rfp-documents"
2424

2525
data_source_name = "clm-rfp-blob-datasource"

scripts/upload_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from azure.storage.blob import BlobServiceClient, ContentSettings
44

55
# --- Azure Blob Storage configuration ---
6-
storage_account_url = "https://rfpstorage1010.blob.core.windows.net/"
6+
storage_account_url = ""
77
container_name = "rfp-documents" # Your blob container name
88
csv_folder = "../data/datasets/RFP_dataset"
99

0 commit comments

Comments
 (0)