Open xiongyu0523 opened 4 months ago
HI xiongyu0523, Currently, you need to first use a terminal (CUI) to create a directory where you store your own files. Then on the GUI, the directory shows up and you can select it.
For the details, please follow this direction. https://github.com/NVIDIA-AI-IOT/jetson-copilot?tab=readme-ov-file#2-build-your-own-index-based-on-your-documents
Essentially, you would need to execute the following, either inside the container or even outside of the container (native):
cd jetson-copilot
mkdir Documents/Jetson-Orin-Nano
cd Documents/Jetson-Orin-Nano
wget https://developer.nvidia.com/downloads/assets/embedded/secure/jetson/orin_nano/docs/jetson_orin_nano_devkit_carrier_board_specification_sp.pdf
When I try to use the RAG feature, the Local documents is gray and can only use web URL.