fix: Fixed Lint/Format Errors
Follow up to #329
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
I would like @RajeshThallam to look over the change to matching_engine.py since he created it in #70
Was there a particular reason for creating a custom LangChain class for MatchingEngine?
Has the LangChain implementation been updated since to serve the same use cases?
@holtskinner the existing langchain integration does not support a few features that the use case/notebook refers to. E.g. streaming indexes, full data point retrieval. I am working on the langchain PR to add these features along with new vector search features that were launched.
Thanks @RajeshThallam that makes sense. I'll leave that file alone for this PR.