Spaces:
Sleeping
Sleeping
removed chainlit.md from gitignore
Browse files- .gitignore +0 -1
- chainlit.md +27 -0
.gitignore
CHANGED
@@ -36,7 +36,6 @@ wheels/
|
|
36 |
# Logs
|
37 |
*.log
|
38 |
logs/
|
39 |
-
chainlit.md
|
40 |
.chainlit/*
|
41 |
|
42 |
**/.DS_Store
|
|
|
36 |
# Logs
|
37 |
*.log
|
38 |
logs/
|
|
|
39 |
.chainlit/*
|
40 |
|
41 |
**/.DS_Store
|
chainlit.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Research Assistant
|
2 |
+
|
3 |
+
Welcome to the Research Assistant! This AI-powered tool helps you gather information from multiple sources:
|
4 |
+
|
5 |
+
- **Wikipedia**: Get encyclopedic knowledge about various topics
|
6 |
+
- **Reddit**: Find discussions and community insights
|
7 |
+
- **Semantic Scholar**: Access academic papers and research
|
8 |
+
|
9 |
+
## How to use
|
10 |
+
|
11 |
+
Simply ask a question or provide a topic you'd like to research. The assistant will:
|
12 |
+
1. Choose the most appropriate source(s)
|
13 |
+
2. Search for relevant information
|
14 |
+
3. Present the findings to you
|
15 |
+
|
16 |
+
## Example queries
|
17 |
+
|
18 |
+
- "What are the latest developments in quantum computing?"
|
19 |
+
- "Tell me about the history of artificial intelligence"
|
20 |
+
- "Find recent research papers about climate change"
|
21 |
+
|
22 |
+
## Note
|
23 |
+
|
24 |
+
This application requires various API keys to be set in your `.env` file:
|
25 |
+
- OPENAI_API_KEY
|
26 |
+
- REDDIT_CLIENT_ID
|
27 |
+
- REDDIT_CLIENT_SECRET
|