|
|
|
|
|
by jamesblonde
1023 days ago
|
|
It's not clear to me that only a vector DB should be used for RAG.
Vector DBs give you stochastic responses. For customer chatbots, it seems that structured data - from an operational database or a feature store adds more value. If the user asks about an order they made or a product they have a question about, you use the user-id (when logged in) to retrieve all info about what the user bought recently - the LLM will figure out what the prompt is referring to. Reference: https://www.hopsworks.ai/dictionary/retrieval-augmented-llm |
|
1. Will that query look like this:
2. How will a feature store, like Hopsworks, help in this app?Shameless self-plug: We are building EvaDB [1], a query engine for shipping fast AI-powered apps with SQL. Would love to exchange notes on such apps if you're up for it!
[1] https://github.com/georgia-tech-db/evadb