mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Feature/sagemaker embedding (#1161)
* Sagemaker deployed embedding model support --------- Co-authored-by: Pablo Orgaz <pabloogc@gmail.com>
This commit is contained in:
parent
f29df84301
commit
ad512e3c42
9 changed files with 114 additions and 7 deletions
14
settings-sagemaker.yaml
Normal file
14
settings-sagemaker.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
server:
|
||||
env_name: ${APP_ENV:prod}
|
||||
port: ${PORT:8001}
|
||||
|
||||
ui:
|
||||
enabled: true
|
||||
path: /
|
||||
|
||||
llm:
|
||||
mode: sagemaker
|
||||
|
||||
sagemaker:
|
||||
llm_endpoint_name: huggingface-pytorch-tgi-inference-2023-09-25-19-53-32-140
|
||||
embedding_endpoint_name: huggingface-pytorch-inference-2023-11-03-07-41-36-479
|
||||
Loading…
Add table
Add a link
Reference in a new issue