Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB Atlas support in Haystack 2.0 #180

Merged
merged 5 commits into from
Feb 23, 2024
Merged

MongoDB Atlas support in Haystack 2.0 #180

merged 5 commits into from
Feb 23, 2024

Conversation

ZanSara
Copy link
Contributor

@ZanSara ZanSara commented Feb 15, 2024

Part of deepset-ai/haystack-core-integrations#143

Blocked by deepset-ai/haystack-core-integrations#413 and let's wait for the first release before publishing the tile.

export MONGO_CONNECTION_STRING="mongodb+srv://<username>:<password>@<cluster_name>.gwkckbk.mongodb.net/?retryWrites=true&w=majority"
```

And then you can initialize a `MongoDBAtlasDocumentStore` for Haystack with required configurations:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the docs links of MongoDBAtlasDocumentStore here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
And then you can initialize a `MongoDBAtlasDocumentStore` for Haystack with required configurations:
And then you can initialize a [`MongoDBAtlasDocumentStore`](https://docs.haystack.deepset.ai/v2.0/docs/mongodbatlasdocumentstore) for Haystack with required configurations:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: the link won't work until the docs are published.

ZanSara and others added 3 commits February 23, 2024 14:25
@bilgeyucel bilgeyucel merged commit 8d1d7a7 into main Feb 23, 2024
@bilgeyucel bilgeyucel deleted the mongodb_atlas_2.0 branch February 23, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants