Skip to content

Commit

Permalink
Fix Caching url (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet authored Nov 13, 2024
1 parent 8bc9ef1 commit 05a832f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/microsoft-extensions-ai/ollama/OllamaExamples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ This project contains a set of samples that show how to use the Ollama reference
| [Chat](./Chat.cs) | Use `IChatClient` to send and receive chat messages
| [Chat + Conversation History](./ConversationHistory.cs) | Use `IChatClient` alongside conversation history to send and receive chat messages |
| [Streaming](./Streaming.cs) | Use `IChatClient` to send and receive a stream of chat messages |
| [Caching](./Chat.cs) | Use prompt caching middleware |
| [Caching](./Caching.cs) | Use prompt caching middleware |
| [OpenTelemetry](./OpenTelemetry.cs) | Use OpenTelemetry middleware |
| [Tool Calling](./ToolCalling.cs) | Use tool calling middleware |
| [Middleware](./Middleware.cs) | Use prompt caching, OpenTelemetry and tool calling middleware |
| [Dependency Injection](./DependencyInjection.cs) | Register an `IChatClient` and middleware using Dependency Injection |
| [Text Embedding](./TextEmbedding.cs) | Use text embedding generator |
| [Text Embedding + Caching](./TextEmbeddingCaching.cs) | Use text embedding generator with caching middleware |
| [Text Embedding + Caching](./TextEmbeddingCaching.cs) | Use text embedding generator with caching middleware |

0 comments on commit 05a832f

Please sign in to comment.