Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Lee <austin@aryn.ai>
  • Loading branch information
austintlee committed Oct 11, 2023
1 parent bdebe65 commit a598e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions search-processors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ GET /<index>/_search\?search_pipeline\=<search pipeline name>

To use this with Bedrock models, use "bedrock/" as a prefix for the "llm_model" parameters, e.g. "bedrock/anthropic".

The latest RAG processor has been tested with OpenAI's GPT 3.5 and 4 models and Bedrock's Anthropic Claude (v2) model only.

## Retrieval Augmented Generation response
```
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/
public interface Llm {

// TODO Ensure the current implementation works with all models supported by Bedrock.
enum ModelProvider {
OPENAI,
BEDROCK
Expand Down

0 comments on commit a598e5e

Please sign in to comment.