Parvind
commited on
Commit
·
768a9f9
1
Parent(s):
9e176d1
update
Browse files- dataset-card.yaml +1 -1
- pincone-upload.py +1 -1
dataset-card.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
tags:
|
4 |
- language modeling
|
5 |
- question answering
|
|
|
1 |
---
|
2 |
+
title: SageGPT4-Index Dataset
|
3 |
tags:
|
4 |
- language modeling
|
5 |
- question answering
|
pincone-upload.py
CHANGED
@@ -7,7 +7,7 @@ with open('embeddings.pkl', 'rb') as f:
|
|
7 |
|
8 |
# Initialize Pinecone
|
9 |
pinecone.init(api_key="6d5279f7-a4df-498e-a379-c975cfa2641b")
|
10 |
-
index_name = "
|
11 |
|
12 |
# Deindex if index already exists
|
13 |
if index_name in pinecone.list_indexes():
|
|
|
7 |
|
8 |
# Initialize Pinecone
|
9 |
pinecone.init(api_key="6d5279f7-a4df-498e-a379-c975cfa2641b")
|
10 |
+
index_name = "sagegpt4-index"
|
11 |
|
12 |
# Deindex if index already exists
|
13 |
if index_name in pinecone.list_indexes():
|