agshiv92 commited on
Commit
d6bf8ef
·
verified ·
1 Parent(s): 10e8311

Upload config.yaml

Browse files
task6_model_deployment/configs/config.yaml CHANGED
@@ -1,17 +1,18 @@
1
- pinecone:
2
- type: pincone
3
- host: 'https://quickstart2-oqohknh.svc.aped-4627-b74a.pinecone.io'
4
- port: 8000
5
- index_name: canada-policy-index
6
- environment: 'us-east-1'
7
- dimension: 1024
8
- metric: 'cosine'
9
- cloud: 'aws'
10
- region: 'us-east-1'
11
- model:
12
- model_type: Groq
13
- model_name: "llama-3.1-8b-instant"
14
- temperature: 0.7 # Control the randomness of model outputs
15
- max_tokens: 150
16
- embeddings:
 
17
  model_name: "thenlper/gte-large"
 
1
+ pinecone:
2
+ type: pincone
3
+ host: 'https://quickstart2-oqohknh.svc.aped-4627-b74a.pinecone.io'
4
+ port: 8000
5
+ index_name: canada-policy-index
6
+ summary_index_name: canada-policy-summary-index
7
+ environment: 'us-east-1'
8
+ dimension: 1024
9
+ metric: 'cosine'
10
+ cloud: 'aws'
11
+ region: 'us-east-1'
12
+ model:
13
+ model_type: Groq
14
+ model_name: "llama3-8b-8192"
15
+ temperature: 0.7 # Control the randomness of model outputs
16
+ max_tokens: 150
17
+ embeddings:
18
  model_name: "thenlper/gte-large"