@antfly/sdk 0.0.5 → 0.0.6

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
@@ -131,7 +131,7 @@ const indexInfo = await client.indexes.get('products', 'price_index');
131
131
  await client.indexes.create('products', 'embeddings_index', {
132
132
  field: 'description',
133
133
  dimension: 768,
134
- embedder_config: {
134
+ embedder: {
135
135
  provider: 'openai',
136
136
  model: 'text-embedding-ada-002'
137
137
  }