Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
sdk: streamlit
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 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.
|