Skip to content

Commit 2df82eb

Browse files
committed
update readme
1 parent c6d4a1b commit 2df82eb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Vespa YQL Query Builder
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/vipulsodha/vespa-go.svg)](https://pkg.go.dev/github.com/vipulsodha/vespa-go)
4+
[![GitHub release](https://img.shields.io/github/release/vipulsodha/vespa-go.svg)](https://github.com/vipulsodha/vespa-go/releases)
5+
[![License](https://img.shields.io/github/license/vipulsodha/vespa-go.svg)](LICENSE)
6+
37
A comprehensive, type-safe query builder for Vespa AI that provides a fluent API for constructing YQL (Vespa Query Language) queries. This library replaces manual string building with an intuitive, maintainable, and error-resistant approach to query construction.
48

59
## Table of Contents
@@ -14,6 +18,16 @@ A comprehensive, type-safe query builder for Vespa AI that provides a fluent API
1418

1519
## Installation
1620

21+
```bash
22+
go get github.com/vipulsodha/vespa-go@v1.0.0
23+
```
24+
25+
Or for the latest version:
26+
```bash
27+
go get github.com/vipulsodha/vespa-go@latest
28+
```
29+
30+
Then import in your Go code:
1731
```go
1832
import "github.com/vipulsodha/vespa-go"
1933
```

0 commit comments

Comments
 (0)