CompatibilityOnly available on Node.js.
Setup
- Run Milvus instance with Docker on your computer docs
-
Install the Milvus Node.js SDK.
npm
-
Setup Env variables for Milvus before running the code
3.1 OpenAI
3.2 Azure OpenAI
Index and query docs
npm
Query docs from existing collection
Related
- Vector store conceptual guide
- Vector store how-to guides