Document Stores
Set MONGODB_URI and MONGODB_DATABASE. For local development:
code
MongoDB
MONGODB_URI=mongodb://localhost:27017
MONGODB_DATABASE=deepthink
MongoDB stores user information, conversation history, fallbacks, and structured outputs.