Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serve Query Responses from DynamoDB Conversation History #3

Closed
thejustin opened this issue Jun 22, 2023 · 1 comment
Closed

Serve Query Responses from DynamoDB Conversation History #3

thejustin opened this issue Jun 22, 2023 · 1 comment

Comments

@thejustin
Copy link

Can you provide an option to serve responses only from the DynamoDB Conversation History? This way a user can cost optimize their usage of the ml.g5.24xlarge instance?

@bigadsoleiman
Copy link
Collaborator

Hi @thejustin checkout the new released version to achieve this.

You can now integrate custom or fake LLMs. Without being forced to deploy a model on sagemaker. You can potentially have no LLM at all and still consult the conversation history and UI.

For a custom/fake LLM you will need to write your own adapter like this one and simply return your preferred LLM object in get_llm method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants