* [rerank]: Refine documentation for rerank comps
Restructure and refine README documentation for rerank components.
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
* rerank-doc: Break up README lines for viewing experience
Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
---------
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>
Co-authored-by: chen, suyue <suyue.chen@intel.com>
* Remove unused imports across all comps
Linting was configured to ignore unused imports.
Remove this accumulation of lint.
Signed-off-by: Dan Middleton <dan.middleton@intel.com>
* Explain why we ignore unused imports with ruff
In general unused imports should be removed, but ruff can't and probably
shouldn't automatically fix conditional imports. Consequently,
conditional imports will always be left over causing false
positive errors in CI.
Signed-off-by: Dan Middleton <dan.middleton@intel.com>
* Revert pinecone import changes
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>
* milvus: Refactor embedding settings for mivlus dataprep and retriever
Milvus dataprep and retriever leverage the same embedding enpoints, but
the embedding-related code is somewhat messed up, unify the namings and
logic to improve code readability and facilitate user-friendly
configuration.
Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
* MOSEC: Rename EMB_MODEL env as MOSEC_EMBEDDING_MODEL
Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
* milvus/dataprep: Update README for milvus dataprep
Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
* Add OCR package for Milvus dataprep
Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
* Update Milvus dataprep test script
This is to fix the CI issue for MILVUS environment variable name is
update.
Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Async support for some microservices
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
* fix issues
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
* fix issues
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
* fix import 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
* add dependency library
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
* fix issue
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
* roll back pinecone change
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>
* 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>
* 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>
* [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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>