Skip to content

Commit

Permalink
Merge pull request #2467 from krisfreedain/2023-11-assistlink
Browse files Browse the repository at this point in the history
URL edit
  • Loading branch information
nateynateynate authored Nov 30, 2023
2 parents b719b59 + 45307a7 commit e7d32d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Next, we connected these skills to an LLM to help generate the summary from the

Last, we needed to provide an intuitive and interactive OpenSearch Dashboards user experience. This was as simple as embedding the provided search bar UI component into our log explorer interface. The following diagram provides an architectural view of how these parts are used together.

This example experience showcases one of many possible solutions you can build with the OpenSearch Assistant toolkit. We welcome you to try it out by simply logging in to [OpenSearch Playground](https://playground.opensearch.org/app/home) and asking questions. If you’d like to check out the code, it’s all available on GitHub within these repos: [LangChain](https://github.com/opensearch-project/dashboards-assistant/tree/feature/langchain), [Dashboards](https://github.com/opensearch-project/OpenSearch-Dashboards/tree/feature/2.11/os-assistant), and the [query assistant](https://github.com/opensearch-project/dashboards-observability/tree/feature/explorer-query-assistant). We’ve also built Docker images to help you stand up this demo with your own data by following [these steps](https://github.com/opensearch-project/dashboards-assistant/blob/main/GETTING_STARTED_GUIDE.md). And we’ve created the following video demonstration of the kinds of AI-powered experiences developers can build with the OpenSearch Assistant toolkit.
This example experience showcases one of many possible solutions you can build with the OpenSearch Assistant toolkit. We welcome you to try it out by simply logging in to [OpenSearch Playground](https://ai.playground.opensearch.org/) and asking questions. If you’d like to check out the code, it’s all available on GitHub within these repos: [LangChain](https://github.com/opensearch-project/dashboards-assistant/tree/feature/langchain), [Dashboards](https://github.com/opensearch-project/OpenSearch-Dashboards/tree/feature/2.11/os-assistant), and the [query assistant](https://github.com/opensearch-project/dashboards-observability/tree/feature/explorer-query-assistant). We’ve also built Docker images to help you stand up this demo with your own data by following [these steps](https://github.com/opensearch-project/dashboards-assistant/blob/main/GETTING_STARTED_GUIDE.md). And we’ve created the following video demonstration of the kinds of AI-powered experiences developers can build with the OpenSearch Assistant toolkit.

{% include youtube-player.html id=page.OpenSearchAssistantDemo %}

Expand Down

0 comments on commit e7d32d7

Please sign in to comment.