Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ from io import BytesIO
|
|
15 |
from together import Together
|
16 |
import time # For delay during index readiness check
|
17 |
import weave
|
|
|
18 |
|
19 |
# Pinecone and OpenAI setup
|
20 |
pinecone_api_key = os.getenv("PINECONE_API_KEY")
|
|
|
15 |
from together import Together
|
16 |
import time # For delay during index readiness check
|
17 |
import weave
|
18 |
+
import wandb
|
19 |
|
20 |
# Pinecone and OpenAI setup
|
21 |
pinecone_api_key = os.getenv("PINECONE_API_KEY")
|