Implement an extendable view which enables package users to implement 'chat' interfaces with minimal effort.
Should support:
- Both streaming and non-streaming use cases
- Extension to add authentication, etc. where required
- Ability to specify which indexes to query
- Add support for follow-up questions
Replaces #48
Implement an extendable view which enables package users to implement 'chat' interfaces with minimal effort.
Should support:
Replaces #48