Bytewax Streaming Pipeline Finished! #5
iusztinpaul
announced in
Announcements
Replies: 1 comment 1 reply
-
Hey can you tell the start of bytewax streaming how you have implemented it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are happy to announce that the streaming pipeline is finished. It is only working locally for now, but soon, we will show you how to deploy it.
Using it, you will use a web socket to listen to news from the Alpaca server constantly, use Bytewax to process the information, HuggingFace to embed the text, and Qdrant to load the embeddings to a vector DB.
To test it out, you have to:
make install cp .env.example .env # ... and fill the env vars make run
Beta Was this translation helpful? Give feedback.
All reactions