An open API service indexing awesome lists of open source software.

https://github.com/ohmycloud/rig-semantic-router


https://github.com/ohmycloud/rig-semantic-router

Last synced: over 1 year ago
JSON representation

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
```