8 ms·
You don't have to regenerate a zipfile each time you do something - the zipfile is just to give a single file for distribution. It's just a zip of the director
by calpaterson 16d ago
You don't have to regenerate a zipfile each time you do something - the zipfile is just to give a single file for distribution. It's just a zip of the directory.
Git is supported in the spec, though the tool doesn't yet handle it (soon! git is nice as you get a log "for free" which helps agents understand more about the memories).
As for sqlite in git: yes you can gitignore it, you could use git-lfs, you could use an out of band database. It would be great if there were another format more amenable to git to store vectors in. I looked at csv closely, but I was worried about float formatting/representational bugs. There is a gap in the market for a format here.
- mofosyne 11d agoAh good to hear! Well regarding how CSV didn't quite work for you. Have you checked out recutils? Its a GNU Project and at least does basic relational database operations on plain text files. You can easily install it in most linux package managers. https://en.wikipedia.org/wiki/Recutils https://en.wikipedia.org/wiki/Recutils