You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python library for scraping and document processing.
3
+
a Python library for scraping and document processing
4
4
5
-
## Installation
5
+
## installation
6
6
7
7
```python
8
8
pip install raggy
9
9
```
10
10
11
-
For additional features:
11
+
add extras to load different document types:
12
12
```python
13
13
pip install raggy[chroma] # ChromaDB support
14
14
pip install raggy[tpuf] # TurboPuffer support
15
15
pip install raggy[pdf] # PDF processing
16
16
```
17
17
18
-
Read the [docs](https://zzstoatzz.github.io/raggy/)
18
+
read the [docs](https://zzstoatzz.github.io/raggy/)
19
19
20
-
### What is it?
20
+
### what is it?
21
21
22
-
A Python library for:
22
+
a simple-to-use Python library for:
23
23
24
24
- scraping the web to produce rich documents
25
25
- putting these documents in vectorstores
@@ -28,11 +28,11 @@ A Python library for:
28
28
> [!TIP]
29
29
> See this [example](https://github.com/zzstoatzz/raggy/blob/main/examples/chat_with_X/website.py) to chat with any website, or this [example](https://github.com/zzstoatzz/raggy/blob/main/examples/chat_with_X/repo.py) to chat with any GitHub repo.
30
30
31
-
### License and Dependencies
31
+
### license and dependencies
32
32
33
33
> [!IMPORTANT]
34
34
> This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
35
35
36
-
### Contributing
36
+
### contributing
37
37
38
-
We welcome contributions! See our[contributing guide](https://zzstoatzz.github.io/raggy/contributing) for details.
38
+
I would welcome contributions! See the[contributing guide](https://zzstoatzz.github.io/raggy/contributing) for details.
0 commit comments