opensearch-project/demos

[FEATURE][DocBot] Add a Cohere Command model

开放

#62 创建于 2023年10月23日

 (4 条评论) (0 个反应) (1 位负责人) (18 个派生)auto 404
OSCIenhancementgood first issue

仓库指标

星标
 (4 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is your feature request related to a problem?

At the moment we have a connector that will support us in embedding our documents however we are missing a model for getting generative responses.

What solution would you like?

Since we are already using the Cohere connector I think we should try and use the cohere command-nightly LLM. We can at least evaluate this and ensure that it will meet our needs.

This should be created in the cluster_bootstrap.py file after we create the cohere connector. Unlike the other model this one will not get plugged into an index or search pipelines as it will just be used to generate responses from our commands.

What alternatives have you considered?

We could use an outside OpenSearch connector to build this however I think there are advantages to having it within the cluster.

贡献者指南