Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Feb 18, 2024
1 parent afc435a commit e50b8bf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## rag utils
## `raggy`

```python
pip install raggy
```

Read the [docs](zzstoatzz.github.io/raggy/)

### examples
- scraping sitemaps
- putting documents in vectorstores
- scraping the web to produce rich documents
- putting these documents in vectorstores
- querying the vectorstores to find documents similar to a query

see this [example](https://github.com/zzstoatzz/raggy/blob/main/examples/refresh_tpuf/refresh_namespace.py) I use to refresh a chatbot that knows about `prefect`.
```

0 comments on commit e50b8bf

Please sign in to comment.