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 20 forks source link

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

Closed JeremyJonas closed 7 months ago

JeremyJonas commented 7 months ago

Consolidated and simplified the ChatEngineConfig to use API based type which resolved inconsistency with request type marshalling.

This required a dependency on api-runtime package from the sdk package, which is against the original semantics of the structure, but we are moving away from that soon to simplify and having api first preceedes this inconsisent demo->framework dep chain.