aws-samples / aws-genai-conversational-rag-reference

AWS Generative AI Conversational RAG Reference (Galileo)
https://aws-samples.github.io/aws-genai-conversational-rag-reference
Apache License 2.0
63 stars 21 forks source link

fix(sdk): use api types in sdk to considate/simplify chat engine config #94

Closed JeremyJonas closed 7 months ago

JeremyJonas commented 7 months ago

Consolidate the ChatEngineConfig type to be API type based for consistency and simplification.

This required a dependency on api-runtime in sdk, which is against the semantics of the repo, but that is all going away later anyways to simplify the project so it ok as it aligns with direction we want.