sgcWebSockets 2023.6

· Versiones

Rad Studio

[+] : New Pinecone API Client, it's a vector database which provides long-term memory para AI using embeddings from AI models.
[+] : Nueva Demo que muestra las principales características de Pinecone API, it's located in the folder "15.AI\10.Vector_Database\01.Pinecone".
[+] : New TsgcAIDatabaseVectorFile, handles the OpenAI Embedding vectors using 2 files: one para vectors and another para the prompts. This component is para testing purposes, not para production. For production use any Vector Database like Pinecone.
[+] : New TsgcAIDatabaseVectorPinecone, store and query the OpenAI Embedding vectors using the Pinecone API.
[+] : Nueva Demo showing how to build a Questions & Answers application using custom knowledge data (stored in a pinecone database or in a text file) and OpenAI Chat API, it's located in the folder "15.AI\02.Applications\03.QA".
[+] : Mejorado SignalR Component, now allows to send/receive binary data.
[+] : Nueva Demo showing how to inicio de sesión using a Google or Microsoft account in Mobile devices, the demo is located in the folder "Demos\20.HTTP_Protocol\09.OAuth2_Social\sgcOAuth2_Social_FMX".
[+] : Corregido Demo OAuth2 Client using TWebBrowser on Windows 11, javascript not soporteed when trying to inicio de sesión using a google account.
[+] : Mejorado ChatGPT Demo located in the folder "Demos\15.AI\01.QuickStart\04.ChatGPT". (Gracias a Dobrin para the improvements).

[*] : Corregido error OpenAI Client, an exception was raised trying to read the vector embeddings response.
[*] : Corregido error OpenAI Client, invalid JSON request "utf-8", the text was not encoded properly.
[*] : Corregido error OAuth2 Server, the url parameters were not decoded.
[*] : Corregido error FPC compiling SpeechToText components.
[*] : Corregido error en el Cliente Telegram under Android, library cannot be loaded.
[*] : Corregido error en el Cliente Telegram under Android 32, the following error was raised while compiling "component is not declared".
[*] : Corregido error WebPush Demo, openSSL 3.0 was not set by default (Gracias a Ad por avisarme).
[*] : Corregido error sgcIdSSLOpenSSLHeaders_static compiling error on iOS when setting an openSSL API Version.

[*] : Corregido error sgcIdSSLOpenSSLHeaders_static access violation error on iOS. 

.NET

[*] : Corregido error OAuth2 Server, the url parameters were not decoded.