Marker-Inc-Korea / RAGchain

Extension of Langchain for RAG. Easy benchmarking, multiple retrievals, reranker, time-aware RAG, and so on...
Apache License 2.0
275 stars 28 forks source link

Build new type of Linker instead of Redis #365

Closed vkehfdl1 closed 8 months ago

vkehfdl1 commented 8 months ago

Redis low latency is really great for linker. But, its memory is fragile and lose it is really critical to whole system. So, we need 'slow' but non-fragile disk linker. Plus, we have to make 'globally select linker' for this, because now we can use various linker.