Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adithya-s-k/VARAG
/ functions
Functions
240 in github.com/adithya-s-k/VARAG
⨍
Functions
240
◇
Types & classes
23
Method
query
( self, query: str, images: Union[str, Image.Image, List[Union[str, Image.Image]]],
varag/vlms/provider/openai.py:63
Method
query
Synchronous version of aquery. Uses litellm's completion instead of acompletion. Args: query: The query text
varag/llms/provider/litellm.py:138
Method
query
( self, query: str, context: str, system_prompt: str, max_tokens: Opti
varag/llms/provider/openai.py:53
Function
query_and_answer
(query, num_results)
examples/textDemo.py:46
Function
query_data
(query, retrieved_results)
demo.py:237
Function
query_data
(query, retrieved_results)
examples/inference_colpali/demo_with_heatmaps.py:265
Function
query_data
Query all RAG systems with rate limiting and progressive updates
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:392
Function
query_pdf
(query)
examples/base_implementation/hybrid_colpali_embed.py:378
Function
query_pdf
(query)
examples/base_implementation/colpali_embed.py:347
Function
refresh_colpali_interpretation
Refresh the ColPali interpretation with current query and results
examples/inference_colpali/demo_with_heatmaps.py:499
Function
render_file
(file)
archives/app1.py:86
Function
retrieve_colpali
()
demo.py:200
Function
retrieve_colpali
()
examples/inference_colpali/demo_with_heatmaps.py:228
Function
retrieve_colpali
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:298
Function
retrieve_hybrid
()
demo.py:207
Function
retrieve_hybrid
()
examples/inference_colpali/demo_with_heatmaps.py:235
Function
retrieve_hybrid
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:305
Function
retrieve_simple
()
demo.py:173
Function
retrieve_simple
()
examples/inference_colpali/demo_with_heatmaps.py:201
Function
retrieve_simple
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:276
Function
retrieve_vision
()
demo.py:193
Function
retrieve_vision
()
examples/inference_colpali/demo_with_heatmaps.py:221
Function
retrieve_vision
()
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:291
Method
search
( self, query: str, k: int = 3, limit: Union[int, None] = 1000, )
varag/rag/_colpaliRAG.py:349
Method
search
( self, query: str, k: int = 3, use_image_search: bool = True, limit:
varag/rag/_hybridColpaliRAG.py:347
Method
search
(self, query: str, k: int = 3)
varag/rag/_visionRAG.py:199
Function
search_and_analyze
(query, table_name, use_image_search, top_k)
examples/hybridColpaliDemo.py:53
Function
search_and_analyze
(query, table_name, topk)
examples/colpaliDemo.py:46
Function
search_and_generate_response
(query, table_name)
examples/visionDemo.py:41
Method
split_text
(self, text: str)
examples/base_implementation/text_embed.py:85
Function
update_api_key
(api_key)
demo.py:288
Function
update_api_key
(api_key)
examples/inference_colpali/demo_with_heatmaps.py:316
Function
update_api_key
(api_key)
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:1073
Function
update_query_results
(query, retrieved_results)
demo.py:420
Function
update_query_results
(query, retrieved_results)
examples/inference_colpali/demo_with_heatmaps.py:643
Function
update_retrieval_results
(query, top_k, sequential)
demo.py:393
Function
update_retrieval_results
(query, top_k, sequential)
examples/inference_colpali/demo_with_heatmaps.py:614
Function
update_retrieval_results
(query, top_k, sequential)
examples/inference_colpali/modal_demo_heatmaps_comparing_colpali_models.py:1060
Function
upload_file
(file)
archives/tdl_app.py:14
Function
user
(user_message, history)
examples/base_implementation/colpali_simple.py:179
← previous
201–240 of 240, ranked by callers