Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
0d7a133b
Commit
0d7a133b
authored
Aug 11, 2023
by
Jeffrey Morgan
Browse files
Update `README.md` for `privategpt`
parent
e8630661
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
examples/privategpt/README.md
examples/privategpt/README.md
+4
-4
No files found.
examples/privategpt/README.md
View file @
0d7a133b
...
...
@@ -4,7 +4,7 @@
### Setup
Optionally s
et up a virtual environment:
S
et up a virtual environment
(optional)
:
```
python3 -m venv .venv
...
...
@@ -30,7 +30,7 @@ mkdir source_documents
curl https://d18rn0p25nwr6d.cloudfront.net/CIK-0001813756/975b3e9b-268e-4798-a9e4-2a9a7c92dc10.pdf -o source_documents/wework.pdf
```
### Ingesting
data
### Ingesting
files
```
shell
python ingest.py
...
...
@@ -49,7 +49,7 @@ Using embedded DuckDB with persistence: data will be stored in: db
Ingestion
complete
!
You can now run privateGPT.py to query your documents
```
### Ask
Q
uestions
!
### Ask
q
uestions
```
shell
python privateGPT.py
...
...
@@ -67,7 +67,7 @@ ollama pull llama2:13b
MODEL=llama2:13b python privateGPT.py
```
## Adding
your own data
## Adding
more files
Put any and all your files into the
`source_documents`
directory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment