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 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
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"
|