SYMBOL INDEX (23 symbols across 3 files) FILE: deprecated/local_llama_v2.py function get_doc_store (line 16) | def get_doc_store(): function get_context (line 24) | def get_context(query): function indexing_pipe (line 45) | def indexing_pipe(filename): class CustomLLM (line 98) | class CustomLLM(LLM): method _call (line 101) | def _call(self, prompt: str, stop: Optional[List[str]] = None) -> str: method _identifying_params (line 113) | def _identifying_params(self) -> Mapping[str, Any]: method _llm_type (line 117) | def _llm_type(self) -> str: function clear_convo (line 121) | def clear_convo(): function init (line 125) | def init(): function get_llm (line 137) | def get_llm(): FILE: local_llama_chat.py class CustomLLM (line 11) | class CustomLLM(LLM): method _call (line 14) | def _call(self, prompt: str, stop: Optional[List[str]] = None) -> str: method _identifying_params (line 25) | def _identifying_params(self) -> Mapping[str, Any]: method _llm_type (line 29) | def _llm_type(self) -> str: function clear_convo (line 33) | def clear_convo(): function init (line 37) | def init(): function get_llm (line 49) | def get_llm(): FILE: local_llama_v3.py function get_doc_store (line 20) | def get_doc_store(): function get_context (line 26) | def get_context(query): function indexing_pipe (line 48) | def indexing_pipe(filename): function invoke_ollama (line 82) | def invoke_ollama(user_input): function clear_convo (line 135) | def clear_convo(): function init (line 139) | def init():