modulepackage
0.0.1
Repository: https://github.com/tobias-mayer/vector-db.git
Documentation: pkg.go.dev
# README
vector-db
Table of Contents
Demo Application
$> vector-db -h
vector-db
Usage:
vector-db [flags]
vector-db [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
start Start the vector-db
help Help about any command
version vector-db version
Flags:
-h, --help help for vector-db
Use "vector-db [command] --help" for more information about a command.
$> vector-db start
Makefile Targets
$> make
bootstrap install build deps
build build golang binary
clean clean up environment
cover display test coverage
docker-build dockerize golang application
fmt format go files
help list makefile targets
install install golang binary
lint lint go files
pre-commit run pre-commit hooks
run run the app
test display test coverage