mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-15 15:34:16 +08:00
15 lines
342 B
YAML
15 lines
342 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"
|