graphrag/tests/fixtures/text/settings.yml
Alonso Guevara 0b7c5a6ae9
Add cast check on schema validation for community reports (#932)
* 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
2024-08-14 16:40:47 -06:00

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