Add new DocIndexRetriever example#405
Conversation
|
@minmin-intel @ftian1 @lvliang-intel , please take a look |
Signed-off-by: Chendi.Xue <[email protected]>
ee907e6 to
efa8275
Compare
for more information, see https://pre-commit.ci
Signed-off-by: Chendi.Xue <[email protected]>
eb91097 to
9f73f29
Compare
Signed-off-by: Chendi.Xue <[email protected]>
9f73f29 to
484a033
Compare
hshen14
left a comment
There was a problem hiding this comment.
@xuechendi It seems the new GenAI example could be part of ChatQnA (RAG). Does it make sense to improve ChatQnA to add this example?
@hshen14 , thanks for the review. If we use ChatQnA directly, we will need to provide different Spec from ChatQnA with different chatQnA megaflow to only enable RAG part. Either way is working for me, but I felt adding a new example is clearer. Also, we can support more than one optional vectorstore backend in RAG megaservice for different scenarios. |
We are now having Agent example. Since it's designed to be used by Agent, how about moving under Agent? |
Signed-off-by: Chendi.Xue <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Chendi.Xue <[email protected]>
Signed-off-by: Chendi.Xue <[email protected]>
Signed-off-by: Chendi.Xue <[email protected]>
Signed-off-by: Chendi.Xue <[email protected]>
Signed-off-by: Chendi.Xue <[email protected]>
120d1b0 to
770e7b2
Compare
|
@kevinintel , can you help to '@' the right person who should review/approve this PR. |
* Add DocIndexRetriever example Signed-off-by: Chendi.Xue <[email protected]> --------- Signed-off-by: Chendi.Xue <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: XuhuiRen <[email protected]>
…format (opea-project#405) Co-authored-by: sys-lpot-val <[email protected]> Co-authored-by: lvliang-intel <[email protected]>
User can set evenly_distributed true to have the pods distribute evenly. Signed-off-by: Dolpher Du <[email protected]>
* Add DocIndexRetriever example Signed-off-by: Chendi.Xue <[email protected]> --------- Signed-off-by: Chendi.Xue <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: XuhuiRen <[email protected]> Signed-off-by: cogniware-devops <[email protected]>
Description
Add a new example for only add data to vector store and retrieve from vector store
related AIComps change:
opea-project/GenAIComps#314
Issues
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
No
Tests
No