An open API service indexing awesome lists of open source software.

https://github.com/seeed-projects/multimodal-rag-on-jetson

This project has implemented the RAG function on Jetson with video formats.
https://github.com/seeed-projects/multimodal-rag-on-jetson

Last synced: about 1 year ago
JSON representation

This project has implemented the RAG function on Jetson with video formats.

Awesome Lists containing this project

README

          

# Multimodel RAG with [Ollama:llava](https://github.com/dusty-nv/jetson-containers/tree/master/packages/llm/ollama) and [LlamaIndex](https://www.llamaindex.ai/) on Jetson

Here I use reComputer J4012 powered by NVIDIA [Jetson Orin NX 16GB](https://www.seeedstudio.com/reComputer-J4012-p-5586.html).
## Prepare environment

```
# install the container tools
git clone https://github.com/dusty-nv/jetson-containers
bash jetson-containers/install.sh
```

```
# Ollam:llava will be our multimodel model
jetson-containers run --name ollama $(autotag ollama)
ollama run llava
```
The result is as follows:
![](./source/ollama_run_llava.png)

Open a new terminal(Ctrl+Alt+T) and run:
```
cd jetson-containers
cd data
git clone https://github.com/Seeed-Projects/Multimodal-RAG-on-Jetson
cd ..
jetson-containers run $(autotag l4t-pytorch)
cd data/Multimodal-RAG-on-Jetson
```
## Run Multimodel-RAG-on-Jetson
```
bash run.sh
```
## Result

you can check [here](https://www.hackster.io/lijiahaoxyz/video-chat-with-multimodal-rag-on-jetson-cd83f9) in hackster for more information.

[![Alt text](https://img.youtube.com/vi/RbkATardT2I/0.jpg)](https://www.youtube.com/watch?v=RbkATardT2I)