Added support to ingest financial news in the Qdrant vector DB in batch mode #12
iusztinpaul
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the Makefile interface changed, you can do the following ↓
Run production streaming pipeline in
real-time
mode:To populate the vector DB you can ingest historical data by running the streaming pipeline in
batch
mode:Run the streaming pipeline in
real-time
anddevelopment
modes:Run the streaming pipeline in
batch
anddevelopment
modes:Run a query in your vector DB:
make search PARAMS='--query_string "Should I invest in Tesla?"'
You can replace the
--query_string
with any question you want.Beta Was this translation helpful? Give feedback.
All reactions