MCPcopy Create free account

hub / github.com/adithya-s-k/VARAG / functions

Functions240 in github.com/adithya-s-k/VARAG

Methodquery
( self, query: str, images: Union[str, Image.Image, List[Union[str, Image.Image]]],
varag/vlms/provider/openai.py:63
Methodquery
Synchronous version of aquery. Uses litellm's completion instead of acompletion. Args: query: The query text
varag/llms/provider/litellm.py:138
Methodquery
( self, query: str, context: str, system_prompt: str, max_tokens: Opti
varag/llms/provider/openai.py:53
Functionquery_and_answer
(query, num_results)
examples/textDemo.py:46
Functionquery_data
(query, retrieved_results)
demo.py:237
Functionquery_data
(query, retrieved_results)
examples/inference_colpali/demo_with_heatmaps.py:265
Functionquery_data
Query all RAG systems with rate limiting and progressive updates
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:392
Functionquery_pdf
(query)
examples/base_implementation/hybrid_colpali_embed.py:378
Functionquery_pdf
(query)
examples/base_implementation/colpali_embed.py:347
Functionrefresh_colpali_interpretation
Refresh the ColPali interpretation with current query and results
examples/inference_colpali/demo_with_heatmaps.py:499
Functionrender_file
(file)
archives/app1.py:86
Functionretrieve_colpali
()
demo.py:200
Functionretrieve_colpali
()
examples/inference_colpali/demo_with_heatmaps.py:228
Functionretrieve_colpali
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:298
Functionretrieve_hybrid
()
demo.py:207
Functionretrieve_hybrid
()
examples/inference_colpali/demo_with_heatmaps.py:235
Functionretrieve_hybrid
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:305
Functionretrieve_simple
()
demo.py:173
Functionretrieve_simple
()
examples/inference_colpali/demo_with_heatmaps.py:201
Functionretrieve_simple
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:276
Functionretrieve_vision
()
demo.py:193
Functionretrieve_vision
()
examples/inference_colpali/demo_with_heatmaps.py:221
Functionretrieve_vision
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:291
Methodsearch
( self, query: str, k: int = 3, limit: Union[int, None] = 1000, )
varag/rag/_colpaliRAG.py:349
Methodsearch
( self, query: str, k: int = 3, use_image_search: bool = True, limit:
varag/rag/_hybridColpaliRAG.py:347
Methodsearch
(self, query: str, k: int = 3)
varag/rag/_visionRAG.py:199
Functionsearch_and_analyze
(query, table_name, use_image_search, top_k)
examples/hybridColpaliDemo.py:53
Functionsearch_and_analyze
(query, table_name, topk)
examples/colpaliDemo.py:46
Functionsearch_and_generate_response
(query, table_name)
examples/visionDemo.py:41
Methodsplit_text
(self, text: str)
examples/base_implementation/text_embed.py:85
Functionupdate_api_key
(api_key)
demo.py:288
Functionupdate_api_key
(api_key)
examples/inference_colpali/demo_with_heatmaps.py:316
Functionupdate_api_key
(api_key)
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:1073
Functionupdate_query_results
(query, retrieved_results)
demo.py:420
Functionupdate_query_results
(query, retrieved_results)
examples/inference_colpali/demo_with_heatmaps.py:643
Functionupdate_retrieval_results
(query, top_k, sequential)
demo.py:393
Functionupdate_retrieval_results
(query, top_k, sequential)
examples/inference_colpali/demo_with_heatmaps.py:614
Functionupdate_retrieval_results
(query, top_k, sequential)
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:1060
Functionupload_file
(file)
archives/tdl_app.py:14
Functionuser
(user_message, history)
examples/base_implementation/colpali_simple.py:179
← previous201–240 of 240, ranked by callers