← Back to context Comment by yrcyrc 3 days ago how do i add RAG / personal assistant features on iOS? 1 comment yrcyrc Reply rshemet 3 days ago 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?
rshemet 3 days ago 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?
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?