S07_Storing - trankhoidang/RAG-wiki GitHub Wiki
✏️ Page Contributors: Khoi Tran Dang
🕛 Creation date: 26/06/2024
📥 Last Update: 26/06/2024
Once the data chunked and indexed, we might want to store it locally to avoid re-indexing and to facilitate tracking. We might also store it in-memory to test some small codes.
Local storage have some options: vector store and vector database. For more information, please refer back to Indexing section.