Skip to content

Commit

Permalink
Update mongodb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Jan 26, 2024
1 parent 413ce22 commit e2a6b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/mongodb.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: integration
name: MongoDB
description: Use a MongoDB Atlas with Haystack
description: Use a MongoDB Atlas database with Haystack
authors:
- name: deepset
socials:
Expand Down Expand Up @@ -104,4 +104,4 @@ query_pipeline.add_node(component=retriever, name="Retriever", inputs=["Query"])
query_pipeline.add_node(component=prompt_node, name="PromptNode", inputs=["Retriever"])

query_pipeline.run(query = "What is MongoDB Atlas?", params={"Retriever" : {"top_k": 5}})
```
```

0 comments on commit e2a6b6b

Please sign in to comment.