Results 4 comments of CK Sun

Any update? Bundle size too large. Have someone working on it?

It is showing on pdf file url exist. So content might be not parseable and response will be None. Need add condition in `final_url = response.geturl()` like `final_url = response.geturl()...

**TL;DR** `mem0`’s factory eagerly imports multiple adapters/providers at module load. Because those imports aren’t tree-shakable, the bundle ends up **always pulling in optional deps** (e.g., `sqlite3`) and even forces manual...

The only reliable fix right now is to **fork the repo** and strip unused adapters from the factory so they never get imported/bundled. **Steps** 1. **Fork & clone** `mem0-ts`. 2....