PARA.Ai_api / config.yaml
caarleexx's picture
Upload 11 files
9514a77 verified
raw
history blame contribute delete
533 Bytes
# Configuração do Cluster RAG para HF Space
cluster_id: "RAG-0301"
chunk_start: 1
chunk_end: 4
github_repo: "https://github.com/caarleexx/PARA3.git"
github_branch: "main"
chunks_path: "chunks_dados"
.
# Campos a manter após filtragem
campos_filter:
- id
- ementa
# Embedding model (com prefixo sentence-transformers/)
embedding_model: "sentence-transformers/all-MiniLM-L6-v2"
embedding_dim: 384
embedding_batch_size: 16
# FAISS settings
faiss_path: "/app/faiss_index"
# Performance
max_workers: 2
query_timeout_seconds: 30