Talk To Your Data (Preview) - Installation
This guide provides installation instructions for both Windows and Linux environments.
Prerequisites
CData Virtuality Server v25.2 or more recent
Access to Talk To Your Data binaries (request via support)
Installation Steps
1. Replace the server files
Unpack the Talk To Your Data package received from support and copy its contents into your existing CData Virtuality Server installation directory. Confirm any prompts to overwrite files.
Ensure that file ownership and permissions are preserved. In Linux environments, you may need to run the following command:
sudo chown -R <your_dvserver_user>:<your_dvserver_group> /path/to/dvserver
Replacing the placeholders with the appropriate user and group that owns the dvserver directory.
2. Start the CData Virtuality Server
Ensure your CData Virtuality Server is running.
3. Start the AI backend
Check that the vars.env file is placed under the dvserver/ai_demo_backend/backend/ directory.
Navigate to the dvserver/ai_demo_backend/backend/main/ directory.
Run the main executable:
Windows:
main.exe
Linux:
Executable permission could be required ( chmod +x main
)
./main
4. Access the Talk To Your Data User Interface
Open your browser and go to http://<your_host>:8080/talktodata/.