LAHunnid
LAHunnid2mo ago

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 ?
No description
5 Replies
LAHunnid
LAHunnidOP2mo ago
adding code also , i wonder if i should add the embeddings as a 1 row ...
sonandmjy
sonandmjy2mo ago
Probably add embeddings in separate table with a task id column would be better?
ian
ian2mo ago
Have you checked out the new RAG component I made? https://www.convex.dev/components/rag
Convex
RAG
Retrieval-Augmented Generation (RAG) for use with your AI products and Agents
ian
ian2mo ago
the code is open source too, but is pretty complex since it's handling customizable vector lengths & models

Did you find this page helpful?