TubeTutor Setup

Configure your TubeTutor installation using the official MindsDB JavaScript SDK

MindsDB Connection Status
Host:

localhost

Port:

47334

User:

mindsdb

Status:

Disconnected

Troubleshooting

If connection fails, check:

  • MindsDB is running on localhost:47334
  • Run: docker run -p 47334:47334 mindsdb/mindsdb
  • Or: pip install mindsdb && mindsdb --api http
  • Check firewall settings
  • Verify .env configuration
Setup Steps
1.

Test MindsDB SDK Connection

Verify connection to MindsDB using JavaScript SDK

Pending
2.

Create AI Model

Optional

Set up semantic search AI model

Pending
3.

Create AI Agent

Optional

Set up conversational AI agent

Pending
Next Steps

✅ Once the connection is established:

  • Knowledge base and sample data will be set up automatically
  • AI model and agent creation are optional enhancements
  • Search functionality works with mock data even if MindsDB fails
  • You can start searching immediately