Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QmiAI/Qmedia
/ functions
Functions
341 in github.com/QmiAI/Qmedia
⨍
Functions
341
◇
Types & classes
93
↳
Endpoints
35
Function
new_bot
(request: BotRequest)
mmrag_server/api/file_manager.py:262
Method
new_bot
( self, bot_id, user_id, bot_name, description, head_image,
mmrag_server/services/dbservice/dbservice.py:236
Method
new_db
(self, db_id, user_id, db_name, user_name=None)
mmrag_server/services/dbservice/dbservice.py:64
Method
norm_img_can
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:291
Function
on_startup
()
mmrag_server/main.py:33
Function
preprocess
(im, preprocess_ops)
mm_server/services/ocr_server/operators.py:688
Method
process_image_srn
(self, img, image_shape, num_heads, max_text_length)
mm_server/services/ocr_server/ocr.py:193
Method
query
Get nodes for response.
mmrag_server/services/retriever/simple_retriever.py:39
Method
query
Get nodes for response.
mmrag_server/services/retriever/simple_retriever.py:190
Function
query_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
Function
read_items
( username: Optional[str] = Cookie(None), last_refresh: Optional[str] = Cookie(None) )
mmrag_server/api/user.py:47
Function
read_root
()
mmrag_server/main.py:29
Method
recognize
(self, ori_im, box)
mm_server/services/ocr_server/ocr.py:585
Method
resize_norm_img_abinet
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:275
Method
resize_norm_img_sar
(self, img, image_shape, width_downsample_ratio=0.25)
mm_server/services/ocr_server/ocr.py:214
Method
resize_norm_img_spin
(self, img)
mm_server/services/ocr_server/ocr.py:248
Method
resize_norm_img_svtr
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:265
Method
resize_norm_img_vl
(self, img, image_shape)
mm_server/services/ocr_server/ocr.py:119
Function
search_notes
简介: 返回最相近的notes Args: query (str): 搜索查询语句。是一个字符串,用于检索相关的笔记。 topk (int): 返回的最相似结果的数量。默认值为5,表示返回相似度最高的前5个结果。 exam
mmrag_server/api/rag_search.py:48
Function
search_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
Function
search_notes
Args: query (str): 搜索查询字符串,用于过滤笔记。 Returns: List[NoteData]: 笔记列表的搜索结果。 示例URL: http://127.0.0.1:8000/search/?que
mmrag_server/api/search.py:21
Function
search_public
Args: query (str): 搜索查询字符串。 max_search (int): 搜索结果的最大数量。 `http://localhost:8001/public-search?query=如何拍摄Vlog&max_search=3
mmrag_server/api/search.py:43
Function
set_cookie
(response: Response)
mmrag_server/api/user.py:11
Function
set_embedding_model
()
mmrag_server/services/llm/ollama_embedding.py:9
Function
set_model
()
test/http_test.py:134
Function
set_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
Function
set_refresh_cookie
单独设置刷新标识cookie,记录当前时间戳。
mmrag_server/api/user.py:69
Function
set_username_cookie
单独设置用户名cookie。
mmrag_server/api/user.py:60
Function
test
(img_file_path: str)
mm_server/services/clip_service.py:57
Function
test
(prompt: str = "test")
mm_server/services/llm_service.py:30
Function
test
(img_file_path: str)
mm_server/services/ocr_service.py:50
Function
test_build_databse
()
test/http_test.py:88
Function
test_embeddings
()
test/http_test.py:12
Function
test_notes_query
()
test/http_test.py:107
Function
test_notes_search
()
test/http_test.py:96
Function
test_run_whisper
()
mm_server/services/video_service.py:115
Function
update_bot
(request: UpdateBotRequest)
mmrag_server/api/file_manager.py:332
Method
update_bot
( self, user_id, bot_id, bot_name, description, head_image,
mmrag_server/services/dbservice/dbservice.py:277
Method
update_file_path
(self, file_id, file_path)
mmrag_server/services/dbservice/dbservice.py:130
Function
upload_files
( user_id: str = Form(), db_id: str = Form(), file_names: List[str] = Form(), files: List[Uplo
mmrag_server/api/file_manager.py:74
Function
validation_exception_handler
(request: Request, exc: RequestValidationError)
mmrag_server/main.py:41
← previous
301–341 of 341, ranked by callers