Eduard van Valkenburg

Results 31 issues of Eduard van Valkenburg

### Motivation and Context Implements dealing with unsafe content, by doing HTML parsing on variables and function results. Closes: #5889 ### Description Adds parameter `allow_dangerously_set_content` to: - InputVariable - PromptTemplateConfig...

python
documentation

### Motivation and Context Mypy coverage for template engines folder ### Description ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] The PR...

python

### Motivation and Context Extend mypy coverage for three of the smaller folders still to go ### Description ### Contribution Checklist - [x] The code builds clean without any errors...

python

### Motivation and Context extend mypy coverage for prompt_templates folder ### Description ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] The PR...

python

### Motivation and Context We moved all Hugging Face tests to integration, because they connect to HF to download models, now readded tests with mocking, not yet for streaming. ###...

python

### Motivation and Context First pieces of the new memory abstractions for Python. Includes new classes for VectorStoreModels, records, fields, decorator Includes new: - VectorRecordStoreBase - AzureAISearchVectorRecordStore - RedisVectorRecordStore Includes...

python
memory

```[tasklist] ### Tasks - [ ] add the option to the settings - [ ] handle the final streaming usage content message ```

python

### Motivation and Context Adds a parameter to the hugging face text completion class to supply the Pipeline, this allows more customization. Added a sample that shows how to setup...

python

### Motivation and Context Updated coveragerc and mypy files in prep of spike Moved Text tests into single integration test setup ### Description ### Contribution Checklist - [x] The code...

python

### Motivation and Context Since Google Palm will be deprecated soon, removing Google Palm from SK. Closes #6362 ### Description ### Contribution Checklist - [x] The code builds clean without...

python