Files
langchain/tests/integration_tests
Kacper Łukawski 71a7c16ee0 Fix: Qdrant ids (#5515)
# Fix Qdrant ids creation

There has been a bug in how the ids were created in the Qdrant vector
store. They were previously calculated based on the texts. However,
there are some scenarios in which two documents may have the same piece
of text but different metadata, and that's a valid case. Deduplication
should be done outside of insertion.

It has been fixed and covered with the integration tests.
---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-06-02 08:57:34 -07:00
..
2023-05-22 07:31:48 -07:00
2023-05-24 15:51:12 -07:00
2023-06-01 00:54:42 -07:00
2023-05-24 10:02:09 -07:00
2023-05-25 19:19:22 -07:00
2023-06-02 08:57:34 -07:00
2022-10-24 14:51:15 -07:00