Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def print_current_selection():
|
|
92 |
print(f"Dimensions: {DIMENSIONS}")
|
93 |
|
94 |
# Establecer el nombre del índice automáticamente
|
95 |
-
INDEX_NAME = '
|
96 |
|
97 |
def connect_to_pinecone(index_name):
|
98 |
global INDEX_NAME
|
|
|
92 |
print(f"Dimensions: {DIMENSIONS}")
|
93 |
|
94 |
# Establecer el nombre del índice automáticamente
|
95 |
+
INDEX_NAME = 'neonatos2'
|
96 |
|
97 |
def connect_to_pinecone(index_name):
|
98 |
global INDEX_NAME
|