Compare commits
2 Commits
19aa747b6a
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42b86820c3 | ||
|
|
e4fd452098 |
@@ -12,14 +12,14 @@ You need to run Ollama server using either local instance or docker image.
|
|||||||
|
|
||||||
#### Local instance
|
#### Local instance
|
||||||
|
|
||||||
* install [ollama](ollama.ai)
|
* install [ollama](https://ollama.com/)
|
||||||
* run `ollama serve`
|
* run `ollama serve`
|
||||||
* pull selected embedding model:
|
* pull selected embedding model:
|
||||||
```bash
|
```bash
|
||||||
> ollama pull nomic-embed-text
|
> ollama pull nomic-embed-text
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Ollama: Podman / Docker image
|
#### Podman / Docker image
|
||||||
|
|
||||||
* Pull docker/podman [image](https://hub.docker.com/r/ollama/ollama):
|
* Pull docker/podman [image](https://hub.docker.com/r/ollama/ollama):
|
||||||
```bash
|
```bash
|
||||||
@@ -41,7 +41,7 @@ Install UV from your package manager. You can also run the script as-is without
|
|||||||
Check that the script can reach Ollama server and create / delete databases:
|
Check that the script can reach Ollama server and create / delete databases:
|
||||||
|
|
||||||
```
|
```
|
||||||
> py -m uv run main.py test
|
> uv run main.py test
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create database
|
### Create database
|
||||||
|
|||||||
Reference in New Issue
Block a user