Skip to content

Commit

Permalink
Update mongodb.md (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Mar 10, 2024
1 parent 502ead9 commit 2f88740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ from haystack.components.generators import OpenAIGenerator
from haystack.components.builders.prompt_builder import PromptBuilder
from haystack.components.embedders import SentenceTransformersDocumentEmbedder, SentenceTransformersTextEmbedder
from haystack_integrations.document_stores.mongodb_atlas import MongoDBAtlasDocumentStore
from haystack_integrations.components.embedders.mongodb_atlas import MongoDBAtlasEmbeddingRetriever
from haystack_integrations.components.retrievers.mongodb_atlas import MongoDBAtlasEmbeddingRetriever

# Create some example documents
documents = [
Expand Down

0 comments on commit 2f88740

Please sign in to comment.