Skip to content

Commit 375acf2

Browse files
authored
docs: typo with Embedder service (#269)
Hello , This PR is a suggestion to change the name of embedding providers variables and classes . If you accept my suggestion , the PR to adopt this into the bundle is almost ready .
1 parent a588afe commit 375acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ $eventDispatcher->addListener(ToolCallsExecuted::class, function (ToolCallsExecu
350350
LLM Chain supports document embedding and similarity search using vector stores like ChromaDB, Azure AI Search, MongoDB
351351
Atlas Search, or Pinecone.
352352

353-
For populating a vector store, LLM Chain provides the service `DocumentEmbedder`, which requires an instance of an
353+
For populating a vector store, LLM Chain provides the service `Embedder`, which requires an instance of an
354354
`EmbeddingsModel` and one of `StoreInterface`, and works with a collection of `Document` objects as input:
355355

356356
```php

0 commit comments

Comments
 (0)