This repository contains examples on how to integrate weaviate with frameworks that support using weaviate as a document store.
The examples are designed to run inside development containers.
- Clone this repo
- Run
make get-submodules
The environment to run an example is brought up in the same way. For example, to run the txtai examples:
- Use VS Code to open the txtai folder
- You will be asked if you would like to reopen in the folder in a container.
- Select
Reopen in Container
. - Open the notebooks folder and run through each example.
Update the docker-compose.yml
and/or Dockerfile
files in the .devcontainer folder if you would like to edit the environment.