NVIDIA-AI-IOT / jetson-copilot

A reference application for a local AI assistant with LLM and RAG
Apache License 2.0
79 stars 11 forks source link

Local document does not work #9

Open xiongyu0523 opened 2 months ago

xiongyu0523 commented 2 months ago

When I try to use the RAG feature, the Local documents is gray and can only use web URL.

tokk-nv commented 1 month 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