Commit Graph

80 Commits

Author SHA1 Message Date
d3b838ce60 update orca to orca-mini 2023-08-27 13:26:30 -04:00
041f9ad1a1 update README.md 2023-08-25 11:44:25 -07:00
519f4d98ef add embed docs for modelfile 2023-08-17 13:37:42 -04:00
23e1da778d Add context to api docs 2023-08-15 11:43:22 -03:00
53bc36d207 Update modelfile.md 2023-08-15 09:23:36 -03:00
af98a1773f update python example 2023-08-14 16:38:44 -03:00
9ae9a89883 Update modelfile.md 2023-08-14 16:26:53 -03:00
648f0974c6 python example 2023-08-14 15:27:13 -03:00
fc5230dffa Add context to api docs 2023-08-14 15:23:24 -03:00
4c33a9ac67 Update langchainpy.md
base_url value for Ollama object creation is corrected.
2023-08-14 12:12:56 +03:00
202c29c21a resolving bmacd comment
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-11 13:51:44 -07:00
c1c871620a Update docs/tutorials/langchainjs.md
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
2023-08-11 13:48:46 -07:00
a21a8bef56 Update docs/tutorials/langchainjs.md
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
2023-08-11 13:48:35 -07:00
522726228a Update docs/tutorials.md
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
2023-08-11 13:48:16 -07:00
d3ee1329e9 Add tutorials for using Langchain with ollama
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-10 21:27:37 -07:00
3a05d3def7 Merge pull request #326 from asarturas/document-num-gqa-parameter
Document num_gqa parameter
2023-08-10 18:18:38 -07:00
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
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
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
be889b2f81 add docs for /api/embeddings 2023-08-10 15:56:59 -07:00
7e26a8df31 cmd: use environment variables for server options 2023-08-10 14:17:53 -07:00
37c9a8eea9 add lora docs 2023-08-10 09:23:40 -07:00
43c40c500e add embed docs for modelfile 2023-08-09 16:14:58 -04:00
c4861360ec remove embed docs 2023-08-09 16:14:19 -04:00
7a5f3616fd embed text document in modelfile 2023-08-09 10:26:19 -04:00
371d4e5df3 docs: fix invalid json in api.md 2023-08-08 15:46:05 -07:00
1f78e409b4 docs: format with prettier 2023-08-08 15:41:48 -07:00
34a88cd776 docs: update api.md formatting 2023-08-08 15:41:19 -07:00
1bee2347be pr feedback
- defer closing llm on embedding
- do not override licenses
- remove debugging print line
- reformat model file docs
2023-08-08 17:01:37 -04:00
3ceac05108 Add embedding docs 2023-08-08 14:04:11 -04:00
1267895e44 missed a backtick
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-07 13:53:49 -07:00
0c52b4509b get rid of namespace and site
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-07 13:27:58 -07:00
13aace3d34 clarify some more
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-07 13:21:54 -07:00
2b3bb41598 model name format added
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-07 13:17:16 -07:00
4904cd8bcd update simpler code samples
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-07 07:40:38 -07:00
8a45359ec6 Update docs/api.md
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
2023-08-07 07:33:05 -07:00
2544b8afa1 update as per Mike's comments
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 17:42:24 -07:00
ac1b04f271 Update docs/api.md
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-08-04 17:40:52 -07:00
123fdeb919 Update docs/api.md
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-08-04 17:38:52 -07:00
5c82bf95d1 Update docs/api.md
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-08-04 17:12:24 -07:00
38a9b1618c missed some quotes
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 16:09:07 -07:00
c18be72a3b complete 1st draft of api docs
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 16:08:11 -07:00
a101fe51a7 clean up
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 12:56:41 -07:00
d93e2f9210 fleshing out response
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 12:38:58 -07:00
31edc829fc continuing
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 12:30:23 -07:00
b31104768c filling out generate
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 12:27:47 -07:00
b662d9fd8c starting to build out some docs
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 11:55:00 -07:00
da2459d519 Update README.md (#265) 2023-08-02 22:38:32 -04:00
47bda0b860 add stop to docs 2023-07-28 12:30:27 -04:00
fee7687cf3 Update modelfile.md 2023-07-27 15:15:10 -04:00