TxtAi Memory Vector Server

# Server Configuration HOST=0.0.0.0 PORT=8000 # CORS Configuration (comma-separated list of allowed origins) CORS_ORIGINS=* # Logging Configuration LOG_LEVEL=DEBUG # Memory Configuration # Maximum number of memories to keep (0 for unlimited) MAX_MEMORIES=0 # Optional: Custom data directory path # DATA_DIR=/path/to/custom/data/directory # Optional: Custom logging directory path # LOG_DIR=/path/to/custom/log/directory