Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhancockio/langchain-crash-course
/ functions
Functions
23 in github.com/bhancockio/langchain-crash-course
⨍
Functions
23
◇
Types & classes
8
↓ 5 callers
Function
create_vector_store
(docs, store_name)
4_rag/3_rag_text_splitting_deep_dive.py:36
↓ 5 callers
Function
query_vector_store
(store_name, query)
4_rag/3_rag_text_splitting_deep_dive.py:100
↓ 3 callers
Function
query_vector_store
( store_name, query, embedding_function, search_type, search_kwargs )
4_rag/5_rag_retriever_deep_dive.py:23
↓ 2 callers
Function
create_vector_store
(docs, embeddings, store_name)
4_rag/4_rag_embedding_deep_dive.py:35
↓ 2 callers
Function
query_vector_store
(store_name, query, embedding_function)
4_rag/4_rag_embedding_deep_dive.py:71
↓ 1 callers
Function
analyze_cons
(features)
3_chains/4_chains_parallel.py:37
↓ 1 callers
Function
analyze_pros
(features)
3_chains/4_chains_parallel.py:23
↓ 1 callers
Function
combine_pros_cons
(pros, cons)
3_chains/4_chains_parallel.py:51
↓ 1 callers
Function
continual_chat
()
4_rag/7_rag_conversational.py:92
↓ 1 callers
Function
create_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 callers
Function
query_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
Function
concatenate_strings
Concatenates two strings.
5_agents_and_tools/tools_deep_dive/1_tool_constructor.py:22
Function
concatenate_strings
Concatenates two strings.
5_agents_and_tools/tools_deep_dive/2_tool_decorator.py:43
Function
get_current_time
Returns the current time in H:MM AM/PM format.
5_agents_and_tools/1_agent_and_tools_basics.py:15
Function
get_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
Function
greet_user
Greets the user by name.
5_agents_and_tools/tools_deep_dive/1_tool_constructor.py:12
Function
greet_user
Greets the user by name.
5_agents_and_tools/tools_deep_dive/2_tool_decorator.py:15
Function
reverse_string
Reverses the given string.
5_agents_and_tools/tools_deep_dive/1_tool_constructor.py:17
Function
reverse_string
Reverses the given string.
5_agents_and_tools/tools_deep_dive/2_tool_decorator.py:29
Function
search_wikipedia
Searches Wikipedia and returns the summary of the first result.
5_agents_and_tools/agent_deep_dive/1_agent_react_chat.py:22
Method
split_text
(self, text)
4_rag/3_rag_text_splitting_deep_dive.py:89