{ "cells": [ { "cell_type": "markdown", "id": "9c5c18a1", "metadata": {}, "source": [ "* Milvus Vector Database: https://milvus.io" ] }, { "cell_type": "markdown", "id": "2df4fa0b", "metadata": {}, "source": [ "# Libraries" ] }, { "cell_type": "code", "execution_count": null, "id": "df27797f", "metadata": { "scrolled": true }, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "4876213b", "metadata": {}, "source": [ "# Connection and Collection" ] }, { "cell_type": "code", "execution_count": null, "id": "092108a6", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "6a2a2b8f", "metadata": {}, "source": [ "# Schema Definition" ] }, { "cell_type": "code", "execution_count": null, "id": "baa95bb6", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "2411948b-2a54-46e8-be1c-b3916c32dff8", "metadata": {}, "source": [ "# Embeddings Count" ] }, { "cell_type": "code", "execution_count": null, "id": "957c6f1c-31b7-40e8-ab18-02069802fe70", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "33f35de9-a15c-48ea-82c9-b4e95d9c8c25", "metadata": {}, "source": [ "# Embeddings Content" ] }, { "cell_type": "code", "execution_count": null, "id": "c59696a9-a8f7-41c3-86d5-af2a80ea7fea", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.6" } }, "nbformat": 4, "nbformat_minor": 5 }