https://github.com/hsm207/my-framework-weaviate-examples
https://github.com/hsm207/my-framework-weaviate-examples
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hsm207/my-framework-weaviate-examples
- Owner: hsm207
- Created: 2022-12-30T15:28:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T00:43:21.000Z (over 1 year ago)
- Last Synced: 2025-01-14T11:16:52.023Z (9 months ago)
- Language: Jupyter Notebook
- Size: 328 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
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](https://containers.dev/).
# Usage
## First Steps
1. Clone this repo
2. Run `make get-submodules`## Running an example (with VS Code + Docker)
The environment to run an example is brought up in the same way. For example, to run the txtai examples:
1. Use VS Code to open the [txtai](./txtai/) folder
2. You will be asked if you would like to reopen in the folder in a container.
3. Select `Reopen in Container`.
4. Open the [notebooks](./txtai/notebooks/) folder and run through each example.Update the `docker-compose.yml` and/or `Dockerfile` files in the [.devcontainer](./txtai/.devcontainer) folder if you would like to edit the environment.