Skip to content

Commit a0156bd

Browse files
committed
Update README and rename go module to reflect the new repo name
Signed-off-by: Milos Gajdos <[email protected]>
1 parent 631c347 commit a0156bd

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# go-repo-template
1+
# go-embeddings
22

3-
[![Build Status](https://github.com/milosgajdos/go-repo-template/workflows/CI/badge.svg)](https://github.com/milosgajdos/go-repo-template/actions?query=workflow%3ACI)
4-
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/milosgajdos/go-repo-template)
3+
[![Build Status](https://github.com/milosgajdos/go-embeddings/workflows/CI/badge.svg)](https://github.com/milosgajdos/go-embeddings/actions?query=workflow%3ACI)
4+
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/milosgajdos/go-embeddings)
55
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66

7-
This is a `Go` project repo template following the [official guide](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-template-repository).
7+
This project provides an implementation for fetching embeddings from various LLMs.

doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Package embedding provides an implementation for fetching
1+
// Package embeddings provides an implementation for fetching
22
// vector embeddings from various LLM providers.
3-
package embedding
3+
package embeddings

embedding.go

-7
This file was deleted.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/milosgajdos/go-embedding
1+
module github.com/milosgajdos/go-embeddings
22

33
go 1.20

0 commit comments

Comments
 (0)