Add validate microservice details link#852
Merged
Merged
Conversation
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
kevinintel
approved these changes
Sep 19, 2024
chensuyue
approved these changes
Sep 19, 2024
wangkl2
pushed a commit
to wangkl2/GenAIExamples
that referenced
this pull request
Dec 11, 2024
* Adds an endpoint for image ingestion Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Combined image and video endpoint Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Add test and update README Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * fixed variable name for embedding model (opea-project#1) Signed-off-by: okhleif-IL <omar.khleif@intel.com> * Fixed test script Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Remove redundant function Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * get_videos, delete_videos --> get_files, delete_files (opea-project#3) Signed-off-by: okhleif-IL <omar.khleif@intel.com> * Updates test per review feedback Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Fixed test Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Add support for audio files multimodal data ingestion (opea-project#4) * Add support for audio files multimodal data ingestion Signed-off-by: dmsuehir <dina.s.jones@intel.com> * Update function name Signed-off-by: dmsuehir <dina.s.jones@intel.com> --------- Signed-off-by: dmsuehir <dina.s.jones@intel.com> * Change videos_with_transcripts to ingest_with_text Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Add image support to video ingestion with transcript functionality Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Update test and README Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Updated for review suggestions Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * Add two tests for ingest_with_text Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> * LVM TGI Gaudi update for prompts without images (opea-project#7) * LVM Gaudi TGI update for prompts without images Signed-off-by: dmsuehir <dina.s.jones@intel.com> * Wording Signed-off-by: dmsuehir <dina.s.jones@intel.com> * Add a test Signed-off-by: dmsuehir <dina.s.jones@intel.com> --------- Signed-off-by: dmsuehir <dina.s.jones@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Change dummy image to be b64 encoded instead of the url (opea-project#9) Signed-off-by: dmsuehir <dina.s.jones@intel.com> * Updates based on review feedback (opea-project#10) Signed-off-by: dmsuehir <dina.s.jones@intel.com> * Test fix (opea-project#11) Signed-off-by: dmsuehir <dina.s.jones@intel.com> --------- Signed-off-by: Melanie Buehler <melanie.h.buehler@intel.com> Signed-off-by: okhleif-IL <omar.khleif@intel.com> Signed-off-by: dmsuehir <dina.s.jones@intel.com> Co-authored-by: dmsuehir <dina.s.jones@intel.com> Co-authored-by: Omar Khleif <omar.khleif@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: lvliang-intel <liang1.lv@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add validate microservice details link
Issues
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
None
Tests
Just document enhancement