Embedded Vector and Graph Database in Pure Go(github.com/liliang-cn)

4 points by AISlop31415 2 hours ago | 1 comments

  • AISlop31415 2 hours 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.