Skip to content

    Quickstart 1. Create Object & Import Data & Create Vectors

    Created by
    Weaviate
    Weaviate

    This repl will create a Weaviate Client to connect with an instance of a Weaviate vector database, it'll create a class called "Question" and then source a tiny dataset of question answer pairs from a github repository. Once the dataset is available to the repl, it'll iterate through the dataset and store it in Weaviate's vector database and create vectors for each entry.

    Preview