@upstash/vector 1.1.5 → 1.2.0-canary

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  > [!NOTE]
4
4
  > **This project is in GA Stage.**
5
5
  >
6
- > The Upstash Professional Support fully covers this project. It receives regular updates, and bug fixes.
6
+ > The Upstash Professional Support fully covers this project. It receives regular updates, and bug fixes.
7
7
  > The Upstash team is committed to maintaining and improving its functionality.
8
8
 
9
9
  `@upstash/vector` is an HTTP/REST based client for Typescript, built on top of [Upstash REST API](https://upstash.com/docs/vector/api/endpoints/).
@@ -83,7 +83,7 @@ const results = await index.query<Metadata>(
83
83
  ... // query embedding
84
84
  ],
85
85
  includeVectors: true,
86
- includeMetadata: true
86
+ includeMetadata: true,
87
87
  topK: 1,
88
88
  filter: "genre = 'fantasy' and title = 'Lord of the Rings'"
89
89
  },
@@ -210,7 +210,7 @@ const results = await namespace.query<Metadata>(
210
210
  ... // query embedding
211
211
  ],
212
212
  includeVectors: true,
213
- includeMetadata: true
213
+ includeMetadata: true,
214
214
  topK: 1,
215
215
  filter: "genre = 'fantasy' and title = 'Lord of the Rings'"
216
216
  },
@@ -233,7 +233,7 @@ We have a [Discord](upstash.com/discord) for common problems. If you can't find
233
233
 
234
234
  ## Docs
235
235
 
236
- See [the documentation](https://upstash.com/docs/oss/sdks/ts/vector/overview) for details.
236
+ See [the documentation](https://upstash.com/docs/vector/sdks/ts/getting-started) for details.
237
237
 
238
238
  ## Contributing
239
239