-
Notifications
You must be signed in to change notification settings - Fork 86
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
Conversation
integrations/mongodb.md
Outdated
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: |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: |
There was a problem hiding this comment.
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.
Co-authored-by: Bilge Yücel <bilgeyucel96@gmail.com>
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.