Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-AI-IOT/remembr
/ functions
Functions
159 in github.com/NVIDIA-AI-IOT/remembr
⨍
Functions
159
◇
Types & classes
35
Method
__init__
(self, output_queue: Queue, chunk_size: int = 1536, devi
examples/nova_carter_demo/python/asr_pipeline.py:123
Method
__init__
(self, model: str, backend: str, input_queue, use_channel:
examples/nova_carter_demo/python/asr_pipeline.py:247
Method
__init__
(self, model)
examples/nova_carter_demo/python/asr_pipeline.py:276
Method
__init__
(self, model: str = "small.en", vad_window: int = 5, backend: str = "whisp
examples/nova_carter_demo/python/asr_pipeline.py:306
Method
__post_init__
(self)
remembr/memory/memory.py:18
Method
_generate
( self, messages: List[BaseMessage], stop: Optional[List[str]] = None, run_man
remembr/tools/functions_wrapper.py:297
Method
_llm_type
(self)
remembr/tools/functions_wrapper.py:428
Method
agent
Invokes the agent model to generate a response based on the current state. Given the question, it will decide to retrieve using the r
remembr/agents/remembr_agent.py:210
Method
caption_callback
(self, msg: String)
examples/nova_carter_demo/python/memory_builder_node.py:49
Method
caption_loop
(self)
examples/nova_carter_demo/python/captioner_node.py:80
Method
chatter
(user_message, history, log)
examples/chat_demo/demo.py:103
Method
default
(self, obj)
remembr/scripts/preprocess_captions.py:29
Function
format_docs
(docs)
remembr/tools/tools.py:30
Function
format_memory
(memory_item_list: list[MemoryItem])
remembr/memory/video_memory.py:53
Function
get_frames
(file)
remembr/utils/util.py:6
Function
get_key
()
remembr/scripts/preprocess_coda.py:57
Method
get_working_memory
(self)
remembr/memory/milvus_memory.py:136
Method
get_working_memory
(self)
remembr/memory/text_memory.py:30
Method
get_working_memory
(self)
remembr/memory/video_memory.py:48
Function
handle_asr
(text)
examples/nova_carter_demo/python/asr_pipeline.py:389
Method
handle_asr
(text)
examples/nova_carter_demo/python/asr_node.py:41
Function
handle_vad_end
()
examples/nova_carter_demo/python/asr_pipeline.py:386
Method
handle_vad_end
()
examples/nova_carter_demo/python/asr_node.py:38
Function
handle_vad_start
()
examples/nova_carter_demo/python/asr_pipeline.py:383
Method
handle_vad_start
()
examples/nova_carter_demo/python/asr_node.py:35
Method
image_callback
(self, image_msg: Image)
examples/nova_carter_demo/python/captioner_node.py:104
Function
image_parser
(args)
remembr/captioners/vila_captioner.py:22
Method
img_listener_callback
(self, img_msg)
examples/chat_demo/db_processor.py:141
Method
insert
(self, data_list)
remembr/memory/milvus_memory.py:73
Method
insert
(self, item: ImageMemoryItem)
remembr/memory/video_memory.py:37
Function
inspect
Print the state passed between Runnables in a langchain and pass it on
remembr/agents/remembr_agent.py:41
Function
load_images
(image_files)
remembr/captioners/vila_captioner.py:37
Method
memory_to_string
(self, memory_item_list: list[MemoryItem])
remembr/memory/text_memory.py:40
Function
parse_json
(string)
remembr/scripts/eval.py:39
Function
parse_response
Extract `function_call` from `AIMessage`.
remembr/tools/functions_wrapper.py:101
Method
pose_callback
(self, msg: PoseWithCovarianceStamped)
examples/nova_carter_demo/python/memory_builder_node.py:46
Method
pose_callback
(self, msg: PoseWithCovarianceStamped)
examples/nova_carter_demo/python/agent_node.py:106
Method
pose_listener_callback
(self, odom_msg)
examples/chat_demo/db_processor.py:124
Method
process_file
(self, fileobj, upload_name, pos_topic, image_topic, db_uri)
examples/chat_demo/demo.py:68
Method
query
(self, question: str)
remembr/agents/non_agent.py:40
Method
query
(self, question: str)
remembr/agents/vlm_non_agent.py:90
Method
query_callback
(self, msg: String)
examples/nova_carter_demo/python/agent_node.py:62
Method
query_duration
(self, query: str)
remembr/agents/agent.py:30
Method
query_time
(self, query: str)
remembr/agents/agent.py:33
Method
query_yes_no
(self, query: str)
remembr/agents/agent.py:36
Method
reset
(self)
remembr/memory/video_memory.py:45
Method
run
(self)
examples/nova_carter_demo/python/asr_pipeline.py:140
Method
run
(self)
examples/nova_carter_demo/python/asr_pipeline.py:265
Function
search_by_position
(pos_db, ref_time, query: tuple)
remembr/tools/tools.py:49
Method
search_by_position
(self, query: tuple)
remembr/memory/milvus_memory.py:173
Function
search_by_text
(retriever, ref_time, query: str)
remembr/tools/tools.py:90
Method
search_by_text
(self, query: str)
remembr/memory/milvus_memory.py:218
Function
search_by_time
(time_db, ref_time, hms_time: str)
remembr/tools/tools.py:58
Method
search_by_time
(self, hms_time: str)
remembr/memory/milvus_memory.py:184
Method
set_memory
(self, memory: VideoMemory)
remembr/agents/vlm_non_agent.py:86
Function
should_continue
(state: AgentState)
remembr/agents/remembr_agent.py:71
Method
stopped
(self)
examples/chat_demo/demo.py:32
Method
update_remembr
(self, db_uri, selection)
examples/chat_demo/demo.py:62
Method
with_structured_output
( self, schema: Optional[_DictOrPydanticClass] = None, *, include_raw: Literal
remembr/tools/functions_wrapper.py:147
← previous
101–159 of 159, ranked by callers