Pickle DB
Overview
Usage
1. Make PickleDB Instance
from RAGchain.DB import PickleDB
pickle_db = PickleDB(
save_path="path/to/your/pickle/file.pkl" # replace with your pickle file path
)2. Use create_or_load
pickle_db.create_or_load()3. Save Passage
4. Fetch Data
5. Search Data
Last updated