Files
knowledge-pipeline/config.example.yaml
2026-02-24 06:49:31 +00:00

16 lines
401 B
YAML

# Google Cloud Platform
project_id: "tu-proyecto-gcp"
location: "us-central1"
# Embedding model
agent_embedding_model: "text-embedding-005"
# Vector index
index_name: "mi-indice-rag"
index_dimensions: 768
index_machine_type: "e2-standard-16"
index_origin: "gs://tu-bucket/input/"
index_destination: "gs://tu-bucket/output/"
index_chunk_limit: 800
index_distance_measure_type: "DOT_PRODUCT_DISTANCE"