Ask a question to get started
Enter to send•Shift+Enter new line
Creates a collection in the Milvus database.
createCollection( vectors: number[][], documents: Document<Record<string, any>>[], properties: Properties ): Promise<void>
vectors
number[][]
Array of vectors to be added to the new collection.
documents
Document<Record<string, any>>[]
Array of Document instances to be added to the new collection.
properties
Properties