Skip to content

Commit

Permalink
Release new docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 2, 2024
1 parent 22dcaac commit ec3aea0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ client.createCollection(requestCreate);
await client.create_collection(
collection_name: 'demo',
schema: schema,
index_params: index_params
index_params: index_params,
functions: functions
);
```

Expand Down

0 comments on commit ec3aea0

Please sign in to comment.