File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 = ""
2323blob_container_name = "rfp-documents"
2424
2525data_source_name = "clm-rfp-blob-datasource"
Original file line number Diff line number Diff line change 33from 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 = ""
77container_name = "rfp-documents" # Your blob container name
88csv_folder = "../data/datasets/RFP_dataset"
99
You can’t perform that action at this time.
0 commit comments