Skip to content

Commit 27bece2

Browse files
committed
update structure and links
1 parent e4e5b7a commit 27bece2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ pip install raggy
77
Read the [docs](https://zzstoatzz.github.io/raggy/)
88

99
### examples
10+
1011
- scraping the web to produce rich documents
1112
- putting these documents in vectorstores
1213
- querying the vectorstores to find documents similar to a query
1314

14-
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`.
15+
see this [example](/examples/refresh_vectorstore/refresh_tpuf.py) I use to refresh a chatbot that knows about `prefect`.

docs/welcome/tutorial.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ print(await query_namespace("how do I get started with raggy?"))
3333

3434
## Real-world example
3535

36-
See [this example](https://github.com/zzstoatzz/raggy/blob/main/examples/refresh_chroma/refresh_collection.py) I use to refresh a chatbot that knows about `prefect`.
37-
36+
See [this example](/examples/refresh_vectorstore/refresh_tpuf.py) I use to refresh a chatbot that knows about `prefect`.

examples/refresh_chroma/requirements.txt

-3
This file was deleted.

examples/refresh_tpuf/requirements.txt

-3
This file was deleted.

examples/refresh_chroma/refresh_collection.py examples/refresh_vectorstore/refresh_chroma.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# /// script
2+
# dependencies = [
3+
# "raggy[chroma]",
4+
# "trafilatura",
5+
# ]
6+
17
from datetime import timedelta
28
from typing import Literal
39

0 commit comments

Comments
 (0)