Skip to content

Commit 3021984

Browse files
Fix blog link for vector streaming
Updated blog link in README to reflect new URL.
1 parent 314b976 commit 3021984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ EmbedAnything is a minimalist, yet highly performant, modular, lightning-fast, l
9999

100100
Vector streaming transforms a sequential bottleneck into an efficient, concurrent workflow.
101101

102-
The embedding process happens separetly from the main process, so as to maintain high performance enabled by rust MPSC, and no memory leak as embeddings are directly saved to vector database. Find our [blog](https://starlight-search.com/blog/2025/02/25/vector%20database/).
102+
The embedding process happens separetly from the main process, so as to maintain high performance enabled by rust MPSC, and no memory leak as embeddings are directly saved to vector database. Find our [blog](https://embed-anything.com/blog/2024/03/31/vector-streaming/).
103103

104104
[![EmbedAnythingXWeaviate](https://res.cloudinary.com/dltwftrgc/image/upload/v1731166897/demo_o8auu4.gif)](https://www.youtube.com/watch?v=OJRWPLQ44Dw)
105105

0 commit comments

Comments
 (0)