CatchTheTornado / doctor-dok

Doctor Dok is an AI based medical data framework and patient's med vault. Parse any health related PDF/Image to JSON and then use Chat GPT / LLama to discuss it! WARNING: Don't decide on your health based on AI Chat - it's just for Research purposes.
http://doctordok.com
MIT License
56 stars 10 forks source link

[feat] Offline access write mode #208

Open pkarw opened 1 month ago

pkarw commented 1 month ago

It's interesting to discover the https://docs.yjs.dev/ecosystem/database-provider/y-indexeddb + https://automerge.org/ as a way to safely sync write operations made while offline

pkarw commented 1 month ago

Related to #186