You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--pinecone.api-key`| Pinecone API key for authentication |
126
-
|`--pinecone.host`| Pinecone index host URL (e.g., `https://your-pinecone-url`) |
127
-
|`--pinecone.namespace`| Namespace of the partition to migrate |
127
+
|`--pinecone.index-name`| Pinecone index name. |
128
+
|`--pinecone.index-host`| Pinecone index host URL (e.g., `https://your-pinecone-url`) |
129
+
|`--pinecone.api-key`| Pinecone API key for authentication. |
130
+
|`--pinecone.namespace`| Namespace of the partition to migrate. Optional. |
131
+
|`--pinecone.service-host`| Pinecone service host URL. Optional. |
128
132
129
133
#### Qdrant Options
130
134
@@ -195,6 +199,70 @@ docker run --net=host --rm -it registry.cloud.qdrant.io/library/qdrant-migration
195
199
196
200
</details>
197
201
202
+
<details>
203
+
204
+
<summary><h3>From Weaviate</h3></summary>
205
+
206
+
Migrate data from a **Weaviate** database to **Qdrant**:
207
+
208
+
### 📥 Example
209
+
210
+
> Important ⚠️:
211
+
> Weaviate does not expose vector dimensions and distance metric after a collection is created. [Reference](https://forum.weaviate.io/t/get-vector-dimension-of-a-collection/1769/).
212
+
> Therefore, you must [manually create](https://qdrant.tech/documentation/concepts/collections/#create-a-collection) a Qdrant collection before starting the migration.
213
+
> Ensure that the **vector dimensions in Qdrant exactly match** those used in Weaviate.
0 commit comments