https://github.com/ohmycloud/rig-semantic-router
https://github.com/ohmycloud/rig-semantic-router
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohmycloud/rig-semantic-router
- Owner: ohmycloud
- Created: 2025-01-17T04:17:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-17T04:33:29.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:33:39.823Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 语义路由
```bash
docker pull qdrant/qdrant
docker run -p 6333:6333 -p 6334:6334 \
-e QDRANT__SERVICE__GRPC_PORT="6334" \
qdrant/qdrant
cargo run --bin rig-semantic-router
```