Replies: 1 comment 3 replies
-
you’ve basically run into what i’d call a “pre-deploy collapse” issue — the ingestion pipeline accepts the file but hasn’t finished embedding before queries start hitting it. i keep a public problem map of these failure modes. if you want the entry for this one (and the fixes), let me know — it can save a lot of trial-and-error. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find anything in the code, but is there a mechanism for checking the indexing status of a document? Reason I ask is that there is a delay between uploading a largeish document in LibreChat and that document being ready for RAG. However, the user interface doesn't indicate that the document is still indexing.
Would RAG API offer a way to check the indexing status of a document?
Beta Was this translation helpful? Give feedback.
All reactions