MCPcopy Create free account

hub / github.com/QmiAI/Qmedia / functions

Functions341 in github.com/QmiAI/Qmedia

Functionnew_bot
(request: BotRequest)
mmrag_server/api/file_manager.py:262
Methodnew_bot
( self, bot_id, user_id, bot_name, description, head_image,
mmrag_server/services/dbservice/dbservice.py:236
Methodnew_db
(self, db_id, user_id, db_name, user_name=None)
mmrag_server/services/dbservice/dbservice.py:64
Methodnorm_img_can
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:291
Functionon_startup
()
mmrag_server/main.py:33
Functionpreprocess
(im, preprocess_ops)
mm_server/services/ocr_server/operators.py:688
Methodprocess_image_srn
(self, img, image_shape, num_heads, max_text_length)
mm_server/services/ocr_server/ocr.py:193
Methodquery
Get nodes for response.
mmrag_server/services/retriever/simple_retriever.py:39
Methodquery
Get nodes for response.
mmrag_server/services/retriever/simple_retriever.py:190
Functionquery_notes
API endpoint to perform question-answering using the LLAMA model. Args: query (str): The search query string used to retrieve releva
mmrag_server/api/mm_rag_search.py:108
Functionread_items
( username: Optional[str] = Cookie(None), last_refresh: Optional[str] = Cookie(None) )
mmrag_server/api/user.py:47
Functionread_root
()
mmrag_server/main.py:29
Methodrecognize
(self, ori_im, box)
mm_server/services/ocr_server/ocr.py:585
Methodresize_norm_img_abinet
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:275
Methodresize_norm_img_sar
(self, img, image_shape, width_downsample_ratio=0.25)
mm_server/services/ocr_server/ocr.py:214
Methodresize_norm_img_spin
(self, img)
mm_server/services/ocr_server/ocr.py:248
Methodresize_norm_img_svtr
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:265
Methodresize_norm_img_vl
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:119
Functionsearch_notes
简介: 返回最相近的notes Args: query (str): 搜索查询语句。是一个字符串,用于检索相关的笔记。 topk (int): 返回的最相似结果的数量。默认值为5,表示返回相似度最高的前5个结果。 exam
mmrag_server/api/rag_search.py:48
Functionsearch_notes
API endpoint to search for the most similar notes based on a query. Args: query (str): The search query string used to retrieve rele
mmrag_server/api/mm_rag_search.py:68
Functionsearch_notes
Args: query (str): 搜索查询字符串,用于过滤笔记。 Returns: List[NoteData]: 笔记列表的搜索结果。 示例URL: http://127.0.0.1:8000/search/?que
mmrag_server/api/search.py:21
Functionsearch_public
Args: query (str): 搜索查询字符串。 max_search (int): 搜索结果的最大数量。 `http://localhost:8001/public-search?query=如何拍摄Vlog&max_search=3
mmrag_server/api/search.py:43
Functionset_cookie
(response: Response)
mmrag_server/api/user.py:11
Functionset_embedding_model
()
mmrag_server/services/llm/ollama_embedding.py:9
Functionset_model
()
test/http_test.py:134
Functionset_model_config
API endpoint to set the keep-alive configuration for a specific model or all models. Parameters: - config: ModelConfig object containing
mm_server/api/cached_service.py:28
Functionset_refresh_cookie
单独设置刷新标识cookie,记录当前时间戳。
mmrag_server/api/user.py:69
Functionset_username_cookie
单独设置用户名cookie。
mmrag_server/api/user.py:60
Functiontest
(img_file_path: str)
mm_server/services/clip_service.py:57
Functiontest
(prompt: str = "test")
mm_server/services/llm_service.py:30
Functiontest
(img_file_path: str)
mm_server/services/ocr_service.py:50
Functiontest_build_databse
()
test/http_test.py:88
Functiontest_embeddings
()
test/http_test.py:12
Functiontest_notes_query
()
test/http_test.py:107
Functiontest_notes_search
()
test/http_test.py:96
Functiontest_run_whisper
()
mm_server/services/video_service.py:115
Functionupdate_bot
(request: UpdateBotRequest)
mmrag_server/api/file_manager.py:332
Methodupdate_bot
( self, user_id, bot_id, bot_name, description, head_image,
mmrag_server/services/dbservice/dbservice.py:277
Methodupdate_file_path
(self, file_id, file_path)
mmrag_server/services/dbservice/dbservice.py:130
Functionupload_files
( user_id: str = Form(), db_id: str = Form(), file_names: List[str] = Form(), files: List[Uplo
mmrag_server/api/file_manager.py:74
Functionvalidation_exception_handler
(request: Request, exc: RequestValidationError)
mmrag_server/main.py:41
← previous301–341 of 341, ranked by callers