Skip to content

Commit

Permalink
Update README and rename go module to reflect the new repo name
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Gajdos <[email protected]>
  • Loading branch information
milosgajdos committed Nov 28, 2023
1 parent 631c347 commit a0156bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go-repo-template
# go-embeddings

[![Build Status](https://github.com/milosgajdos/go-repo-template/workflows/CI/badge.svg)](https://github.com/milosgajdos/go-repo-template/actions?query=workflow%3ACI)
[![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)
[![Build Status](https://github.com/milosgajdos/go-embeddings/workflows/CI/badge.svg)](https://github.com/milosgajdos/go-embeddings/actions?query=workflow%3ACI)
[![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)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

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).
This project provides an implementation for fetching embeddings from various LLMs.
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Package embedding provides an implementation for fetching
// Package embeddings provides an implementation for fetching
// vector embeddings from various LLM providers.
package embedding
package embeddings
7 changes: 0 additions & 7 deletions embedding.go

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/milosgajdos/go-embedding
module github.com/milosgajdos/go-embeddings

go 1.20

0 comments on commit a0156bd

Please sign in to comment.