Skip to content

Commit 273bf9d

Browse files
Update README and Cargo.toml to include video embedding feature
- Removed outdated video guide link from README.md. - Added video feature flag in Cargo.toml to support video embedding functionality.
1 parent 658293d commit 273bf9d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ EmbedAnything is a minimalist, yet highly performant, modular, lightning-fast, l
9191
- **AWS S3 Bucket:** : Directly import AWS S3 bucket files.
9292
- **Prebult Docker Image** : Just pull it: starlightsearch/embedanything-server
9393
- **SearchAgent** : Example of how you can use index for Searchr1 reasoning.
94-
- **Video guide** : Quick start for frame sampling: https://embed-anything.com/guides/video/
94+
9595

9696
## 💡What is Vector Streaming
9797

python/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ metal = ["embed_anything/metal"]
2727
ort = ["embed_anything/ort"]
2828
audio = ["embed_anything/audio"]
2929
aws = ["embed_anything/aws"]
30+
video = ["embed_anything/video"]

0 commit comments

Comments
 (0)