Brynn Yin
Brynn Yin
Thanks, I got the usage by their example, I mean you've said you can't get connection work, we'd like to see the way you are using the promptflow connections and...
Thank you for the detail, I got it. **TL:DR - Use custom connection and custom python tool can achieve this.** **About Connection** If the github token can be set as...
Hi @adampolak-vertex , thanks for reaching us. Promptflow will not limit data size, I guess the data size was limited by Azure App Insights. I found some reference about this...
Thanks for reaching us, we will keep this item open as this requires long-term workload, will update the item if any follow up on this issue.
@labeebee could you please let us know your usage? We'd like to see if there is a way to use AzureOpenAIConnection instead of ModelConfig to workaround this problem.
Just take a look at the example, the evaluator in this notebook is using Prompty to achieve llm calls which is not support AAD for now, we have this example...
Of course, AAD is an important part of model config, as connection has supported it, it could be a long-term work so you could use connection to unblock yourself at...
Hi there, the error says `Connection not found`, does the 'aoi_connection' exists?
We will fetch the connection from local sqlite db in this step, and created connection can be used in different flow so that you don't need to define it every...
Hi, promptflow doesn't depends on langchain, but this example https://github.com/microsoft/promptflow/blob/main/examples/flex-flows/eval-criteria-with-langchain/langchain-eval.ipynb is using langchain, if you are trying based on this example, could you please search from the code to see...