Commit Graph

698 Commits

Author SHA1 Message Date
ZePan110
78beddaa36 Optimize path and link validity check. (#745)
Signed-off-by: ZePan110 <ze.pan@intel.com>
2024-10-09 10:54:16 +08:00
ZePan110
4e5de17895 Compatible with different platforms. (#766)
* Compatible with different platforms.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix issue.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix issue

Signed-off-by: ZePan110 <ze.pan@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: ZePan110 <ze.pan@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-08 20:57:05 +08:00
XinyuYe-Intel
5d0c436704 Add stable diffusion microservice (#729)
* add stable diffusion microservice.

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* added test.

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* changed output to images bytes data

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* unified inference and wrapper into one microservice.

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix test.

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

---------

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-08 14:13:52 +08:00
Hoong Tee, Yeoh
48b23397eb CODEOWNER: Update comp CODEOWNER (#757)
Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
2024-10-08 14:12:39 +08:00
Abolfazl Shahbazi
dfd89affe6 Misc docker updates (#761)
Signed-off-by: Abolfazl Shahbazi <abolfazl.shahbazi@intel.com>
2024-10-08 08:49:47 +08:00
David Kinder
6a1263b52b doc: fix heading level (#759)
Signed-off-by: David B. Kinder <dbkinder1@msn.com>
Co-authored-by: David B. Kinder <dbkinder1@msn.com>
2024-10-07 10:03:04 +08:00
Krishna Murti
2c0e43c318 🐛 bugfix : Retrieval on llm-vllm service not working (#756)
* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* 🐛 bugfix: Retrieval on llm-vllm service not working

Signed-off-by: Krishna Murti <krishna.murti@intel.com>

* removed LLMParamDocs instantiation

Signed-off-by: Krishna Murti <krishna.murti@intel.com>

* applied patch for recent updates for llm-vllm

Signed-off-by: Krishna Murti <krishna.murti@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Krishna Murti <krishna.murti@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-03 09:46:04 +05:30
Chendi.Xue
4638c1d45d Enable vllm for Agent (#752)
* Update Agent vllm client codes and test

Signed-off-by: Chendi.Xue <chendi.xue@intel.com>

* Update README with vllm related update

Signed-off-by: Chendi.Xue <chendi.xue@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove unnecessary env

Signed-off-by: Chendi.Xue <chendi.xue@intel.com>

* support plan_execute with vllm

Signed-off-by: Chendi.Xue <chendi.xue@intel.com>

* Update README and test llama vllm support

Signed-off-by: Chendi.Xue <chendi.xue@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update vllm_port to 8086 avoid conflict

Signed-off-by: Chendi.Xue <chendi.xue@intel.com>

---------

Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-01 10:44:14 -07:00
Hoong Tee, Yeoh
c612a7f333 [text-to-sql]: Refine and minor code refactor (#755)
* Minor code refactor

Remove unused import, unused variables and enhance docstring of code.

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* text-to-sql: Refine documentation

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [text-to-sql]: Restructure README documentation

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-01 09:00:36 +05:30
lvliang-intel
534c227a6e Support Llama3.2 vision and vision guard model (#753)
* Support llama3.2 models

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* fix issues

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* update code and doc

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* add llama vision guard support

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* add llama guard prompt format utils

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* add tp support

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* add wheel

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* fix accuracy issue

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* update tp service code

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* update dockerfile

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* support lvm tp serving

Signed-off-by: letonghan <letong.han@intel.com>

* update dockerfile

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* add run tp script

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* fix max_new_tokens

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* update run tp script

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* refine code and doc

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* install transformers from local wheel

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* update  code using official transformers

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* remove unnecessary code

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove blank line

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* fix precommit issues

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* fix cd issue

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
Signed-off-by: letonghan <letong.han@intel.com>
Co-authored-by: letonghan <letong.han@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-30 17:27:41 +09:00
Dan
405a2fc68a Remove unused imports from reranks (#751)
* Remove unused imports

Signed-off-by: Dan Middleton <dan.middleton@intel.com>

* Remove unused imports

Signed-off-by: Dan Middleton <dan.middleton@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Dan Middleton <dan.middleton@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-30 09:37:15 +08:00
lvliang-intel
9df4b3c040 TEI rerank microservice async support (#746)
* tTEIrerank microservice support async

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-30 09:37:00 +08:00
minmin-intel
bece9f4f03 Fix tool_render with direct import from pydantic (#750)
* fix tool renderer bug

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* clean up test script

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* switch to pydantic direct import

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: minmin-intel <minmin.hou@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-28 15:37:33 +08:00
Daniel De León
f6f620a2db Add Intel/toxic-prompt-roberta to toxicity detection microservice (#749)
* add toxic roberta model

Signed-off-by: Daniel Deleon <daniel.de.leon@intel.com>

* update README

Signed-off-by: Daniel Deleon <daniel.de.leon@intel.com>

---------

Signed-off-by: Daniel Deleon <daniel.de.leon@intel.com>
2024-09-27 11:37:45 -07:00
chen, suyue
c4f9083c80 Fix image build (#737)
Signed-off-by: chensuyue <suyue.chen@intel.com>
2024-09-27 15:37:17 +08:00
Letong Han
71348998dc [Dataprep] Reduce Upload File Time Consumption (#744)
* reduce upload file time consumption

Signed-off-by: letonghan <letong.han@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-27 14:48:47 +08:00
ZePan110
ad8bd4f6f8 Change port for avoid port conflicts. (#747)
Signed-off-by: ZePan110 <ze.pan@intel.com>
2024-09-27 12:17:10 +08:00
Yogesh Pandey
827e3d400d Text to SQL microservice (#736)
* Initial Version of TextToSQL

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* Updated Code to add more metadata in the reply

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* Updated DockerFile

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* UpdatedREADME

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixed precommit CIs

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Updated yaml files

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* Updated tests to use the right directory

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* Updated tests to use the right env

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* Updates as per review comments | fixed README and requirements.txt

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Added changed as per review comments

Signed-off-by: Yogesh <yogeshpandey@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Yogesh <yogeshpandey@intel.com>
Co-authored-by: Yogesh <yogeshpandey@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-26 23:22:25 +08:00
minmin-intel
e7fdf53745 Add RAG agent and ReAct agent implemention for llama3.1 served by TGI-gaudi (#722)
* add ragagent and react agent for llama3.1

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* update ut

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update test

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* update test

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* debug ut

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* update test

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update test and readme

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* update ragagent llama docgrader

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: minmin-intel <minmin.hou@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-26 22:10:44 +08:00
dolpher
cc80c1b282 Remove unused port reference (#734)
Signed-off-by: Dolpher Du <dolpher.du@intel.com>
2024-09-26 14:59:02 +08:00
minmin-intel
c7c45d612e Update RetrievalTool Gateway to allow user setting retriever/reranker params (#730)
* first code of updated retrieval gateway to allow setting retriever/reranker params

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* send chatcompletion request to allow topk params

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* allow multiple input types

Signed-off-by: minmin-intel <minmin.hou@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: minmin-intel <minmin.hou@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-26 14:58:02 +08:00
Brijesh Thummar
2f08e5e47d Replaced Optional with Option. (#738)
Signed-off-by: Brijeshthummar02 <brijeshthummar02@gmail.com>
2024-09-26 14:56:04 +08:00
XinyaoWa
8a14f3727e remove old knowledgegraphs (#743)
* remove old knowledgegraphs

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* remove knowledgegraph

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

---------

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
2024-09-26 14:55:45 +08:00
shaohef
e588b9fca0 change prompt usvc prot to 6018 (#740)
Signed-off-by: Shaohe Feng <shaohe.feng@intel.com>
2024-09-26 14:32:03 +08:00
lvliang-intel
286729561f Support async for embedding micorservice (#742)
* Support async in embedding micorservice

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
2024-09-26 10:35:20 +08:00
Yao Qing
2159f9ad00 Fix vllm microservice performance issue. (#731)
* Fix vllm microservice performance issue.

Signed-off-by: Yao, Qing <qing.yao@intel.com>

* Refine llm generate parameters

Signed-off-by: Yao, Qing <qing.yao@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Yao, Qing <qing.yao@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-25 21:37:38 +08:00
Sihan Chen
f8f02e2e1d fix agent comps issue (#732) 2024-09-25 21:37:19 +08:00
Hoong Tee, Yeoh
9d566be203 Refine README for chat history, feedback management and prompt registry microservice (#727)
* [chat_history]: Refine README documentation

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* [feedback_management]: Refine README documentation

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* [prompt_registry]: Refine README documentation

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* Fix readme typo

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-24 21:49:32 +08:00
Hoong Tee, Yeoh
1f57d070f0 faq-generation/tgi: Fix faq-generation when set streaming to false (#714)
* faq-generation/tgi: Fix faq-generation when set streaming to false

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-24 09:31:56 +08:00
Hoong Tee, Yeoh
b34903550b summarization-generation/tgi: Fix summarization generation when set streaming to false (#716)
* summarization/tgi: Fix docsum when set streaming to false

Summarization generation is not returning Internal Server error when set streaming to false to return
non-streaming response.

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* summarization/tgi: Update README documentation

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

---------

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
2024-09-23 23:01:52 +08:00
Sharan Shirodkar
4bbc7a2f55 Prediction Guard Guardrails components (#677)
* added files for PG guardrails components

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* Fix pre-commit issues: end-of-file, requirements.txt, trailing whitespace, imports, and formatting

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* added package

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* added package

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* added package

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* file structure updated to latest

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* Fix pre-commit issues: end-of-file, requirements.txt, trailing whitespace, imports, and formatting

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* Add .DS_Store to .gitignore

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* updated readme,requirements+changes based on feedback

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* references classes in init.py

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* fix readme link error

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* fix readme link error

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* fix readme link error

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* fix readme link error

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* fix readme link error

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* fix readme link error

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* Fix pre-commit issues: end-of-file, requirements.txt, trailing whitespace, imports, and formatting

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* removed duplicatesa

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* removed added readme content

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

---------

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>
2024-09-23 16:14:57 +08:00
XinyuYe-Intel
a03e7a559c Add image2video microservice (Stable Video Diffusion) (#465)
* added image2video microservice.

Signed-off-by: Xinyu Ye <xinyu.ye@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* addition changes.

Signed-off-by: Xinyu Ye <xinyu.ye@intel.com>

* minor changes

Signed-off-by: Xinyu Ye <xinyu.ye@intel.com>

* added ut test

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* unified path.

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* added gaudi support for svd.

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix bug

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix ut

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

* add docker image release file

Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>

---------

Signed-off-by: Xinyu Ye <xinyu.ye@intel.com>
Signed-off-by: Ye, Xinyu <xinyu.ye@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: chen, suyue <suyue.chen@intel.com>
Co-authored-by: lvliang-intel <liang1.lv@intel.com>
Co-authored-by: kevinintel <hanwen.chang@intel.com>
2024-09-23 14:25:56 +08:00
David Kinder
66afdb4ab7 doc: fix missing references to README.md (#721)
Cross-repo references using an URL that only has the folder name cause
links in the github.io site to go to the github.com site.  Most of these
uses want to link to the documentation (README.md) so add that where
appropriate so links in the github.io site stay there.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2024-09-23 07:55:52 +08:00
Letong Han
4eee7167c9 update dependency version (#719)
Signed-off-by: letonghan <letong.han@intel.com>
2024-09-20 15:49:46 +08:00
Ying Hu
849cac9ca9 Update README.md of Table in markdown (#717)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-20 13:35:08 +08:00
lvliang-intel
f416f8415c Remove fixed version in requirements.txt (#712)
* Remove fixed version

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* fix issue

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

---------

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
2024-09-19 20:13:15 +08:00
XinyaoWa
599a58f4ee update vllm to latest version for hpu (#713)
* update vllm version for hpu

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

---------

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
2024-09-19 17:10:55 +08:00
ZePan110
ccdd2d0d81 Add hyperlinks and paths validation. (#699)
* Add hyperlinks and paths validation.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix format issue.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Change runs-on

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Add hyperlinks and paths validation.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix format issue.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Change runs-on

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Change link head.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix issue.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Add output.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Change serch rules.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Change output and fix error

Signed-off-by: ZePan110 <ze.pan@intel.com>

* For test

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix error

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix error.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix error.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* test.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix issue and add output

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Fix issue and test

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Add PR's own detection.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* reduce output

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Remove debug code.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* test

Signed-off-by: ZePan110 <ze.pan@intel.com>

* test.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Compatible with the origin of PR.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Ignore links that require verification by a real person.
Restore test files.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Change the judgment method.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Add need ignore link.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Change runs-on.

Signed-off-by: ZePan110 <ze.pan@intel.com>

* Redefine output.

Signed-off-by: ZePan110 <ze.pan@intel.com>

---------

Signed-off-by: ZePan110 <ze.pan@intel.com>
2024-09-19 15:58:37 +08:00
qgao007
e29865e755 Add E2E test for bias detection of guardrails (#708)
* Add Bias Detection Microservice

Signed-off-by: Qun Gao <qun.gao@intel.com>

* Add E2E test for bias detection

Signed-off-by: Qun Gao <qun.gao@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Qun Gao <qun.gao@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-19 09:22:52 +08:00
rbrugaro
4b5d85b4ef add contributing section to main readme (#709)
Signed-off-by: rbrugaro <rita.brugarolas.brufau@intel.com>
2024-09-19 08:55:12 +08:00
David Kinder
f6ae4fa7db doc: Fix headings (#706)
Only one H1 heading with the title is allowed.  The rest must be H2 and
deeper, so adjust them accordingly.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2024-09-19 08:51:55 +08:00
Ying Hu
ef90fbb761 Update README.md for Multiplatforms (#707)
* Update README.md for Multiplatforms

Update README.md for Gaudi & Multiplatforms

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update comps/llms/text-generation/vllm/ray/README.md

Co-authored-by: Malini Bhandaru <malini.bhandaru@intel.com>

* Update comps/llms/text-generation/vllm/ray/README.md

Co-authored-by: Malini Bhandaru <malini.bhandaru@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update comps/llms/text-generation/vllm/ray/README.md

Co-authored-by: Malini Bhandaru <malini.bhandaru@intel.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Malini Bhandaru <malini.bhandaru@intel.com>
2024-09-18 17:43:55 -07:00
XinyaoWa
3a31295ef8 Align parameters for "max_token, repetition_penalty,presence_penalty,frequency_penalty" (#608)
* align max_tokens

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* aligin repetition_penalty

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* align penalty parameters

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* align max_tokens

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* debug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* debug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix langchain version bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* fix langchain version bug

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Co-authored-by: kevinintel <hanwen.chang@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: lvliang-intel <liang1.lv@intel.com>
2024-09-18 20:39:23 +08:00
Ying Hu
00227b8499 Update README.md for broken/missing readme (#702)
Update README.md for broken/missing readme in Comps table
2024-09-18 17:28:38 +08:00
chen, suyue
1e4c382842 update version freeze for requirements-runtime.txt (#703)
* update version freeze for requirements-runtime.txt

Signed-off-by: chensuyue <suyue.chen@intel.com>

* Freeze requirements

Signed-off-by: NeuralChatBot <grp_neural_chat_bot@intel.com>

* Revert "Freeze requirements"

This reverts commit 0a99961fa69c9ed7afa45cb2bde784e2ec3f320e.

---------

Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: NeuralChatBot <grp_neural_chat_bot@intel.com>
Co-authored-by: NeuralChatBot <grp_neural_chat_bot@intel.com>
2024-09-18 17:28:17 +08:00
lvliang-intel
04385c97e7 Fix microservices which affected by langchain version upgrade (#704)
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
2024-09-18 17:26:55 +08:00
chen, suyue
3d00a33e09 update image build compose (#698)
Signed-off-by: chensuyue <suyue.chen@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-18 11:11:59 +08:00
Sharan Shirodkar
1249c4fe72 Prediction Guard LVM component (#676)
* added files for PG lvm component

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* Fix pre-commit issues: end-of-file, requirements.txt, trailing whitespace, imports, and formatting

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

* added package

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>

---------

Signed-off-by: sharanshirodkar7 <ssharanshirodkar7@gmail.com>
2024-09-18 10:32:16 +08:00
lvliang-intel
8adbcceacd Fix Ollama langchain upgrade issue (#697)
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
2024-09-18 09:52:35 +08:00
liuzhenwei
2e41dcf960 Support Llama index for vLLM native (#692)
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com>
2024-09-18 07:12:44 +08:00