Matt Williams
4e07941b1e
Merge pull request #329 from jmorganca/matt/tutorials
...
Add tutorials for using Langchain with ollama
2023-08-11 15:19:39 -07:00
Matt Williams
202c29c21a
resolving bmacd comment
...
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-11 13:51:44 -07:00
Matt Williams
c1c871620a
Update docs/tutorials/langchainjs.md
...
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
2023-08-11 13:48:46 -07:00
Matt Williams
a21a8bef56
Update docs/tutorials/langchainjs.md
...
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
2023-08-11 13:48:35 -07:00
Matt Williams
522726228a
Update docs/tutorials.md
...
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
2023-08-11 13:48:16 -07:00
Patrick Devine
9770e3b325
Generate private/public keypair for use w/ auth ( #324 )
2023-08-11 10:58:23 -07:00
Michael Yang
d617823355
Merge pull request #333 from jmorganca/off-by-one
...
ggml: fix off by one error
2023-08-11 10:51:06 -07:00
Michael Yang
6ed991c8e2
ggml: fix off by one error
...
remove used Unknown FileType
2023-08-11 10:45:22 -07:00
Michael Chiang
e41576e768
Merge branch 'new-syntax' of https://github.com/jmorganca/ollama into new-syntax
2023-08-11 09:00:43 -07:00
Michael Chiang
155c1640f1
add demo video
2023-08-11 08:58:57 -07:00
Jeffrey Morgan
f7d4947573
update header note for privategpt
example
2023-08-11 08:52:26 -07:00
Jeffrey Morgan
0d7a133b15
Update README.md
for privategpt
2023-08-11 08:29:19 -07:00
Jeffrey Morgan
e863066144
clean up privategpt
example
2023-08-11 00:34:52 -07:00
Jeffrey Morgan
89a92477ad
fix README.md
for privategpt
example
2023-08-11 00:26:33 -07:00
Jeffrey Morgan
5cda9cdd13
add instructions to privategpt
example to try another model
2023-08-11 00:23:31 -07:00
Jeffrey Morgan
e5914eb320
add venv
instructions to privategpt
example
2023-08-11 00:20:22 -07:00
Jeffrey Morgan
ab78f48ff8
more setup instructions for privategpt
example
2023-08-11 00:19:25 -07:00
Jeffrey Morgan
b1c88eb978
add privategpt
example
2023-08-11 00:18:13 -07:00
Jeffrey Morgan
efae43f932
update langchain
examples
2023-08-10 23:35:19 -07:00
Matt Williams
d3ee1329e9
Add tutorials for using Langchain with ollama
...
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-10 21:27:37 -07:00
Jeffrey Morgan
700c719422
remove document example for now
2023-08-10 20:25:01 -07:00
Jeffrey Morgan
55aa4aaf0f
add langchain examples
2023-08-10 20:23:50 -07:00
Jeffrey Morgan
820f95c4c4
add example
2023-08-10 20:13:47 -07:00
Michael Yang
3a05d3def7
Merge pull request #326 from asarturas/document-num-gqa-parameter
...
Document num_gqa parameter
2023-08-10 18:18:38 -07:00
Michael Yang
edac9c2446
Merge pull request #325 from jmorganca/mxyng/typo
...
s/parmeter/parameter/
2023-08-10 17:30:02 -07:00
Arturas Smorgun
d9c2687fd0
document default num_gqa to 1, as it's applicable to most models
...
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-08-11 01:29:40 +01:00
Michael Yang
6517bcc53c
Merge pull request #290 from jmorganca/add-adapter-layers
...
implement loading ggml lora adapters through the modelfile
2023-08-10 17:23:01 -07:00
Michael Yang
4f54f25b66
Merge pull request #272 from jmorganca/decode-ggml-2
...
Decode ggml 2: Use decoded values
2023-08-10 17:22:48 -07:00
Michael Yang
6a6828bddf
Merge pull request #167 from jmorganca/decode-ggml
...
partial decode ggml bin for more info
2023-08-10 17:22:40 -07:00
Arturas Smorgun
c0e7a3b90e
Document num_gqa parameter
...
It is required to be adjusted for some models, see https://github.com/jmorganca/ollama/issues/320 for more context
2023-08-11 00:58:09 +01:00
Michael Yang
f27bc261cf
s/parmeter/parameter/
2023-08-10 16:26:06 -07:00
Michael Yang
21e6197c0b
Merge pull request #322 from jmorganca/no-comment-warning
...
no warning on comments
2023-08-10 16:24:41 -07:00
Michael Yang
75d7d681c9
Merge pull request #323 from jmorganca/fix-convert-int
...
fix could not convert int
2023-08-10 16:24:33 -07:00
Michael Yang
81d8d7b73f
fix could not convert int
2023-08-10 16:24:17 -07:00
Michael Yang
5c0de09a07
Merge pull request #321 from jmorganca/fix-parameters
...
length check for parameters
2023-08-10 16:23:10 -07:00
Michael Yang
20bf000e55
no warning on comments
2023-08-10 16:22:38 -07:00
Michael Yang
40d0c4a1dc
length check for parameters
2023-08-10 16:09:02 -07:00
Jeffrey Morgan
be889b2f81
add docs for /api/embeddings
2023-08-10 15:56:59 -07:00
Jeffrey Morgan
7e26a8df31
cmd: use environment variables for server options
2023-08-10 14:17:53 -07:00
Jeffrey Morgan
4ab1da38ba
guard around id()
2023-08-10 14:11:54 -07:00
Patrick Devine
be989d89d1
Token auth ( #314 )
2023-08-10 11:34:25 -07:00
Soroush Javadi
bea683e3bf
cmd: check GetBlobsPath error ( #317 )
...
The error returned by `server.GetBlobsPath` in `showLayer` was never
checked. Check the error and return if not nil. Also, make newlines at
the end of error messages consistent and fix a typo.
2023-08-10 09:57:49 -07:00
Jeffrey Morgan
178237d37f
tweak README.md
2023-08-10 09:54:03 -07:00
Jeffrey Morgan
76a678af34
app: dont always show installer window on top now that it lives in the dock
2023-08-10 09:53:46 -07:00
Jeffrey Morgan
f65169b13e
clean up cli flags
2023-08-10 09:28:56 -07:00
Jeffrey Morgan
040a5b9750
clean up cli flags
2023-08-10 09:27:03 -07:00
Michael Yang
37c9a8eea9
add lora docs
2023-08-10 09:23:40 -07:00
Michael Yang
6de5d032e1
implement loading ggml lora adapters through the modelfile
2023-08-10 09:23:39 -07:00
Michael Yang
d791df75dd
check memory requirements before loading
2023-08-10 09:23:11 -07:00
Michael Yang
020a3b3530
disable gpu for q5_0, q5_1, q8_0 quants
2023-08-10 09:23:11 -07:00