Skip to content

Commit 085c16f

Browse files
committed
fix #7642 -- remove qdrant entirely and deprecate centralized semantic search
- we will use a more distributed much more lightweight approach
1 parent 9f85190 commit 085c16f

File tree

15 files changed

+23
-1240
lines changed

15 files changed

+23
-1240
lines changed

src/packages/database/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"./accounts/*": "./dist/accounts/*.js",
88
"./pool": "./dist/pool/index.js",
99
"./pool/*": "./dist/pool/*.js",
10-
"./qdrant": "./dist/qdrant/index.js",
1110
"./postgres/*": "./dist/postgres/*.js",
1211
"./postgres/schema": "./dist/postgres/schema/index.js",
1312
"./postgres/schema/*": "./dist/postgres/schema/*.js",
@@ -21,7 +20,6 @@
2120
"@cocalc/backend": "workspace:*",
2221
"@cocalc/database": "workspace:*",
2322
"@cocalc/util": "workspace:*",
24-
"@qdrant/js-client-rest": "^1.6.0",
2523
"@types/lodash": "^4.14.202",
2624
"@types/pg": "^8.6.1",
2725
"@types/uuid": "^8.3.1",

src/packages/database/qdrant/index.ts

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)