danny-avila / rag_api

ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
https://librechat.ai/
143 stars 60 forks source link

Storage Support for S3 #18

Closed tip-dteller closed 3 months ago

tip-dteller commented 3 months ago

Hi, in order to reduce local disk as file storage, is it feasible to create interaction with s3 too?

I can workaround the existing local disk and change it to EFS (share drive persay.)

danny-avila commented 3 months ago

Files are not stored, they are removed after the embeddings are processed. The local disk usage is from the vectordb