Bobur Umurzokov
Bobur Umurzokov
### Description It would be nice to have a new webpage for the Apache APISIX Heroes list where we can mention our active contributors' name on the website and promote...
### Motivation I thought it can be helpful for the community here to use such tools. Authgear has many free-to-use SDKs for different platforms. You can check the repos here:...
Hi, I added a new Python library called LLM App that helps developers to build their own LLM apps. Let me know if there is anything that needs to be...
I assume that currently, the LLM App API client wrapper for OpenAI API does not support this streaming completions feature. It is nice to have it where we can stream...
Currently, there is no way to send the data to the indexing process without creating a doc column from the input. Need to fix the indexing error: ```bash AttributeError: Table...
Flatten data structures in a Jsonline file can not be mapped to structured schemas automatically. For example, `list_price and current_price` mapping to the scheme is failing: {"position": 1, "link": "https://www.amazon.com/Avia-Resistant-Restaurant-Service-Sneakers/dp/B0BJY1FN8F",...
What key challenges of productionizing LLM applications can Pathway solve and make the process easier?
Flatten data structures in a Jsonline file can not be mapped to structured schemas automatically. For example, list_price and current_price mapping to the scheme is failing: {"position": 1, "link": "https://www.amazon.com/Avia-Resistant-Restaurant-Service-Sneakers/dp/B0BJY1FN8F",...
Hi @james-tn, Do you have an example of a deployment script to run the app in Azure? https://github.com/microsoft/OpenAIWorkshop/tree/main/scenarios/incubations/copilot/realtime_streaming Now I am experimenting with a similar use case and I found...