Remix.run Logo
yrcyrc 4 days ago

how do i add RAG / personal assistant features on iOS?

rshemet 4 days ago | parent [-]

you can plug in a vector DB and run Cactus embeddings for retrieval. Assuming you're using React Native, here's an example:

https://github.com/cactus-compute/cactus/tree/main/react#emb...

(Flutter works the same way)

What are you building?