Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local document does not work #9

Open
xiongyu0523 opened this issue Jul 7, 2024 · 1 comment
Open

Local document does not work #9

xiongyu0523 opened this issue Jul 7, 2024 · 1 comment

Comments

@xiongyu0523
Copy link

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

@tokk-nv
Copy link
Member

tokk-nv commented Jul 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants