[x] Replaces ProductManualSemanticSearch service with ProductManualService which uses an InMemoryVectorStore implementation of Microsoft.Extensions.VectorData.Abstractions.
[x] Updates version of Microsoft.Extensions.AI
[x] Updates local AI model used to Llama 3.2
[x] Replaces Microsoft.Extensions.AI Ollama reference implementation with OllamaSharp
This PR:
ProductManualSemanticSearch
service withProductManualService
which uses anInMemoryVectorStore
implementation ofMicrosoft.Extensions.VectorData.Abstractions
.