From 019d5e20df4477bec7c52fd799396feefef1665a Mon Sep 17 00:00:00 2001 From: ZuzooVn Date: Mon, 9 Sep 2024 21:29:30 +0700 Subject: [PATCH 1/3] fix variable typo (cont) --- api/core/moderation/base.py | 2 +- api/core/moderation/input_moderation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/core/moderation/base.py b/api/core/moderation/base.py index 9a369a9f87742a..757dd2ab46567f 100644 --- a/api/core/moderation/base.py +++ b/api/core/moderation/base.py @@ -9,7 +9,7 @@ class ModerationAction(Enum): DIRECT_OUTPUT = 'direct_output' - OVERRIDED = 'overrided' + OVERRIDDEN = 'overridden' class ModerationInputsResult(BaseModel): diff --git a/api/core/moderation/input_moderation.py b/api/core/moderation/input_moderation.py index 8157b300b1f6c7..46dfacbc9e0d83 100644 --- a/api/core/moderation/input_moderation.py +++ b/api/core/moderation/input_moderation.py @@ -64,7 +64,7 @@ def check( if moderation_result.action == ModerationAction.DIRECT_OUTPUT: raise ModerationException(moderation_result.preset_response) - elif moderation_result.action == ModerationAction.OVERRIDED: + elif moderation_result.action == ModerationAction.OVERRIDDEN: inputs = moderation_result.inputs query = moderation_result.query From 78b8ac16460fd9b3e7b3693cf55a1ea52297e847 Mon Sep 17 00:00:00 2001 From: ZuzooVn Date: Mon, 9 Sep 2024 21:30:17 +0700 Subject: [PATCH 2/3] fix variable typo (cont) --- api/app/logs/log.out | 21 ++ cspell.json | 650 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 671 insertions(+) create mode 100644 api/app/logs/log.out create mode 100644 cspell.json diff --git a/api/app/logs/log.out b/api/app/logs/log.out new file mode 100644 index 00000000000000..f761b1d5379b49 --- /dev/null +++ b/api/app/logs/log.out @@ -0,0 +1,21 @@ +2024-09-08 15:00:33,525.525 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set +2024-09-08 15:00:41,208.208 WARNING [MainThread] [_internal.py:97] - * Debugger is active! +2024-09-08 15:00:41,245.245 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 +2024-09-08 15:07:45,251.251 INFO [MainThread] [_internal.py:97] - * Detected change in '/Users/namvu/Documents/Work/SenVai/Code/Dify/SenVai/dify/api/core/moderation/base.py', reloading +2024-09-08 15:07:56,312.312 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set +2024-09-08 15:07:58,497.497 WARNING [MainThread] [_internal.py:97] - * Debugger is active! +2024-09-08 15:07:58,516.516 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 +2024-09-08 15:27:14,298.298 INFO [MainThread] [_internal.py:97] - * Detected change in '/Users/namvu/Documents/Work/SenVai/Code/Dify/SenVai/dify/api/core/tools/provider/builtin/dalle/tools/dalle2.py', reloading +2024-09-08 15:27:31,984.984 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set +2024-09-08 15:27:34,501.501 WARNING [MainThread] [_internal.py:97] - * Debugger is active! +2024-09-08 15:27:34,523.523 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 +2024-09-08 15:31:48,275.275 INFO [MainThread] [_internal.py:97] - * Detected change in '/Users/namvu/Documents/Work/SenVai/Code/Dify/SenVai/dify/api/core/rag/datasource/vdb/milvus/milvus_vector.py', reloading +2024-09-08 15:32:10,672.672 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set +2024-09-08 15:32:12,409.409 WARNING [MainThread] [_internal.py:97] - * Debugger is active! +2024-09-08 15:32:12,430.430 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 +2024-09-09 02:49:22,539.539 INFO [Thread-2 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:22] "OPTIONS /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - +2024-09-09 02:49:23,101.101 INFO [Thread-4 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:23] "GET /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - +2024-09-09 02:49:23,451.451 INFO [Thread-5 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:23] "POST /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiOTZjMjFiMTEtYmE2YS00ODU5LWFlYWItZjM4ZmIzMzU1NGUxIiwiZXhwIjoxNzI2OTY5MzgwLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.FB6x3vKehS64EuSxQnCaR-AwChSvdwkIylp86hm86FE HTTP/1.1" 200 - +2024-09-09 02:49:31,199.199 INFO [Thread-6 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:31] "OPTIONS /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - +2024-09-09 02:49:31,233.233 INFO [Thread-7 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:31] "GET /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - +2024-09-09 02:49:32,122.122 INFO [Thread-8 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:32] "POST /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiOTZjMjFiMTEtYmE2YS00ODU5LWFlYWItZjM4ZmIzMzU1NGUxIiwiZXhwIjoxNzI2OTY5MzgwLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.FB6x3vKehS64EuSxQnCaR-AwChSvdwkIylp86hm86FE HTTP/1.1" 200 - diff --git a/cspell.json b/cspell.json new file mode 100644 index 00000000000000..b1ce8435a694e3 --- /dev/null +++ b/cspell.json @@ -0,0 +1,650 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "abababa", + "abstractmethods", + "ACCUM", + "actionbar", + "adab", + "adcode", + "addressdetails", + "addvariable", + "ADMINLIST", + "aembed", + "ahooks", + "AHTML", + "aiplatform", + "aippt", + "airx", + "aksk", + "alapaca", + "alibabacloud", + "alphavantage", + "alwayson", + "analyse", + "Analyse", + "ANALYTICDB", + "andreasjansson", + "Angelos", + "antfu", + "apikey", + "Apim", + "apisecret", + "appbuilder", + "appkey", + "argparser", + "arraysize", + "arxiv", + "astext", + "atransform", + "autosize", + "awdawdaw", + "Azureai", + "azuredalle", + "BAAI", + "backref", + "baichuan", + "Baichuan", + "Bartaco", + "bcontent", + "bezier", + "bhistories", + "binstruction", + "bord", + "brackethighlighter", + "Brickell", + "bstructure", + "bydata", + "BYTEA", + "cabcde", + "cally", + "Cally", + "Camada", + "camila", + "Camila", + "CERTBOT", + "charli", + "Chatflow", + "chatglm", + "Chatglm", + "checkedin", + "checkedout", + "choosable", + "chromeplugin", + "cinenaut", + "ciphertext", + "citycode", + "clickhouse", + "CLOB", + "cloudscraper", + "cmpl", + "codegemma", + "cognitivecomputations", + "cogview", + "configurate", + "Contrl", + "convinceme", + "cooldown", + "coredump", + "corl", + "crazywoola", + "csvfile", + "CTXSYS", + "cutpoint", + "dagre", + "dagrejs", + "DALL", + "dalle", + "darkgrid", + "dashscope", + "dataframe", + "datas", + "datetime", + "davinci", + "daytemp", + "dayweather", + "daywind", + "dbinstance", + "ddgo", + "DDGS", + "deepseek", + "denoising", + "devdocs", + "didyoumean", + "didyoumeans", + "Dify", + "DIFY", + "difyai", + "difytest", + "digestmod", + "dimm", + "dingtalk", + "docstore", + "doseq", + "dotenv", + "Doubao", + "Downvote", + "dropna", + "dtype", + "duckduckgo", + "Duval", + "echarts", + "edidx", + "efconstruction", + "efetch", + "elaina", + "eles", + "elif", + "elkjs", + "embo", + "encrypter", + "equalsign", + "ermd", + "esearch", + "esearchresult", + "evenodd", + "executemany", + "faiss", + "farui", + "feishu", + "FFFE", + "fieldids", + "figsize", + "firecrawl", + "firstpass", + "firstphase", + "fishaudio", + "flac", + "flext", + "FORCELIST", + "formatjs", + "formdata", + "FREEPDB", + "frombuffer", + "fulltext", + "fuyu", + "Gaode", + "genai", + "generalv", + "generatebacks", + "generativeai", + "generativelanguage", + "geocoder", + "getconn", + "getimg", + "getimgai", + "getpid", + "getsizeof", + "ggmlv", + "gmpy", + "goocarlos", + "googleapiclient", + "gpdb", + "graphlib", + "groq", + "gryphe", + "GYJLPDQ", + "hahahaha", + "hdel", + "Headering", + "headlessui", + "healthcheck", + "heroicons", + "Hexa", + "hexlify", + "hgetall", + "hlen", + "hmacstr", + "hnsw", + "hookform", + "hotpink", + "hotspot", + "hotword", + "hset", + "HTTPX", + "Huggingface", + "huggingfacehub", + "Hunyuan", + "iamjoel", + "ICSV", + "idlist", + "idsong", + "idss", + "idxs", + "Iflytek", + "ilike", + "iloc", + "immer", + "Imporve", + "includepodid", + "inconverter", + "indah", + "Indah", + "INDEXTYPE", + "Initor", + "inpaint", + "inpainting", + "inputtypehandler", + "insts", + "intitle", + "ipynb", + "isin", + "isinstance", + "isnot", + "ISVG", + "itemnames", + "Iteraction", + "iterrows", + "jieba", + "Jina", + "joinedload", + "jsdir", + "jsonable", + "jsonify", + "jsonstr", + "Kabinett", + "kasumi", + "Kasumi", + "Katex", + "kawaii", + "keepalive", + "keepalives", + "KHTML", + "Klass", + "Kolkata", + "Kotler", + "kuloko", + "kwargs", + "lamejs", + "Lanage", + "langenius", + "Langfuse", + "langgenius", + "langsmith", + "LANGSMITH", + "Layouted", + "letsencrypt", + "levelname", + "lightmode", + "linalg", + "linecap", + "linejoin", + "listitem", + "llava", + "loadeddate", + "Loadmore", + "localai", + "localematcher", + "localfile", + "localnet", + "localtime", + "logid", + "logprob", + "longcontext", + "Lonlat", + "loras", + "lzlv", + "magicast", + "mailchimp", + "Mailchimp", + "MAILCHIMP", + "marginx", + "marginy", + "maxsplit", + "mediatype", + "mediatypes", + "metadatas", + "metas", + "mgfunc", + "mikoto", + "Miku", + "MILVUS", + "MINAKO", + "Minh", + "Minmax", + "mirostat", + "Mirostat", + "misaka", + "mistralai", + "miterlimit", + "mixtral", + "Mixtral", + "mktime", + "moderations", + "mpga", + "mpnet", + "msecs", + "msgtype", + "Mulino", + "MULTIMODAL", + "multipartform", + "Multisentiment", + "MYSCALE", + "mythomax", + "nateraw", + "Navigations", + "navs", + "ndarray", + "nemotron", + "netdb", + "Neue", + "newkeys", + "ngram", + "nighttemp", + "nightweather", + "nite-knite", + "nodesep", + "nodesselection", + "nodrag", + "nominatim", + "nopan", + "nopush", + "notgiven", + "notna", + "Noto", + "nottagged", + "nousresearch", + "Novita", + "novitaai", + "nowheel", + "nprogress", + "Nums", + "NVIDIANIM", + "OAEP", + "OAIAPI", + "ocid", + "OCIGENAI", + "octicon", + "oidc", + "OIDCSSO", + "Ollama", + "onupdate", + "openchat", + "openhermes", + "openllm", + "openrouter", + "OPENSEARCH", + "opensearchpy", + "Openweather", + "oracledb", + "oraclevector", + "oradata", + "originserver", + "outconverter", + "outerjoin", + "outgoer", + "Outgoers", + "outputsize", + "outputtypehandler", + "overlaymessage", + "paginatio", + "papaparse", + "pcqm", + "penalt", + "perfxcloud", + "perla", + "Perla", + "Petstore", + "PGVECTO", + "PGVECTOR", + "pgvectors", + "pkcs", + "pkey", + "pkih", + "plainto", + "poisearch", + "Popi", + "posseg", + "powmod", + "prefs", + "prettylights", + "privkey", + "privkeys", + "proxied", + "publickey", + "pubmed", + "punc", + "punkt", + "putconn", + "Pydantic", + "pymilvus", + "pyproject", + "pyrsa", + "pytest", + "PYTHONHTTPSVERIFY", + "qcloud", + "qdrant", + "Qdrant", + "QDRANT", + "qrcode", + "qrcodeform", + "qrcodeimage", + "qualname", + "queryresult", + "qwen", + "randfunc", + "rankdir", + "ranksep", + "rapidapi", + "rawdata", + "rbga", + "reactflow", + "readabilipy", + "readall", + "recalc", + "recents", + "recordrtc", + "recurrentgemma", + "rediss", + "Referer", + "regs", + "rehype", + "rels", + "reltype", + "RELYT", + "remixicon", + "renormalize", + "reqparse", + "reqparser", + "reqs", + "rerank", + "Rerank", + "reranked", + "reranker", + "reranking", + "retmax", + "retmode", + "rgrove", + "Roboto", + "rowid", + "RSADP", + "RSAEP", + "rtype", + "Sachin", + "safetensors", + "sakurajima", + "sambert", + "SAMLSSO", + "sdapi", + "SDURL", + "sdxl", + "searchapi", + "searxng", + "secretid", + "Segoe", + "sendfile", + "Serp", + "serpapi", + "Serper", + "serperapi", + "Serply", + "setex", + "setnx", + "sheetnames", + "shiroii", + "Siderbar", + "signstr", + "siliconflow", + "snakeoil", + "sophosympatheia", + "sortablejs", + "souces", + "SQLALCHEMY", + "srcs", + "sslopt", + "stablediffusion", + "stackexchange", + "stackoverflow", + "startoftext", + "Stepfun", + "stidx", + "stopwords", + "storageless", + "strxor", + "subheaders", + "sublimelinter", + "subpods", + "subseed", + "subtokens", + "Sumida", + "tailwindcss", + "takatost", + "taobao", + "taskmeta", + "taskset", + "tasksetmeta", + "Tasr", + "Tavily", + "tcvectordb", + "technicals", + "teknium", + "tencentcloud", + "tencentcloudapi", + "Tendulkar", + "textareas", + "textpage", + "tfidf", + "Tian", + "tianditu", + "TIDB", + "tidbcloud", + "tidbvector", + "timelimit", + "timetravel", + "tmax", + "tmin", + "tmpl", + "tobytes", + "togetherai", + "tokenzier", + "tongyi", + "Topbar", + "toret", + "treetype", + "triggerd", + "truncatable", + "tsne", + "tsquery", + "tsvector", + "typecode", + "tzset", + "Unblur", + "uncond", + "unpatch", + "upscaler", + "upserted", + "Upvote", + "urandom", + "usefixtures", + "usehistory", + "utms", + "vanna", + "vectorizer", + "Vectorizer", + "vercel", + "vertexai", + "vgram", + "vhost", + "vidx", + "virtualenvs", + "VOLC", + "Volcengine", + "volcenginesdkarkruntime", + "volces", + "waan", + "Waan", + "Wbvd", + "Weaviate", + "WEAVIATE", + "webenv", + "Webscraper", + "wecom", + "wenxin", + "whereis", + "loglevel", + "Whereis", + "wizardlm", + "wolframalpha", + "Wollensky", + "Wxyy", + "Wynwood", + "xdate", + "Xiao", + "Xiaoyi", + "xinference", + "Xinference", + "XLATRUE", + "xlink", + "Xorbits", + "xticklabels", + "YORKI", + "youtuber", + "Youtubers", + "zacde", + "zadd", + "zcard", + "zhichu", + "zhida", + "zhide", + "zhifei", + "zhigui", + "zhihao", + "zhijia", + "zhijing", + "zhilun", + "zhimao", + "zhimiao", + "zhiming", + "zhimo", + "zhina", + "zhinan", + "Zhinao", + "Zhipu", + "ZHIPUAI", + "zhiqi", + "zhiqian", + "zhiru", + "zhishu", + "zhishuo", + "zhistella", + "zhiting", + "zhiwei", + "zhixiang", + "zhixiao", + "zhiya", + "zhiye", + "zhiying", + "zhiyuan", + "Zhuangzi", + "zilliz", + "zremrangebyscore", + "zundo", + "zustand", + "zzab" + ], + "ignoreWords": [], + "import": [] +} From 3388400b8216114a28fd24bdcbd68122ce096a14 Mon Sep 17 00:00:00 2001 From: ZuzooVn Date: Mon, 9 Sep 2024 22:08:02 +0700 Subject: [PATCH 3/3] git revert --- api/app/logs/log.out | 21 -- cspell.json | 650 ------------------------------------------- 2 files changed, 671 deletions(-) delete mode 100644 api/app/logs/log.out delete mode 100644 cspell.json diff --git a/api/app/logs/log.out b/api/app/logs/log.out deleted file mode 100644 index f761b1d5379b49..00000000000000 --- a/api/app/logs/log.out +++ /dev/null @@ -1,21 +0,0 @@ -2024-09-08 15:00:33,525.525 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set -2024-09-08 15:00:41,208.208 WARNING [MainThread] [_internal.py:97] - * Debugger is active! -2024-09-08 15:00:41,245.245 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 -2024-09-08 15:07:45,251.251 INFO [MainThread] [_internal.py:97] - * Detected change in '/Users/namvu/Documents/Work/SenVai/Code/Dify/SenVai/dify/api/core/moderation/base.py', reloading -2024-09-08 15:07:56,312.312 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set -2024-09-08 15:07:58,497.497 WARNING [MainThread] [_internal.py:97] - * Debugger is active! -2024-09-08 15:07:58,516.516 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 -2024-09-08 15:27:14,298.298 INFO [MainThread] [_internal.py:97] - * Detected change in '/Users/namvu/Documents/Work/SenVai/Code/Dify/SenVai/dify/api/core/tools/provider/builtin/dalle/tools/dalle2.py', reloading -2024-09-08 15:27:31,984.984 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set -2024-09-08 15:27:34,501.501 WARNING [MainThread] [_internal.py:97] - * Debugger is active! -2024-09-08 15:27:34,523.523 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 -2024-09-08 15:31:48,275.275 INFO [MainThread] [_internal.py:97] - * Detected change in '/Users/namvu/Documents/Work/SenVai/Code/Dify/SenVai/dify/api/core/rag/datasource/vdb/milvus/milvus_vector.py', reloading -2024-09-08 15:32:10,672.672 WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set -2024-09-08 15:32:12,409.409 WARNING [MainThread] [_internal.py:97] - * Debugger is active! -2024-09-08 15:32:12,430.430 INFO [MainThread] [_internal.py:97] - * Debugger PIN: 295-617-850 -2024-09-09 02:49:22,539.539 INFO [Thread-2 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:22] "OPTIONS /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - -2024-09-09 02:49:23,101.101 INFO [Thread-4 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:23] "GET /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - -2024-09-09 02:49:23,451.451 INFO [Thread-5 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:23] "POST /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiOTZjMjFiMTEtYmE2YS00ODU5LWFlYWItZjM4ZmIzMzU1NGUxIiwiZXhwIjoxNzI2OTY5MzgwLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.FB6x3vKehS64EuSxQnCaR-AwChSvdwkIylp86hm86FE HTTP/1.1" 200 - -2024-09-09 02:49:31,199.199 INFO [Thread-6 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:31] "OPTIONS /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - -2024-09-09 02:49:31,233.233 INFO [Thread-7 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:31] "GET /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft HTTP/1.1" 200 - -2024-09-09 02:49:32,122.122 INFO [Thread-8 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [09/Sep/2024 02:49:32] "POST /console/api/apps/69c1e5cf-ae1f-41dc-ac18-81119a608eee/workflows/draft?_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiOTZjMjFiMTEtYmE2YS00ODU5LWFlYWItZjM4ZmIzMzU1NGUxIiwiZXhwIjoxNzI2OTY5MzgwLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.FB6x3vKehS64EuSxQnCaR-AwChSvdwkIylp86hm86FE HTTP/1.1" 200 - diff --git a/cspell.json b/cspell.json deleted file mode 100644 index b1ce8435a694e3..00000000000000 --- a/cspell.json +++ /dev/null @@ -1,650 +0,0 @@ -{ - "version": "0.2", - "ignorePaths": [], - "dictionaryDefinitions": [], - "dictionaries": [], - "words": [ - "abababa", - "abstractmethods", - "ACCUM", - "actionbar", - "adab", - "adcode", - "addressdetails", - "addvariable", - "ADMINLIST", - "aembed", - "ahooks", - "AHTML", - "aiplatform", - "aippt", - "airx", - "aksk", - "alapaca", - "alibabacloud", - "alphavantage", - "alwayson", - "analyse", - "Analyse", - "ANALYTICDB", - "andreasjansson", - "Angelos", - "antfu", - "apikey", - "Apim", - "apisecret", - "appbuilder", - "appkey", - "argparser", - "arraysize", - "arxiv", - "astext", - "atransform", - "autosize", - "awdawdaw", - "Azureai", - "azuredalle", - "BAAI", - "backref", - "baichuan", - "Baichuan", - "Bartaco", - "bcontent", - "bezier", - "bhistories", - "binstruction", - "bord", - "brackethighlighter", - "Brickell", - "bstructure", - "bydata", - "BYTEA", - "cabcde", - "cally", - "Cally", - "Camada", - "camila", - "Camila", - "CERTBOT", - "charli", - "Chatflow", - "chatglm", - "Chatglm", - "checkedin", - "checkedout", - "choosable", - "chromeplugin", - "cinenaut", - "ciphertext", - "citycode", - "clickhouse", - "CLOB", - "cloudscraper", - "cmpl", - "codegemma", - "cognitivecomputations", - "cogview", - "configurate", - "Contrl", - "convinceme", - "cooldown", - "coredump", - "corl", - "crazywoola", - "csvfile", - "CTXSYS", - "cutpoint", - "dagre", - "dagrejs", - "DALL", - "dalle", - "darkgrid", - "dashscope", - "dataframe", - "datas", - "datetime", - "davinci", - "daytemp", - "dayweather", - "daywind", - "dbinstance", - "ddgo", - "DDGS", - "deepseek", - "denoising", - "devdocs", - "didyoumean", - "didyoumeans", - "Dify", - "DIFY", - "difyai", - "difytest", - "digestmod", - "dimm", - "dingtalk", - "docstore", - "doseq", - "dotenv", - "Doubao", - "Downvote", - "dropna", - "dtype", - "duckduckgo", - "Duval", - "echarts", - "edidx", - "efconstruction", - "efetch", - "elaina", - "eles", - "elif", - "elkjs", - "embo", - "encrypter", - "equalsign", - "ermd", - "esearch", - "esearchresult", - "evenodd", - "executemany", - "faiss", - "farui", - "feishu", - "FFFE", - "fieldids", - "figsize", - "firecrawl", - "firstpass", - "firstphase", - "fishaudio", - "flac", - "flext", - "FORCELIST", - "formatjs", - "formdata", - "FREEPDB", - "frombuffer", - "fulltext", - "fuyu", - "Gaode", - "genai", - "generalv", - "generatebacks", - "generativeai", - "generativelanguage", - "geocoder", - "getconn", - "getimg", - "getimgai", - "getpid", - "getsizeof", - "ggmlv", - "gmpy", - "goocarlos", - "googleapiclient", - "gpdb", - "graphlib", - "groq", - "gryphe", - "GYJLPDQ", - "hahahaha", - "hdel", - "Headering", - "headlessui", - "healthcheck", - "heroicons", - "Hexa", - "hexlify", - "hgetall", - "hlen", - "hmacstr", - "hnsw", - "hookform", - "hotpink", - "hotspot", - "hotword", - "hset", - "HTTPX", - "Huggingface", - "huggingfacehub", - "Hunyuan", - "iamjoel", - "ICSV", - "idlist", - "idsong", - "idss", - "idxs", - "Iflytek", - "ilike", - "iloc", - "immer", - "Imporve", - "includepodid", - "inconverter", - "indah", - "Indah", - "INDEXTYPE", - "Initor", - "inpaint", - "inpainting", - "inputtypehandler", - "insts", - "intitle", - "ipynb", - "isin", - "isinstance", - "isnot", - "ISVG", - "itemnames", - "Iteraction", - "iterrows", - "jieba", - "Jina", - "joinedload", - "jsdir", - "jsonable", - "jsonify", - "jsonstr", - "Kabinett", - "kasumi", - "Kasumi", - "Katex", - "kawaii", - "keepalive", - "keepalives", - "KHTML", - "Klass", - "Kolkata", - "Kotler", - "kuloko", - "kwargs", - "lamejs", - "Lanage", - "langenius", - "Langfuse", - "langgenius", - "langsmith", - "LANGSMITH", - "Layouted", - "letsencrypt", - "levelname", - "lightmode", - "linalg", - "linecap", - "linejoin", - "listitem", - "llava", - "loadeddate", - "Loadmore", - "localai", - "localematcher", - "localfile", - "localnet", - "localtime", - "logid", - "logprob", - "longcontext", - "Lonlat", - "loras", - "lzlv", - "magicast", - "mailchimp", - "Mailchimp", - "MAILCHIMP", - "marginx", - "marginy", - "maxsplit", - "mediatype", - "mediatypes", - "metadatas", - "metas", - "mgfunc", - "mikoto", - "Miku", - "MILVUS", - "MINAKO", - "Minh", - "Minmax", - "mirostat", - "Mirostat", - "misaka", - "mistralai", - "miterlimit", - "mixtral", - "Mixtral", - "mktime", - "moderations", - "mpga", - "mpnet", - "msecs", - "msgtype", - "Mulino", - "MULTIMODAL", - "multipartform", - "Multisentiment", - "MYSCALE", - "mythomax", - "nateraw", - "Navigations", - "navs", - "ndarray", - "nemotron", - "netdb", - "Neue", - "newkeys", - "ngram", - "nighttemp", - "nightweather", - "nite-knite", - "nodesep", - "nodesselection", - "nodrag", - "nominatim", - "nopan", - "nopush", - "notgiven", - "notna", - "Noto", - "nottagged", - "nousresearch", - "Novita", - "novitaai", - "nowheel", - "nprogress", - "Nums", - "NVIDIANIM", - "OAEP", - "OAIAPI", - "ocid", - "OCIGENAI", - "octicon", - "oidc", - "OIDCSSO", - "Ollama", - "onupdate", - "openchat", - "openhermes", - "openllm", - "openrouter", - "OPENSEARCH", - "opensearchpy", - "Openweather", - "oracledb", - "oraclevector", - "oradata", - "originserver", - "outconverter", - "outerjoin", - "outgoer", - "Outgoers", - "outputsize", - "outputtypehandler", - "overlaymessage", - "paginatio", - "papaparse", - "pcqm", - "penalt", - "perfxcloud", - "perla", - "Perla", - "Petstore", - "PGVECTO", - "PGVECTOR", - "pgvectors", - "pkcs", - "pkey", - "pkih", - "plainto", - "poisearch", - "Popi", - "posseg", - "powmod", - "prefs", - "prettylights", - "privkey", - "privkeys", - "proxied", - "publickey", - "pubmed", - "punc", - "punkt", - "putconn", - "Pydantic", - "pymilvus", - "pyproject", - "pyrsa", - "pytest", - "PYTHONHTTPSVERIFY", - "qcloud", - "qdrant", - "Qdrant", - "QDRANT", - "qrcode", - "qrcodeform", - "qrcodeimage", - "qualname", - "queryresult", - "qwen", - "randfunc", - "rankdir", - "ranksep", - "rapidapi", - "rawdata", - "rbga", - "reactflow", - "readabilipy", - "readall", - "recalc", - "recents", - "recordrtc", - "recurrentgemma", - "rediss", - "Referer", - "regs", - "rehype", - "rels", - "reltype", - "RELYT", - "remixicon", - "renormalize", - "reqparse", - "reqparser", - "reqs", - "rerank", - "Rerank", - "reranked", - "reranker", - "reranking", - "retmax", - "retmode", - "rgrove", - "Roboto", - "rowid", - "RSADP", - "RSAEP", - "rtype", - "Sachin", - "safetensors", - "sakurajima", - "sambert", - "SAMLSSO", - "sdapi", - "SDURL", - "sdxl", - "searchapi", - "searxng", - "secretid", - "Segoe", - "sendfile", - "Serp", - "serpapi", - "Serper", - "serperapi", - "Serply", - "setex", - "setnx", - "sheetnames", - "shiroii", - "Siderbar", - "signstr", - "siliconflow", - "snakeoil", - "sophosympatheia", - "sortablejs", - "souces", - "SQLALCHEMY", - "srcs", - "sslopt", - "stablediffusion", - "stackexchange", - "stackoverflow", - "startoftext", - "Stepfun", - "stidx", - "stopwords", - "storageless", - "strxor", - "subheaders", - "sublimelinter", - "subpods", - "subseed", - "subtokens", - "Sumida", - "tailwindcss", - "takatost", - "taobao", - "taskmeta", - "taskset", - "tasksetmeta", - "Tasr", - "Tavily", - "tcvectordb", - "technicals", - "teknium", - "tencentcloud", - "tencentcloudapi", - "Tendulkar", - "textareas", - "textpage", - "tfidf", - "Tian", - "tianditu", - "TIDB", - "tidbcloud", - "tidbvector", - "timelimit", - "timetravel", - "tmax", - "tmin", - "tmpl", - "tobytes", - "togetherai", - "tokenzier", - "tongyi", - "Topbar", - "toret", - "treetype", - "triggerd", - "truncatable", - "tsne", - "tsquery", - "tsvector", - "typecode", - "tzset", - "Unblur", - "uncond", - "unpatch", - "upscaler", - "upserted", - "Upvote", - "urandom", - "usefixtures", - "usehistory", - "utms", - "vanna", - "vectorizer", - "Vectorizer", - "vercel", - "vertexai", - "vgram", - "vhost", - "vidx", - "virtualenvs", - "VOLC", - "Volcengine", - "volcenginesdkarkruntime", - "volces", - "waan", - "Waan", - "Wbvd", - "Weaviate", - "WEAVIATE", - "webenv", - "Webscraper", - "wecom", - "wenxin", - "whereis", - "loglevel", - "Whereis", - "wizardlm", - "wolframalpha", - "Wollensky", - "Wxyy", - "Wynwood", - "xdate", - "Xiao", - "Xiaoyi", - "xinference", - "Xinference", - "XLATRUE", - "xlink", - "Xorbits", - "xticklabels", - "YORKI", - "youtuber", - "Youtubers", - "zacde", - "zadd", - "zcard", - "zhichu", - "zhida", - "zhide", - "zhifei", - "zhigui", - "zhihao", - "zhijia", - "zhijing", - "zhilun", - "zhimao", - "zhimiao", - "zhiming", - "zhimo", - "zhina", - "zhinan", - "Zhinao", - "Zhipu", - "ZHIPUAI", - "zhiqi", - "zhiqian", - "zhiru", - "zhishu", - "zhishuo", - "zhistella", - "zhiting", - "zhiwei", - "zhixiang", - "zhixiao", - "zhiya", - "zhiye", - "zhiying", - "zhiyuan", - "Zhuangzi", - "zilliz", - "zremrangebyscore", - "zundo", - "zustand", - "zzab" - ], - "ignoreWords": [], - "import": [] -}