graphrag/tests/fixtures/text/settings.yml
2024-07-01 15:25:30 -06:00

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"