YAML file for server config #391
-
I found an example of a yaml file here: https://github.com/zilliztech/GPTCache/tree/main/examples#How-to-use-GPTCache-server. However, it does not give information about what options are available for each config (e.g., what options are available for model_src other than onnx). Can anyone provide information on all the available options for each config? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hi, @KritapasSuwannawin , reference: https://github.com/zilliztech/GPTCache/tree/main/examples#how-to-set-the-embedding-function
the |
Beta Was this translation helpful? Give feedback.
hi, @KritapasSuwannawin , reference: https://github.com/zilliztech/GPTCache/tree/main/examples#how-to-set-the-embedding-function
for example, if you want to use the
paddlenlp
embedding:the
model_config
param is the construct params, reference: https://gptcache.readthedocs.io/en/latest/references/embedding.html