-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
Add Typesense vector store #1674
Add Typesense vector store #1674
Conversation
will try to pick this back up this week! |
Thank you @dev2049! |
@jasonbosco updated. had a couple outstanding questions and would generally be great to get your eyes on it to make sure the default params make sense. if things generally look ok we can add documentation and tests |
…rt Typesense` to be consistent with other vectorstores
@dev2049 Thank you for the updates! I've addressed your comments in the set of commits I just pushed. I also found and fixed a few issues I ran into when I used this branch with an actual langchain example. The PR now looks good to me! |
looks pretty good to me! could we add an example notebook (can see other vectorstore notebooks in docs as an example) |
@dev2049 I just added docs for Typesense similar to the other vector stores: https://github.com/jasonbosco/langchain/blob/85b7c739518b928eebb8224fb82fbaf0c3c43010/docs/modules/indexes/vectorstores/examples/typesense.ipynb |
Related to #931.
Starting this PR to collaborate.