mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-20 17:55:48 +08:00
* Add support for both float and int on schema validation for community report generation * Cast instead of type check * Add mising file * Add prompt with ints to smoke tests * Fix unit tests * Fix unit tests
20 lines
447 B
YAML
20 lines
447 B
YAML
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: "simple_text_ci"
|
|
query_collection_name: "simple_text_ci_query"
|
|
store_in_table: True
|
|
|
|
entity_name_description:
|
|
title_column: "name"
|
|
|
|
community_reports:
|
|
prompt: "prompts/community_report.txt"
|
|
max_length: 2000
|
|
max_input_length: 8000
|