- 16 Aug, 2023 2 commits
-
-
Blake Mizerany authored
* cmd: support OLLAMA_HOST environment variable This commit adds support for the OLLAMA_HOST environment variable. This variable can be used to specify the host to which the client should connect. This is useful when the client is running somewhere other than the host where the server is running. The new api.FromEnv function is used to read configure clients from the environment. Clients wishing to use the environment variable being consistent with the Ollama CLI can use this new function. * Update api/client.go Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> * Update api/client.go Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> --------- Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-
Jeffrey Morgan authored
-
- 15 Aug, 2023 7 commits
-
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
- 14 Aug, 2023 16 commits
-
-
Michael Yang authored
close open files
-
Michael Yang authored
update llama.cpp
-
Michael Yang authored
-
Michael Yang authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
Update langchainpy.md
-
Bruce MacDonald authored
- re-use previously evaluated embeddings when possible - change embeddings digest identifier to be based on model name and embedded file path
-
Güvenç Usanmaz authored
base_url value for Ollama object creation is corrected.
-
- 13 Aug, 2023 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 11 Aug, 2023 13 commits
-
-
Patrick Devine authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Matt Williams authored
Add tutorials for using Langchain with ollama
-
Matt Williams authored
Signed-off-by:Matt Williams <m@technovangelist.com>
-
Matt Williams authored
Co-authored-by:Bruce MacDonald <brucewmacdonald@gmail.com>
-
Matt Williams authored
Co-authored-by:Bruce MacDonald <brucewmacdonald@gmail.com>
-
Matt Williams authored
Co-authored-by:Bruce MacDonald <brucewmacdonald@gmail.com>
-
Patrick Devine authored
-
Michael Yang authored
ggml: fix off by one error
-
Michael Yang authored
remove used Unknown FileType
-
-
Michael Chiang authored
-