We are excited to announce that we’ve open-sourced Jetson Copilot!
Jetson Copilot is a reference application designed to showcase a private AI assistant that runs Large Language Models (LLM) and Retrieval-Augmented Generation (RAG) pipelines locally on Jetson.
This project, developed at Jetson AI Lab, has been a labor of love over the past month, and I believe it will be a great resource for our developer community in building open-source LLM / RAG applications.
Can Jetson-copilot only read pdf files?
When I use add new RAG, I just upload some other type files such as excel, word, pptx. The error tells me to need to install pip dependencies I have already installed. It’s quite confusing to me !
cyato please to help me to solve this issue !
Thank you for reaching out, and for also filing an issue on the GitHub repo.
I have commented on your issue on the repo, but it looks like we need additional Python packages to support .docx and .pptx file type.
For the detail, please check out my comment on the GitHub Issues.