Hi there,
Great job.
Trying to run with settings , but need a little bit of clarification:
docker run -d --gpus=all -it -p 8501:8501 -e DATA=/data/path -v local/path:/data/path neuml/rag
Is the /data/path in the container or in the host machine?
And local/path ?
For instance I have the following file in the windows :
C:\Users\c0274\Documents\HVAC_TO_NOTEBOOKLLM\DINCER.pdf
How I add that to the rag engine ?
Thanks.
Hi there,
Great job.
Trying to run with settings , but need a little bit of clarification:
docker run -d --gpus=all -it -p 8501:8501 -e DATA=/data/path -v local/path:/data/path neuml/rag
Is the /data/path in the container or in the host machine?
And local/path ?
For instance I have the following file in the windows :
C:\Users\c0274\Documents\HVAC_TO_NOTEBOOKLLM\DINCER.pdf
How I add that to the rag engine ?
Thanks.