Spaces:
Runtime error
Runtime error
Jorge Henao
commited on
Commit
•
54ee070
1
Parent(s):
1ee48d3
page, source metadata was added
Browse files- pinecode_quieries.py +1 -1
pinecode_quieries.py
CHANGED
@@ -34,7 +34,7 @@ class PinecodeProposalQueries(DocumentQueries):
|
|
34 |
self.document_store = PineconeDocumentStore(
|
35 |
api_key=es_password,
|
36 |
environment = "us-east1-gcp",
|
37 |
-
index=
|
38 |
similarity="cosine",
|
39 |
embedding_dim=768
|
40 |
)
|
|
|
34 |
self.document_store = PineconeDocumentStore(
|
35 |
api_key=es_password,
|
36 |
environment = "us-east1-gcp",
|
37 |
+
index="props",
|
38 |
similarity="cosine",
|
39 |
embedding_dim=768
|
40 |
)
|