ydb-qdrant 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<img src="
|
|
1
|
+
<img src="https://ydb-qdrant.tech/logo.svg" alt="YDB Qdrant logo" height="56">
|
|
2
2
|
|
|
3
|
-
# YDB Qdrant-compatible Service
|
|
3
|
+
# YDB Qdrant-compatible Service
|
|
4
4
|
|
|
5
5
|
Qdrant-compatible Node.js/TypeScript service exposing a minimal REST API that stores and searches vectors in YDB using single‑phase top‑k with an automatic YDB vector index (`vector_kmeans_tree`) and table‑scan fallback. Topics: ydb, vector-search, qdrant-compatible, nodejs, typescript, express, yql, ann, semantic-search, rag.
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ Architecture diagrams: [docs page](http://ydb-qdrant.tech/docs/)
|
|
|
9
9
|
|
|
10
10
|
## How it works
|
|
11
11
|
|
|
12
|
-

|
|
13
13
|
|
|
14
14
|
## Requirements
|
|
15
15
|
- Node.js 18+
|