completion_models: default_completion_model: model_provider: azure api_key: ${GRAPHRAG_API_KEY} api_base: ${GRAPHRAG_API_BASE} api_version: "2025-04-01-preview" model: gpt-4.1 azure_deployment_name: gpt-4.1 rate_limit: type: sliding_window tokens_per_period: 250_000 requests_per_period: 250 embedding_models: default_embedding_model: model_provider: azure api_key: ${GRAPHRAG_API_KEY} api_base: ${GRAPHRAG_API_BASE} api_version: "2025-04-01-preview" model: text-embedding-3-large azure_deployment_name: text-embedding-3-large rate_limit: type: sliding_window tokens_per_period: 250_000 requests_per_period: 250 vector_store: type: "azure_ai_search" url: ${AZURE_AI_SEARCH_URL_ENDPOINT} api_key: ${AZURE_AI_SEARCH_API_KEY} container_name: "simple_text_ci" table_provider: type: csv community_reports: prompt: "prompts/community_report.txt" max_length: 2000 max_input_length: 8000 snapshots: embeddings: true