Skip to content

Commit 3585083

Browse files
committed
Respond to Rob's review
1 parent c7167a3 commit 3585083

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ Working toward a shared understanding of the MVP for structured RAG.
77
### This is sample code
88

99
This is an in-progress project aiming at a Pythonic translation of
10-
`TypeAgent/ts/packages/knowPro` and a few related packages to Python.
11-
(Pythonic because it uses Python conventions and types as appropriate.)
10+
[TypeAgent knowPro](https://github.com/microsoft/TypeAgent/ts/packages/knowPro)
11+
and a few related packages from TypeScript to Python.
12+
13+
### Warning
14+
15+
This library will send its input to an LLM hosted by a third party.
16+
Don't use it to index confidential information.
1217

1318
### Documentation
1419

gmail/gmail_dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Licensed under the MIT License.
33

44
import argparse
5-
import time
65
from base64 import urlsafe_b64decode as b64d
76
from pathlib import Path
7+
import time
88

99
from google.oauth2.credentials import Credentials
1010
from google_auth_oauthlib.flow import InstalledAppFlow

0 commit comments

Comments
 (0)