Spaces:
Sleeping
Sleeping
File size: 558 Bytes
b3038a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
parameters:
extract_collection_name: raw
fetch_limit: 200
load_collection_name: rag_insights_test
content_quality_score_threshold: 0.6
retriever_type: contextual
embedding_model_id: text-embedding-3-small
embedding_model_type: openai
embedding_model_dim: 1536
chunk_size: 640
contextual_summarization_type: contextual
contextual_agent_model_id: gpt-4o
contextual_agent_max_characters: 128
mock: false
processing_batch_size: 2
processing_max_workers: 2
device: mps # or cuda (for Nvidia GPUs) or mps (for Apple M1/M2/M3 chips)
|