Files
langchain/tests/integration_tests/vectorstores
George 2324f19c85 Update qdrant interface (#3971)
Hello

1) Passing `embedding_function` as a callable seems to be outdated and
the common interface is to pass `Embeddings` instance

2) At the moment `Qdrant.add_texts` is designed to be used with
`embeddings.embed_query`, which is 1) slow 2) causes ambiguity due to 1.
It should be used with `embeddings.embed_documents`

This PR solves both problems and also provides some new tests
2023-05-05 16:46:40 -07:00
..
2023-04-26 21:45:03 -07:00
2023-04-16 13:11:30 -07:00
2023-04-05 06:51:32 -07:00
2023-04-16 13:44:04 -07:00
2023-05-01 10:47:15 -07:00
2023-04-27 08:14:36 -07:00
2023-04-22 08:26:19 -07:00
2023-04-22 09:17:38 -07:00
2023-05-05 16:46:40 -07:00
2023-04-28 20:47:18 -07:00
2023-04-28 21:25:33 -07:00
2023-04-26 21:45:03 -07:00
2023-04-22 08:26:19 -07:00