SYMBOL INDEX (54 symbols across 20 files) FILE: cooking_recipes/data.py function process_json (line 3) | def process_json(fpath): FILE: embedchain_test/app.py function test (line 9) | def test(q): FILE: from_langchain_docs/search_simple.py function search (line 6) | def search(query): FILE: google_drive_llm/fetch_txt_files.py function get_txt_files (line 14) | def get_txt_files(dir_id='root'): function create_test_file (line 23) | def create_test_file(): function test (line 31) | def test(): FILE: hugging_face/hf_transformer_local.py class CustomLLM (line 17) | class CustomLLM(LLM): method _call (line 25) | def _call(self, prompt, stop = None): method _identifying_params (line 34) | def _identifying_params(self): method _llm_type (line 38) | def _llm_type(self): FILE: hugging_face/test1.py class CustomLLM (line 15) | class CustomLLM(LLM): method _call (line 23) | def _call(self, prompt, stop = None): method _identifying_params (line 32) | def _identifying_params(self): method _llm_type (line 36) | def _llm_type(self): function query (line 67) | def query(query_string): FILE: kg_search/Google_KG_helper.py function get_entity_info (line 15) | def get_entity_info(entity_name): function tree_traverse (line 27) | def tree_traverse(a_dict): function get_context_text (line 42) | def get_context_text(entity_name): FILE: kg_search/Google_Knowledge_Graph_Search.py function kg_search (line 7) | def kg_search(entity_name, *questions): FILE: langchain_dbpedia_agent/QA.py function query (line 25) | def query(query): function entities_in_text (line 31) | def entities_in_text(s): function dbpedia_get_entities_by_name (line 55) | def dbpedia_get_entities_by_name(name, dbpedia_type): function get_context_text (line 70) | def get_context_text(query_text): FILE: langchain_dbpedia_agent/custom_func_dbpedia.py function get_context_data (line 3) | def get_context_data(query_text): class GetContextTextFromDbPediaInput (line 17) | class GetContextTextFromDbPediaInput(BaseModel): class GetContextTextFromDbPediaTool (line 23) | class GetContextTextFromDbPediaTool(BaseTool): method _run (line 31) | def _run(self, query_text: str): method _arun (line 35) | def _arun(self, query_text: str): FILE: langchain_getting_started/agent_test.py function add (line 6) | def add(input: str) -> str: function is_prime (line 10) | def is_prime(input: str) -> str: FILE: langchain_getting_started/country_information.py function get_country_information (line 5) | def get_country_information(country_name): FILE: langchain_getting_started/directions_template.py function get_directions (line 5) | def get_directions(thing_to_do): FILE: langchain_getting_started/read_text_files.py function read_text_files (line 5) | def read_text_files(directory_path): FILE: langchain_getting_started/test.py function query (line 73) | def query(q): FILE: llama-index_case_study/web_page_QA.py function query_website (line 11) | def query_website(url, *questions): FILE: llm_enhanced_search_ddg_ollama/llm_enhanced_search.py function llm_search (line 22) | def llm_search(query): function test1 (line 45) | def test1(): function test2 (line 59) | def test2(): FILE: tool_search_math_example/tool_search_math_example.py class DuckDuckGoSearchAPIWrapper (line 13) | class DuckDuckGoSearchAPIWrapper: method __call__ (line 14) | def __call__(self, query): class SimpleCalculator (line 19) | class SimpleCalculator: method __call__ (line 20) | def __call__(self, expression): FILE: tools_langchain/doc_example.py function add (line 10) | def add(input: str) -> str: function is_prime (line 14) | def is_prime(input: str) -> str: function test1 (line 49) | def test1(): function test2 (line 52) | def test2(): FILE: tools_langchain/loop_collection_with_function.py function loop (line 13) | def loop(a_function: Callable, a_collection: list) -> list: # needs Pyth... function loop2 (line 20) | def loop2(input: str) -> str: function add (line 32) | def add(input: str) -> str: function is_prime (line 36) | def is_prime(input: str) -> str: function test1 (line 76) | def test1(): function test2 (line 79) | def test2(): function test3 (line 82) | def test3(): function test4 (line 87) | def test4():