-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(community): add MeiliSearch as a VectorStore provider #7044
base: main
Are you sure you want to change the base?
Conversation
Added Meilisearch integration for LangchainJS. Made to be on par with the Meilisearch's Langchain Python integration.
…earchVectorStore Renamed the class to MeiliSearchVectorStore, this is to be aligned with the standard.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Added HealthCheck. Added Index Management.
Docs updated to reflect the recent changes.
Thanks for your patience, having a look now! |
Hey @SrilalS, had a look and fixed a few small things, but
|
Thank you for checking it out and for the changes. I can't build this repo locally first as it having an issue with Windows. I'll try with WSL. |
Adding MeiliSearch as a VectorStore provider to LangchainJS. This is written to be feature-compatible with the python implementation of Meilisearch.
Compatible with Meilisearch 1.6.0 or newer.
Node-Only Implementation.