* Add log_verb_static to allow logging without inheriting SynapseMLLogger
* Add check for logger existance
* Initial commit - custom logging function
* Add custom logging function to log_base
* Add custom_logging function to log_verb_static
* Removing erraneous import
* Change custom logging function to output a dict
* Style fixes
* Custom logger now uses a dict - and feature_name passed to log_verb_static
* Change .logger to ._logger
* Style fixes
---------
Co-authored-by: Shyam Sai <shyamsai@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
* Feat: Add custom embedder
* Corrected Names and file location
* Code style corrections
* Source temp fixes
* Formating
* First test
* Name changes
* With two models
* Source style corrections
* Name change
* Name change
* Merge init scripts
* Removed extra file
* Added result output and _ correction
* Formatted
* Runtime flag update and load class from file (not from synapse.ml..)
* Use built synapse.ml package instead of file
* Clean imports and the class
* Corrected edge cases (slam dataframe or no gpu)
* Added check for cuda
* Added synapse.ml.nn.KNN to run on CPU
* add some small fixes to namespaces
* formatted
* corrected default batch size
* Added test
* Corrected build errors
* style fixes
* Style corrections
* More style corrections
* Added extra row
* Corrected comparison results image
* Corrected init and test
Updated rapidsml version and use init_spark
* Style correction
* Updated notebook image link
* Added sentence_transformers for testing
* trying to fix testing
* style change
* removed style spaces
* Style again...
* added pyspark
* remove pyspark
* corrected utest
* Reverse style change
* change data size
* comment a line
* Corrected init_spark()
* Style and added SQLContext
* Corrected result_df and remove old image
* Corrected sidebars.js
* match web names
---------
Co-authored-by: bvonodiripsa <bvonodiripsa>
Co-authored-by: Alexander <157773158+bvonodiripsa@users.noreply.github.com>
Co-authored-by: Mark Hamilton <marhamil@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
* Added ability to use a custom url and add custom headers in the request
* Added ability to use a custom url and add custom headers in the request
* Changed naming from customHeader to customHeaders
* Update cognitive/src/test/scala/com/microsoft/azure/synapse/ml/services/openai/OpenAIChatCompletionSuite.scala
set 'Custom Endpoint' test to be ignored
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
* Update cognitive/src/main/scala/com/microsoft/azure/synapse/ml/services/CognitiveServiceBase.scala
removed scalastyle and fixed syntax error
* fixed syntax issue
---------
* Update developer setup to include VM Option - got rid of WinUtils step
* Fixing punctuation
---------
Co-authored-by: Shyam Sai <shyamsai@microsoft.com>
* adding support for dimensions parameter to OpenAIEmbedding
* fixing scalastyle error
* fix service to use for testing embedding dimensions
---------
Co-authored-by: Scott Graham <scgraham@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>