Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit 2d42e18

Browse files
authored
deprecate repo (#17)
1 parent f562035 commit 2d42e18

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# tpuf-go
22

3-
`tpuf-go` is a Golang API client for Turbopuffer (turbopuffer.com), a vector database and search engine. This client provides an easy-to-use interface for interacting with the Turbopuffer API, allowing you to perform operations such as upserting documents, querying data, and managing namespaces.
3+
> **⚠️ DEPRECATED:** This repository is no longer maintained. Please use the official Turbopuffer Go client instead:
4+
>
5+
> **[github.com/turbopuffer/turbopuffer-go](https://github.com/turbopuffer/turbopuffer-go)**
6+
7+
---
8+
9+
`tpuf-go` was an unofficial Golang API client for Turbopuffer. It has been superseded by the official client linked above.
410

511
## Installation
612

@@ -145,4 +151,4 @@ This project is licensed under the MIT License. See the LICENSE file for details
145151

146152
## Contributing
147153

148-
You are more than welcome to contribute to this project. Feel free to open issues or submit pull requests. We are still working on further contribution guidelines.
154+
This repository is deprecated and no longer accepting contributions. Please direct any contributions to the [official Turbopuffer Go client](https://github.com/turbopuffer/turbopuffer-go).

client.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Package tpuf provides a go client for the Turbopuffer API.
22
// See https://turbopuffer.com/docs for more information.
3+
//
4+
// Deprecated: This package is no longer maintained. Use the official
5+
// Turbopuffer Go client instead: https://github.com/turbopuffer/turbopuffer-go
36
package tpuf
47

58
import (

0 commit comments

Comments
 (0)