Spaces:
Sleeping
Sleeping
Commit
·
b3038a0
1
Parent(s):
3269c5f
Upload compute_rag_vector_index_openai_contextual_simple.yaml with huggingface_hub
Browse files
compute_rag_vector_index_openai_contextual_simple.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
parameters:
|
| 2 |
+
extract_collection_name: raw
|
| 3 |
+
fetch_limit: 200
|
| 4 |
+
load_collection_name: rag_insights_test
|
| 5 |
+
content_quality_score_threshold: 0.6
|
| 6 |
+
retriever_type: contextual
|
| 7 |
+
embedding_model_id: text-embedding-3-small
|
| 8 |
+
embedding_model_type: openai
|
| 9 |
+
embedding_model_dim: 1536
|
| 10 |
+
chunk_size: 640
|
| 11 |
+
contextual_summarization_type: contextual
|
| 12 |
+
contextual_agent_model_id: gpt-4o
|
| 13 |
+
contextual_agent_max_characters: 128
|
| 14 |
+
mock: false
|
| 15 |
+
processing_batch_size: 2
|
| 16 |
+
processing_max_workers: 2
|
| 17 |
+
device: mps # or cuda (for Nvidia GPUs) or mps (for Apple M1/M2/M3 chips)
|