Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atul-harsh33108/RAG-Chatbot-on-web-scraped-data
/ functions
Functions
12 in github.com/atul-harsh33108/RAG-Chatbot-on-web-scraped-data
⨍
Functions
12
◇
Types & classes
2
↓ 2 callers
Method
crawl
(self)
scraper.py:27
↓ 1 callers
Function
check_api
()
check_api.py:13
↓ 1 callers
Function
check_flash
()
check_flash.py:12
↓ 1 callers
Method
clean_text
(self, text)
scraper.py:23
↓ 1 callers
Method
create_vector_db
Ingests a list of dicts {'source': url, 'content': text} into ChromaDB.
rag_engine.py:25
↓ 1 callers
Method
initialize_chain
(self)
rag_engine.py:94
↓ 1 callers
Method
is_valid_url
(self, url)
scraper.py:18
↓ 1 callers
Method
load_vector_db
Loads existing DB if available
rag_engine.py:87
↓ 1 callers
Function
main
()
main.py:11
↓ 1 callers
Method
query
(self, user_query)
rag_engine.py:109
Method
__init__
(self, start_url, max_depth=2)
scraper.py:11
Method
__init__
(self, persist_dir="./chroma_db")
rag_engine.py:19