Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple Go client for the clip-as-service server

NotificationsYou must be signed in to change notification settings

samber/dagobert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Go client for the awesomeclip-as-service server.

Why this name ?

🤴 France had a king named Dagobert.

Gettings start

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())}

Todo

  • Encoding
  • Ranking
  • Indexing
  • Searching
  • Profiling

[8]ページ先頭

©2009-2025 Movatter.jp