Skip to content

Commit b8aefa9

Browse files
authored
Update app name (open-edge-platform#1107)
1 parent 4d39376 commit b8aefa9

File tree

8 files changed

+125
-128
lines changed

8 files changed

+125
-128
lines changed

sample-applications/video-search-and-summarization/docs/user-guide/overview-architecture-search-and-summary.md

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

sample-applications/video-search-and-summarization/docs/user-guide/overview-architecture-search.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See details on the system architecture and customizable options [here](./overvie
3333
3. How components interact and support extensibility.
3434
-->
3535

36-
Video Search pipeline is a combination of the core LangChain application logic that implements the Video Search pipeline and the set of microservices that implements the salient blocks of the video search pipeline. The following figures illustrate the setup. The Video Search UI communicates with the Video Search backend microservice. The Embedding microservice is provided as part of Intel Edge AI inference microservices catalog supporting a rich set of open-source models that can be downloaded from popular model hubs. For example, the [Hugging Face OpenVINO toolkit](https://huggingface.co/OpenVINO), a model from Hugging Face\* Model Hub that has been optimized using Intel's OpenVINO™ toolkit. The visual data prep. microservice can ingest common video formats, convert it into embedding space, and store it in the vector database. You can also save a copy of the video to the object store.
36+
Video Search pipeline is a combination of the core LangChain application logic that implements the Video Search pipeline and the set of microservices that implements the salient blocks of the Video Search pipeline. The following figures illustrate the setup. The Video Search UI communicates with the Video Search backend microservice. The Embedding microservice is provided as part of Intel's Edge AI inference microservices catalog supporting a rich set of open-source models that can be downloaded from popular model hubs. For example, the [Hugging Face OpenVINO toolkit](https://huggingface.co/OpenVINO), a model from Hugging Face\* Model Hub that has been optimized using Intel's OpenVINO™ toolkit. The visual data prep. microservice can ingest common video formats, convert it into embedding space, and store it in the vector database. You can also save a copy of the video to the object store.
3737

3838
### Technical Architecture Diagram
3939
![Technical Architecture Diagram of video ingestion](./images/TEAI_VideoSearch_Arch-ingest.png)
@@ -58,7 +58,7 @@ Video Search pipeline is a combination of the core LangChain application logic t
5858

5959
- **Ask a query**: The UI microservice provides a prompt window for user queries. The queries can be saved for any future reference and usage. It is possible to enable up to 8 queries to run in the background continuously on any new video being ingested. This is a critical capability required in using this pipeline for agentic reasoning.
6060

61-
- **Execute the search pipeline**: The Video Search backend microservice does the following to generate the output response using the search pipeline:
61+
- **Execute the Video Search pipeline**: The Video Search backend microservice does the following to generate the output response using the Video Search pipeline:
6262
- Converts the query into an embedding space using the Embeddings microservice.
6363

6464
- Does a semantic retrieval to fetch the relevant videos from the vector database. Currently, the top-k (with k being configurable) video is used. Does not use a reranker microservice currently.
@@ -79,7 +79,7 @@ The following figure shows the application flow, including the APIs and data sha
7979
- Explain how it contributes to the application and its benefits.
8080
-->
8181

82-
1. **Intel Edge AI Inference microservices**:
82+
1. **Intel's Edge AI Inference microservices**:
8383
- **What it is**: Inference microservices are the embeddings and reranker microservices that run the chosen models on the hardware, optimally.
8484
- **How it is used**: Each microservice uses OpenAI\* APIs to support their functionality. The microservices are configured to use the required models and are ready. The Video Search backend accesses these microservices in the LangChain\* application which creates a chain out of these microservices.
8585
- **Benefits**: Intel guarantees that the sample application's default microservices configuration is optimal for the chosen models and the target deployment hardware. Standard OpenAI APIs ensure easy portability of different inference microservices.
@@ -91,11 +91,11 @@ The following figure shows the application flow, including the APIs and data sha
9191

9292
3. **Video Search backend microservice**:
9393
- **What it is**: Video Search backend microservice is a LangChain framework-based implementation of Video Search's RAG pipeline, which handles user queries.
94-
- **How it is used**: The UI frontend uses a REST API endpoint to send user queries and trigger the search pipeline.
95-
- **Benefits**: The microservice provides a reference on using the LangChain framework for implementing Video Search through Intel Edge AI inference microservices.
94+
- **How it is used**: The UI frontend uses a REST API endpoint to send user queries and trigger the Video Search pipeline.
95+
- **Benefits**: The microservice provides a reference on using the LangChain framework for implementing Video Search through Intel's Edge AI inference microservices.
9696

9797
4. **Video Search UI**:
98-
- **What it is**: A reference frontend providing an interface for you to interact with the Video Search search pipeline.
98+
- **What it is**: A reference frontend providing an interface for you to interact with the Video Search pipeline.
9999
- **How it is used**: The UI microservice runs on the deployed platform on a certain configured port. Accessing the specific URL allows you to use the UI.
100100
- **Benefits**: This microservice must be treated as a sample reference implementation.
101101

@@ -121,4 +121,4 @@ Intel designed the Video Search sample application with modularity, allowing dev
121121
- Follow the system requirements guidelines on the different options available.
122122

123123
## Next Steps
124-
- [Get Started](./get-started.md)
124+
- [Get Started](./get-started.md)

0 commit comments

Comments
 (0)