hxy9243 / ragtoy

This is a toy Python project to learn and explore the capabilities of openAI chatGPT API.
MIT License
0 stars 0 forks source link

Look into KV docstore for llama index storage engine #47

Open hxy9243 opened 2 months ago

hxy9243 commented 2 months ago

Consider using local file-based KV store for docstore.

hxy9243 commented 2 months ago

Use a kv engine for docstore, so as to manage upsert, update, deletion, etc