Skip to content

Commit

Permalink
feat: remove upstash sdk and use instances directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed May 21, 2024
1 parent 5d69f36 commit 07a2034
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 767 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/rag-chat",
"version": "0.0.22-alpha",
"version": "0.0.23-alpha",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,9 @@
"@langchain/community": "^0.0.50",
"@langchain/core": "^0.1.58",
"@langchain/openai": "^0.0.28",
"@upstash/sdk": "0.0.30-alpha",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.31.1",
"@upstash/vector": "^1.1.1",
"ai": "^3.1.1",
"nanoid": "^5.0.7"
}
Expand Down
41 changes: 0 additions & 41 deletions src/client-factory.test.ts

This file was deleted.

65 changes: 0 additions & 65 deletions src/client-factory.ts

This file was deleted.

66 changes: 0 additions & 66 deletions src/clients/redis/index.test.ts

This file was deleted.

86 changes: 0 additions & 86 deletions src/clients/redis/index.ts

This file was deleted.

67 changes: 0 additions & 67 deletions src/clients/vector/index.test.ts

This file was deleted.

Loading

0 comments on commit 07a2034

Please sign in to comment.