Flagro / VecMetaQ

Server over Python Faiss serverless implementation to match interfaces used in langchain
https://flagrotown.com
MIT License
2 stars 0 forks source link

Important: Make data persistent #10

Open Flagro opened 9 months ago

Flagro commented 9 months ago

Currently VecMetaQ uses SQLite and FAISS which both store data in RAM which all will be lost once the container is restarted.