Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ load_dotenv()
|
|
20 |
|
21 |
# Initialize VoyageAI constants
|
22 |
VOYAGEAI_BATCH_SIZE = 128
|
|
|
23 |
|
24 |
# Initialize Pinecone
|
25 |
PINECONE_ID = "intratalent-v2"
|
|
|
20 |
|
21 |
# Initialize VoyageAI constants
|
22 |
VOYAGEAI_BATCH_SIZE = 128
|
23 |
+
VOYAGEAI_VECTOR_DIM = 512
|
24 |
|
25 |
# Initialize Pinecone
|
26 |
PINECONE_ID = "intratalent-v2"
|