Skip to content

Conversation

@otwieracz
Copy link
Contributor

@otwieracz otwieracz commented Jun 12, 2023

Added support to search_by_vector to Qdrant Vector store.

Who can review

VectorStores / Retrievers / Memory

@uayyagari
Copy link

cc: @kacperlukawski

Copy link
Contributor

@kacperlukawski kacperlukawski left a comment

Choose a reason for hiding this comment

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

@otwieracz Looks fine. Thanks for implementing that! Could you please run make format and make lint (and fix the issues, if any)? Otherwise, it won't pass the CI checks. Once it's done, it is ready to be merged.

@kacperlukawski
Copy link
Contributor

@otwieracz It seems the similarity_search_by_vector should return List[Document], not List[Tuple[Document, float]]. That should be consistent with the supertype.

@otwieracz
Copy link
Contributor Author

@kacperlukawski Thanks for pointing that. Fixed the type hint, reformatted and these are linter results:

All done! ✨ 🍰 ✨
1144 files would be left unchanged.

Copy link
Contributor

@kacperlukawski kacperlukawski left a comment

Choose a reason for hiding this comment

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

LGTM

@uayyagari
Copy link

@dev2049 Bumping up this request. Thanks in advance!

@hwchase17 hwchase17 added the lgtm label Jun 16, 2023
@hwchase17 hwchase17 merged commit eef62bf into langchain-ai:master Jun 17, 2023
This was referenced Jun 25, 2023
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.

4 participants