diff --git a/config/config.yaml b/config/config.yaml index 314793d..15fe237 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -8,8 +8,8 @@ embeddings_model_name: dariolopez/roberta-base-bne-finetuned-msmarco-qa-es-mnrl- vector_store: 'qdrant' # {'qdrant', 'pinecone', 'supabase'} top_k_results: 10 -date_start: 2017/01/01 -date_end: 2017/12/12 +date_start: 2000/01/01 +date_end: 2004/12/12 # Prompts prompt_system: | @@ -26,7 +26,7 @@ prompt_system_context: | collection_name: justicio # Openai -llm_model_name: 'gpt-3.5-turbo' # 'gpt-3.5-turbo-0613' +llm_model_name: 'gpt-4-1106-preview' # 'gpt-3.5-turbo' temperature: 0 seed: 42 max_tokens: 512 diff --git a/src/etls/boe/load/defs.py b/src/etls/boe/load/defs_id_largos.py similarity index 99% rename from src/etls/boe/load/defs.py rename to src/etls/boe/load/defs_id_largos.py index 5684ea2..94667a6 100644 --- a/src/etls/boe/load/defs.py +++ b/src/etls/boe/load/defs_id_largos.py @@ -1,4 +1,4 @@ -boe_ids_ = [ +BOE_IDS = [ "BOE-A-1964-9380", "BOE-A-1964-9814", "BOE-A-1967-16485", @@ -98,7 +98,11 @@ "BOE-A-1999-637", "BOE-A-1999-6568", "BOE-A-1999-8910", - "BOE-A-1999-8994", + "BOE-A-1999-8994" +] + + +boe_ids_ = [ "BOE-A-2000-10827", "BOE-A-2000-12180", "BOE-A-2000-12302", @@ -644,10 +648,6 @@ "BOE-A-2014-9667", "BOE-A-2014-970", "BOE-A-2014-9865", -] - - -boe_ids = [ "BOE-A-2015-10016", "BOE-A-2015-10197", "BOE-A-2015-10328",