Looking for advice with ai rag indexing
I added functionality to my project manager app , that i can index all tables related to this project (tasks etc) and chat with them. I wonder if i'm on a right track. Did someone maybe worked on something similar ?

5 Replies
adding code also , i wonder if i should add the embeddings as a 1 row ...
Probably add embeddings in separate table with a task id column would be better?
Have you checked out the new RAG component I made? https://www.convex.dev/components/rag
the code is open source too, but is pretty complex since it's handling customizable vector lengths & models