S07_Storing - trankhoidang/RAG-wiki GitHub Wiki

Storing

✏️ Page Contributors: Khoi Tran Dang

🕛 Creation date: 26/06/2024

📥 Last Update: 26/06/2024

Storing in RAG

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.

← Previous: S06_Indexing

Next: S08_Retrieval →

⚠️ **GitHub.com Fallback** ⚠️