- Notifications
You must be signed in to change notification settings - Fork1
samber/dagobert
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple Go client for the awesomeclip-as-service server.
🤴 France had a king named Dagobert.
cd exampledocker-compose up -d
client,err:=dagobert.NewClient("grpc://localhost:51000")iferr!=nil {log.Fatal(err)}docs,err:=client.Encode( []*dagobert.Document{dagobert.NewTextDocument("hello world"),dagobert.NewTextDocument("hi there"), },)iferr!=nil {log.Fatal(err)}for_,doc:=rangedocs {fmt.Println(doc.GetEmbedding().GetDense().GetBuffer())}
- Encoding
- Ranking
- Indexing
- Searching
- Profiling
About
A simple Go client for the clip-as-service server
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published