-
-
Notifications
You must be signed in to change notification settings - Fork 79
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 support for Supabase VectorStore #69
Comments
Hi @davidmigloz , I'd like to take care of this task, is that OK? |
Hey @matteodg ! Thanks for your interest in contributing 🙂 @luisredondo was going to start working on it (not sure if he started implementing it already), but I see you already made quite some progress so go for it! |
Actually, @luisredondo is telling me that he already started implementing it as well (my bad, I didn't update the ticket). It'd be good to try to sync/merge your changes and his changes. Are you in the LangChain.dart Discord @matteodg? We can discuss it in the #contributing channel. |
Hey @matteodg! I have been researching how to implement this appropriately and can offer some input if needed. We can sync via Discord. @davidmigloz provided the link above. You already made a good amount of progress, so I don't mind if you take over it. But here I am if you need a hand! |
Hi @luisredondo! I'm basically converting to Dart from the Python LangChain (but actually the JS one might be a better source, easier for me at least as I'm more a Java dev). Let me know any input you have or any work you already have done. Thanks! |
…baseSimilaritySearch class (davidmigloz#69)
I found a few inconsistencies between Python LangChain and the JS one:
I used the JS LangChain definition for the moment. |
…baseSimilaritySearch class (davidmigloz#69)
…baseSimilaritySearch class (davidmigloz#69)
…baseSimilaritySearch class (davidmigloz#69)
Hi @davidmigloz and @luisredondo, the PR is ready for you to review! I slightly changed the |
@matteodg awesome, thank you very much! Can you open a PR from your repo to this repo? |
Here it is #318 |
…baseSimilaritySearch class (davidmigloz#69)
Co-authored-by: David Miguel <[email protected]>
Co-authored-by: David Miguel <[email protected]>
supabase/supabase-flutter#489 (comment)
https://cookbook.openai.com/examples/vector_databases/supabase/readme
The text was updated successfully, but these errors were encountered: