Skip to content

Commit

Permalink
re-organizing sections. cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shanbady committed Dec 23, 2024
1 parent 21d80cb commit f189f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ To get setup:
QDRANT_ENCODER=vector_search.encoders.litellm.LiteLLMEncoder
LITELLM_API_BASE=http://docker.for.mac.host.internal:11434
QDRANT_DENSE_MODEL=<ollama model name>
LITELLM_API_BASE is specific to mac - if you are using something else you will need to figure out what the host machine's address is in docker
QDRANT_DENSE_MODEL should be the name of the ollama model
```

_Note_ - "LITELLM_API_BASE=http://docker.for.mac.host.internal:11434" is Mac specific - if you are using another OS you will need to figure out what your host machine's docker address is.

Sample .env file configuration on Mac:

```
Expand Down

0 comments on commit f189f40

Please sign in to comment.