opensearch-project / demos

Apache License 2.0
2 stars 13 forks source link

[FEATURE][DocBot] Add RAG Search Pipeline #82

Closed dtaivpp closed 9 months ago

dtaivpp commented 11 months ago

Is your feature request related to a problem?

We need a RAG Search Pipeline that will be used with our cohere-index.

What solution would you like?

In our cluster_bootstrap.py we need to create a search pipeline that will be used as the default for our cohere-index. This search pipeline will need to be created after our models are initiated and before the cohere-index is created.

We will need to use the new LLM_MODEL_ID from our model state as the model for this. See #62

Here is the reference for creating a RAG search pipeline in OpenSearch: https://opensearch.org/docs/latest/ml-commons-plugin/conversational-search/#setting-up-the-pipeline

ortegaa32 commented 11 months ago

Could I be assigned to this issue?

dtaivpp commented 9 months ago

Closed with #98