Update app_main.py
Browse files- app_main.py +2 -0
app_main.py
CHANGED
|
@@ -16,6 +16,8 @@ from langchain_groq import ChatGroq
|
|
| 16 |
from langgraph.prebuilt import create_react_agent
|
| 17 |
import logging
|
| 18 |
|
|
|
|
|
|
|
| 19 |
# Configure logging
|
| 20 |
logging.basicConfig(
|
| 21 |
level=logging.DEBUG, # Use INFO or ERROR in production
|
|
|
|
| 16 |
from langgraph.prebuilt import create_react_agent
|
| 17 |
import logging
|
| 18 |
|
| 19 |
+
os.environ["NLTK_DATA"] = "/app/nltk_data"
|
| 20 |
+
|
| 21 |
# Configure logging
|
| 22 |
logging.basicConfig(
|
| 23 |
level=logging.DEBUG, # Use INFO or ERROR in production
|