├── .gitignore ├── LICENSE ├── README.md └── hackathon.ipynb /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .ipynb_checkpoints/ 3 | env/ 4 | mongodb/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swyxio/openlangmem/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swyxio/openlangmem/HEAD/README.md -------------------------------------------------------------------------------- /hackathon.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swyxio/openlangmem/HEAD/hackathon.ipynb --------------------------------------------------------------------------------