add triton embedding to _init

This commit is contained in:
Ishaan Jaff 2024-05-10 18:46:25 -07:00
parent 2c0c9e1fa4
commit 18ed87edc4

View file

@ -1,5 +1,6 @@
### Hide pydantic namespace conflict warnings globally ###
import warnings
warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*")
### INIT VARIABLES ###
import threading, requests, os
@ -537,6 +538,7 @@ provider_list: List = [
"xinference",
"fireworks_ai",
"watsonx",
"triton",
"predibase",
"custom", # custom apis
]