GotoUsuke's picture
Upload folder using huggingface_hub
db4a26f verified
raw
history blame contribute delete
854 Bytes
claim_extraction:
enabled: true
embeddings:
vector_store:
type: "azure_ai_search"
url: ${AZURE_AI_SEARCH_URL_ENDPOINT}
api_key: ${AZURE_AI_SEARCH_API_KEY}
collection_name: "azure_ci"
query_collection_name: "azure_ci_query"
entity_name_description:
title_column: "name"
input:
type: blob
file_type: text
connection_string: ${LOCAL_BLOB_STORAGE_CONNECTION_STRING}
container_name: azurefixture
base_dir: input
cache:
type: blob
connection_string: ${BLOB_STORAGE_CONNECTION_STRING}
container_name: cicache
base_dir: cache_azure_ai
storage:
type: blob
connection_string: ${LOCAL_BLOB_STORAGE_CONNECTION_STRING}
container_name: azurefixture
base_dir: output
reporting:
type: blob
connection_string: ${LOCAL_BLOB_STORAGE_CONNECTION_STRING}
container_name: azurefixture
base_dir: reports