Comment by yrcyrc Comment by yrcyrc 6 days ago 1 reply Copy Link View on Hacker News how do i add RAG / personal assistant features on iOS?
Copy Link rshemet 6 days ago Collapse Comment - 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? Reply View | 0 replies
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?