LLM4SciLit / config /config.yaml
tommymarto's picture
first attempt to hf spaces
e04cd14
raw
history blame contribute delete
No virus
639 Bytes
defaults:
- document_loader: grobid
- text_splitter: spacy
- text_embedding: huggingface
- vector_store: faiss
- document_retriever: multiquery_retriever
- question_answering: huggingface
- _self_
- override hydra/hydra_logging: disabled
- override hydra/job_logging: disabled
storage_path:
base: /data/tommaso/llm4scilit/data
documents: ${storage_path.base}/papers
documents_processed: ${storage_path.documents}_processed
vector_store: ${storage_path.base}/vector_store
mode: interactive
debug:
is_debug: false
force_rebuild_storage: false
document_parsing:
enabled: false
hydra:
verbose: false