https://github.com/rggh/fe
🚀 Qdrant Rust Fastembed 🚀
https://github.com/rggh/fe
fastembed qdrant rust
Last synced: about 1 year ago
JSON representation
🚀 Qdrant Rust Fastembed 🚀
- Host: GitHub
- URL: https://github.com/rggh/fe
- Owner: RGGH
- Created: 2024-11-12T13:27:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T14:18:15.000Z (over 1 year ago)
- Last Synced: 2025-02-02T03:31:45.182Z (over 1 year ago)
- Topics: fastembed, qdrant, rust
- Language: Rust
- Homepage: https://redandgreen.co.uk/qdrant-rust/ai-ml/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qdrant & Rust - embeddings

## https://qdrant.tech/articles/fastembed/
### https://redandgreen.co.uk/qdrant-rust/ai-ml/
```docker pull qdrant/qdrant```
docker run -p 6333:6333 -p 6334:6334 \
-v $(pwd)/qdrant_storage:/qdrant/storage:z \
qdrant/qdrant