NazaninMn commited on
Commit
388a9cf
Β·
unverified Β·
1 Parent(s): 850b0b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -6
README.md CHANGED
@@ -1,9 +1,28 @@
1
  ---
2
- license: apache-2.0
3
- title: Search Engine
 
 
4
  sdk: streamlit
5
- emoji: πŸƒ
6
- colorFrom: red
7
- colorTo: yellow
8
- short_description: Search Engine With LLM
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: LangChain Search Chatbot
3
+ emoji: πŸ”Ž
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: streamlit
7
+ sdk_version: "1.39.0"
8
+ app_file: app.py
9
+ pinned: false
 
10
  ---
11
+
12
+ # LangChain Search Chatbot
13
+
14
+ An interactive chatbot powered by LangChain and Groq that can search the web, query ArXiv papers, and search Wikipedia.
15
+
16
+ ## Features
17
+ - 🌐 Web search using DuckDuckGo
18
+ - πŸ“š ArXiv paper search
19
+ - πŸ“– Wikipedia search
20
+ - πŸ’¬ Interactive chat interface
21
+ - πŸ”„ Streaming responses
22
+
23
+ ## Usage
24
+ 1. Enter your Groq API Key in the sidebar
25
+ 2. Start chatting!
26
+
27
+ ## Get Your Groq API Key
28
+ Visit [console.groq.com](https://console.groq.com) to get your free API key.