-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
beb037e
commit 6006fe0
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ | |
"prepare": "husky install" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/upstash/vector/issues" | ||
"url": "https://github.com/upstash/semantic-cache/issues" | ||
}, | ||
"description": "An HTTP/REST based Vector DB client built on top of Upstash REST API.", | ||
"description": "A Semantic cache built on top of Upstash Vector DB", | ||
"files": [ | ||
"dist" | ||
], | ||
|
@@ -25,9 +25,14 @@ | |
"upstash", | ||
"db", | ||
"semantic-cache", | ||
"cache" | ||
"cache", | ||
"classification" | ||
], | ||
"author": "Enes Akar <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/upstash/semantic-cache" | ||
}, | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.2", | ||
|