|
|
|
|
|
by BeetleB
882 days ago
|
|
1k is not much. My first RAG had over 40K docs (all short, but still...) The one I'm working on right now has 115K docs (some quite big - I'll likely have to prune the largest 10% just to fit in my RAM). These are all "small" - for personal use on my local machine. I'm currently RAM limited, otherwise I can think of (personal) use cases that are an order of magnitude larger. Of course, for all I know, your method may still be as fast on those as on a vector DB. |
|