I followed the documentation from here. Got the good insight that we are using the embedding and LLM models to do RAG, but where it is written for the
`
> Natural Language to PPL to Document Response.
` This is no documentation in this.
How do i convert Natural language input to PPL and then to response?
You would need to to use the logs explorer page to try the PPL generation and summarization. To get there, in OpenSearch Dashboards, go to the Logs page under the Observability section. Then click on Event Explorer button to get to the logs explorer page.
You can also try calling the dashboard apis for summarization and PPL generation that are listed here.
hi @ramda, if you want to build an app, i would recommend to wait for ml-commons agent framework release in 2.12. There is a PPL Tool for it and documentation will be ready by release
The current API in OSD is not stable and will be removed soon. if you want to try you should be able to run something like this using httpie
https -a='user:pass' localhost:5601/api/assistant/generate_ppl osd-xsrf:1 index=opensearch_dashboards_sample_data_flights question='what are the longest flights in the past day'