MCPcopy Create free account

hub / github.com/bhancockio/langchain-crash-course / functions

Functions23 in github.com/bhancockio/langchain-crash-course

↓ 5 callersFunctioncreate_vector_store
(docs, store_name)
4_rag/3_rag_text_splitting_deep_dive.py:36
↓ 5 callersFunctionquery_vector_store
(store_name, query)
4_rag/3_rag_text_splitting_deep_dive.py:100
↓ 3 callersFunctionquery_vector_store
( store_name, query, embedding_function, search_type, search_kwargs )
4_rag/5_rag_retriever_deep_dive.py:23
↓ 2 callersFunctioncreate_vector_store
(docs, embeddings, store_name)
4_rag/4_rag_embedding_deep_dive.py:35
↓ 2 callersFunctionquery_vector_store
(store_name, query, embedding_function)
4_rag/4_rag_embedding_deep_dive.py:71
↓ 1 callersFunctionanalyze_cons
(features)
3_chains/4_chains_parallel.py:37
↓ 1 callersFunctionanalyze_pros
(features)
3_chains/4_chains_parallel.py:23
↓ 1 callersFunctioncombine_pros_cons
(pros, cons)
3_chains/4_chains_parallel.py:51
↓ 1 callersFunctioncontinual_chat
()
4_rag/7_rag_conversational.py:92
↓ 1 callersFunctioncreate_vector_store
Crawl the website, split the content, create embeddings, and persist the vector store.
4_rag/8_rag_web_scrape_firecrawl.py:18
↓ 1 callersFunctionquery_vector_store
Query the vector store with the specified question.
4_rag/8_rag_web_scrape_firecrawl.py:72
Method_run
Use the tool.
5_agents_and_tools/tools_deep_dive/3_tool_base_tool.py:37
Method_run
Use the tool.
5_agents_and_tools/tools_deep_dive/3_tool_base_tool.py:56
Functionconcatenate_strings
Concatenates two strings.
5_agents_and_tools/tools_deep_dive/1_tool_constructor.py:22
Functionconcatenate_strings
Concatenates two strings.
5_agents_and_tools/tools_deep_dive/2_tool_decorator.py:43
Functionget_current_time
Returns the current time in H:MM AM/PM format.
5_agents_and_tools/1_agent_and_tools_basics.py:15
Functionget_current_time
Returns the current time in H:MM AM/PM format.
5_agents_and_tools/agent_deep_dive/1_agent_react_chat.py:14
Functiongreet_user
Greets the user by name.
5_agents_and_tools/tools_deep_dive/1_tool_constructor.py:12
Functiongreet_user
Greets the user by name.
5_agents_and_tools/tools_deep_dive/2_tool_decorator.py:15
Functionreverse_string
Reverses the given string.
5_agents_and_tools/tools_deep_dive/1_tool_constructor.py:17
Functionreverse_string
Reverses the given string.
5_agents_and_tools/tools_deep_dive/2_tool_decorator.py:29
Functionsearch_wikipedia
Searches Wikipedia and returns the summary of the first result.
5_agents_and_tools/agent_deep_dive/1_agent_react_chat.py:22
Methodsplit_text
(self, text)
4_rag/3_rag_text_splitting_deep_dive.py:89