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

Feat/meilisearch #657

Merged
merged 3 commits into from
Feb 25, 2024
Merged

Feat/meilisearch #657

merged 3 commits into from
Feb 25, 2024

Conversation

codebanesr
Copy link
Collaborator

Adding meilisearch for indexing text documents

@codebanesr codebanesr merged commit 6fe0dc9 into main Feb 25, 2024
4 checks passed
Comment on lines +127 to +130
meilisearch_client = Client(
os.getenv("MEILISEARCH_URL", "https://ms-8774628e94cc-7605.sfo.meilisearch.io"),
os.getenv("MEILISEARCH_MASTER_KEY", "18a0ec67975fcae91982d8e5b5ae89ec2a298823"),
)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

replace this with production values in deployment

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.

None yet

1 participant