Situm commited on
Commit
a9b2874
Β·
verified Β·
1 Parent(s): 0589818

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -30
README.md CHANGED
@@ -1,31 +1,3 @@
1
- # πŸ€– AgenticRAG Chatbot
2
-
3
- A Python-based intelligent chatbot built with Gradio UI and [SmolAgents](https://github.com/huggingface/smol-developer-agents), capable of answering user queries using agentic reasoning, retrieval-augmented generation (RAG), and tool integrations.
4
-
5
- ---
6
-
7
- ## πŸš€ Features
8
-
9
- - 🧠 **Agentic Reasoning**: Powered by SmolAgents and CodeAgent
10
- - πŸ”Ž **Web Search**: DuckDuckGo integration for real-time results
11
- - 🌦️ **Weather Tool**: Real-time weather using OpenWeather App API
12
- - πŸ“Š **Hub Stats Tool**: Retrieve popular models from Hugging Face Hub
13
- - πŸ‘€ **Guest Info Tool**: BM25 keyword-based search over custom dataset
14
- - πŸ–₯️ **Gradio UI**: Interactive web interface to test and chat with the agent
15
-
16
- ---
17
-
18
- ## πŸ“ Project Structure
19
-
20
- ```bash
21
- AgenticRAG/
22
- β”œβ”€β”€ app.py # Gradio UI launcher
23
- β”œβ”€β”€ tools.py # Custom tools like weather, hub stats, search
24
- β”œβ”€β”€ retriever.py # GuestInfoRetrieverTool using BM25
25
- β”œβ”€β”€ requirements.txt # All dependencies
26
- β”œβ”€β”€ README.md # You are here
27
- └── .gitignore # Python, PyCharm, and venv exclusions
28
-
29
  ---
30
  title: AgenticRAG
31
  emoji: πŸŒ–
@@ -37,5 +9,3 @@ app_file: app.py
37
  pinned: false
38
  license: apache-2.0
39
  ---
40
-
41
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: AgenticRAG
3
  emoji: πŸŒ–
 
9
  pinned: false
10
  license: apache-2.0
11
  ---