Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jan 30, 2024
1 parent 81f4613 commit 43b7dce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 02-prompts/prompts-basics-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Prompting using simple text with LLMs via Ollama.

# Running the application
## Running the application

The application relies on Ollama for providing LLMs. You can either run Ollama locally on your laptop (macOS or Linux), or rely on the Testcontainers support in Spring Boot to spin up an Ollama service automatically.

Expand Down
2 changes: 1 addition & 1 deletion 02-prompts/prompts-messages-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Prompting using structured messages and roles with LLMs via Ollama.

# Running the application
## Running the application

The application relies on Ollama for providing LLMs. You can either run Ollama locally on your laptop (macOS or Linux), or rely on the Testcontainers support in Spring Boot to spin up an Ollama service automatically.

Expand Down
2 changes: 1 addition & 1 deletion 02-prompts/prompts-templates-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Prompting using templates with LLMs via Ollama.

# Running the application
## Running the application

The application relies on Ollama for providing LLMs. You can either run Ollama locally on your laptop (macOS or Linux), or rely on the Testcontainers support in Spring Boot to spin up an Ollama service automatically.

Expand Down
2 changes: 1 addition & 1 deletion 03-output-parsers/output-parsers-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Parsing the LLM output as structured objects (Beans, Map, List) via Ollama.

# Running the application
## Running the application

The application relies on Ollama for providing LLMs. You can either run Ollama locally on your laptop (macOS or Linux), or rely on the Testcontainers support in Spring Boot to spin up an Ollama service automatically.

Expand Down
2 changes: 1 addition & 1 deletion 05-document-readers/document-readers-json-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Reading and vectorizing JSON documents with LLMs via Ollama.

# Running the application
## Running the application

The application relies on Ollama for providing LLMs. You can either run Ollama locally on your laptop (macOS or Linux), or rely on the Testcontainers support in Spring Boot to spin up an Ollama service automatically.

Expand Down
2 changes: 1 addition & 1 deletion 05-document-readers/document-readers-pdf-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Reading and vectorizing PDF documents with LLMs via Ollama.

# Running the application
## Running the application

The application relies on Ollama for providing LLMs. You can either run Ollama locally on your laptop (macOS or Linux), or rely on the Testcontainers support in Spring Boot to spin up an Ollama service automatically.

Expand Down
2 changes: 1 addition & 1 deletion 05-document-readers/document-readers-text-ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Reading and vectorizing text documents with LLMs via Ollama.

# Running the application
## Running the application

The application relies on Ollama for providing LLMs. You can either run Ollama locally on your laptop (macOS or Linux), or rely on the Testcontainers support in Spring Boot to spin up an Ollama service automatically.

Expand Down

0 comments on commit 43b7dce

Please sign in to comment.