https://github.com/naaive/weaviate-ui
Weaviate Web UI
https://github.com/naaive/weaviate-ui
weaviate
Last synced: 5 months ago
JSON representation
Weaviate Web UI
- Host: GitHub
- URL: https://github.com/naaive/weaviate-ui
- Owner: naaive
- Created: 2023-09-14T08:10:10.000Z (about 2 years ago)
- Default Branch: release
- Last Pushed: 2023-09-14T13:13:12.000Z (about 2 years ago)
- Last Synced: 2025-03-31T01:06:03.937Z (6 months ago)
- Topics: weaviate
- Language: TypeScript
- Homepage:
- Size: 662 KB
- Stars: 46
- Watchers: 2
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weaviate-UI

Weaviate-UI is a web client for interacting with the Weaviate.
## Features
- Schema query
- Data search## Usage
```bash
$ docker run -e WEAVIATE_URL=http://localhost:8091 -e WEAVIATE_API_KEYS=secret naaive/weaviate-ui:latest
```## Contribution
Any form of contribution is welcome, including but not limited to submitting bug reports, proposing new features, improving code, etc.