-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue40-integrate-pagination #43
Conversation
Having a dataclass manage the flask config by using default values gets clunky, especially for testing. Dicts are easier to work with. I used TypedDict only for type hinting.
a87fe4f
to
ca67a7e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing a lot of leakage between Azure configuration settings into finesse-backend to the point it seems hard to separate both. Guess we'll see into refactoring this when we try to integrate LlamaIndex
50afd35
to
73df7a4
Compare
Closes #40: integrate pagination
.env.template
azure-db
dependency to the main branch