File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,13 @@ Working toward a shared understanding of the MVP for structured RAG.
77### This is sample code
88
99This 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
Original file line number Diff line number Diff line change 22# Licensed under the MIT License.
33
44import argparse
5- import time
65from base64 import urlsafe_b64decode as b64d
76from pathlib import Path
7+ import time
88
99from google .oauth2 .credentials import Credentials
1010from google_auth_oauthlib .flow import InstalledAppFlow
You can’t perform that action at this time.
0 commit comments