Skip to content

Commit

Permalink
fix: change broken links to absolute directory reference
Browse files Browse the repository at this point in the history
Signed-off-by: Solar Olugebefola <12288273+solugebefola@users.noreply.github.com>
  • Loading branch information
solugebefola authored and cevian committed Feb 7, 2025
1 parent 20c24bc commit f91f5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/vectorizer/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Timescale Cloud or on a self-hosted Postgres server.

- Self-hosted Postgres

Set an environment variable that is the [same as your API key name](./vectorizer/worker.md#install-and-configure-vectorizer-worker).
Set an environment variable that is the [same as your API key name](/docs/vectorizer/worker.md#install-and-configure-vectorizer-worker).
For example:
```bash
export OPENAI_API_KEY="Your OpenAI API key"
Expand Down Expand Up @@ -117,7 +117,7 @@ SELECT ai.create_vectorizer(

This example uses the `ollama-embed-text` embedding model hosted on a local
Ollama instance. Vectorizer supports other embedding providers, for more details
consult the [embedding configuration](./vectorizer/api-reference.md#embedding-configuration)
consult the [embedding configuration](/docs/vectorizer/api-reference.md#embedding-configuration)
section of the vectorizer API reference.

Additionally, if the `contents` field is lengthy, it is split into multiple chunks,
Expand Down Expand Up @@ -146,7 +146,7 @@ This approach ensures that each chunk retains important contextual information,
improving the quality and relevance of the embeddings.

On Timescale Cloud, vectorizers are created automatically and scheduled using TimescaleDB background jobs running
every five minutes. If you are self-hosting, you need to [run the vectorizer-worker](./vectorizer/worker.md)
every five minutes. If you are self-hosting, you need to [run the vectorizer-worker](/docs/vectorizer/worker.md)
manually to create and run the vectorizer.

## Query an embedding
Expand Down

0 comments on commit f91f5b7

Please sign in to comment.