* Added streaming output support for global search. Introduce `--streaming` flag to enable or disable streaming mode
* ran ruff format --preview
* update
* cleanup code and streaming api
* update cli argument
* remove whitespace
* checkpoint - add context data to streaming api
* cleanup help menu
* ruff format update
* add context data to streaming response
* add semversioner file
* rename variable for better readability
* rename variable for better readability
* ruff fixes
* fix abstract class type annotation
* add documentation for --streaming CLI flag
---------
Co-authored-by: 6GOD <55304045+6ixGODD@users.noreply.github.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
* added default title_column and collection_name values for workflows using the vector store option
* incorporated vector database support to the query client
* Updated docuemnatation to reflect the new query client param.
* Fixed ruff formatting
* added new poetry lock file
---------
Co-authored-by: Gabriel Nieves-Ponce <gnievesponce@microsoft.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>