Update prosty-rag.cmd
Browse files- prosty-rag.cmd +1 -0
prosty-rag.cmd
CHANGED
|
@@ -42,6 +42,7 @@ goto :eof
|
|
| 42 |
#> | Out-Null
|
| 43 |
$topK = 3
|
| 44 |
Add-Type -AssemblyName System.Web
|
|
|
|
| 45 |
$listener = [System.Net.HttpListener]::new()
|
| 46 |
$listener.Prefixes.Add('http://localhost:8081/')
|
| 47 |
$listener.Start()
|
|
|
|
| 42 |
#> | Out-Null
|
| 43 |
$topK = 3
|
| 44 |
Add-Type -AssemblyName System.Web
|
| 45 |
+
$OutputEncoding = [Console]::OutputEncoding = [System.Text.UTF8Encoding]::new()
|
| 46 |
$listener = [System.Net.HttpListener]::new()
|
| 47 |
$listener.Prefixes.Add('http://localhost:8081/')
|
| 48 |
$listener.Start()
|