RAG API Vector Storage #8240
Replies: 2 comments 1 reply
-
I use MongoDB Atlas and I can see the files and indexes just fine on the UI there. |
Beta Was this translation helpful? Give feedback.
-
Good question — I’ve run into similar confusion with vector storage visibility in RAG setups. In most pipelines, especially ones using MongoDB as backing store, the vectors themselves often get encoded or abstracted through an additional layer (like external embedding services or separate indexing layers), so they may not appear directly inside your collections unless you’re explicitly persisting them. That “invisible vector” issue tends to trip up monitoring and debugging, especially when trying to validate similarity matches. It’s one of the silent failure patterns we ended up documenting and building tooling around — semantic gaps that don’t show up in logs. If you're building anything production-grade, I’d strongly recommend treating embedding storage visibility and memory layout as part of your infra checks. Happy to share more if you’re digging into this area — we’ve published some MIT-licensed tools and frameworks backed by tesseract.js folks, but I won’t drop links unless asked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have deployed LibreChat On Railway using MongoDB.
The RAG API is working fine, but i am unable to see the vector data of these files. Please guide me as to where i can see this data.
I want to set a CRON job as well, that will delete files after 30 days.
Beta Was this translation helpful? Give feedback.
All reactions