Embedded Vector and Graph Database in Pure Go

(github.com)

4 points | by AISlop31415 2 hours ago

2 comments

  • AISlop31415 1 hour ago
    Author here.

    This is a small embedded vector + graph database written in pure Go. It uses SQLite as the storage layer and is aimed at local RAG / agent-style workloads.

    Feedback and questions welcome.