Hacker News new | ask | show | jobs
by moneywoes 1158 days ago
How does this compare to using Whisper and feeding that into a vector DB and querying with a LLM

Pardon the dumb question I only have an elementary understanding

1 comments

Not a dumb question at all! Essentially what can do Marqo, and this blog shows, is that there is alot of logic and work to do what you said (i.e. pass raw data into LLM, get embeddings, store in vector DB, then query both embeddings and original data).