NetAppLabs / genai-toolkit-deployments

Terraform deployment scripts for NetApps GenAI toolkit
MIT License
10 stars 2 forks source link

v0.4 release - web UI doesn't show directory of mounted volumes. #37

Open jkimbroughTego opened 1 week ago

jkimbroughTego commented 1 week ago

name: Bug report about: Report a bug or technical issue title: "v0.4 release - web UI doesn't show directories of mounted volumes." labels: bug assignees: ''


Describe the issue Created an verifiable GCNV for the GenAI toolkit to mount, loaded it with data from wikipedia dumps. GenAI shows the volume in dropdowns during initial RAG configuration. However attempts select a subfolder by clicking on eyeglass results in 500 error trying to open http:///apiv1/prompt/ .... looking for an index-CSBXXXX.js file

asked prompt to give me a listing of files in /volumes/gcnv/ and it gave a listing of 12 files file1-12.txt - doesn't appear that the actual NFS volume is mounted. Looking over the bootstrap script not seeing the mechanism by which the docker image would mount those filesystems

To Reproduce deploy Netapp GenAI toolkit v04 into GCP environment

Expected behavior When click on google cloud netapp volumes there to be a list of folders from mounted NFS volume to select focus AI queries on.

Screenshots image image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

jkimbroughTego commented 1 week ago

I did see the volume statements in the docker_compose.yml - so I guess your accessing the NFS mounts via host mounts. there goes that thought...